Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
TopConfPage
TopConfPage

...

Slotpci_<N>devicefunctionirqDescriptionPreloaded
Name
PCI0 (bus=pci_0)
-06011NCR 53C810 PCI SCSI AdapterPKA
-070-Intel i82378 PCI ISA Bridge (SATURN) 
0011010<option> 
1012015<option> 
201309<option> 

...

Slotpci_<N>devicefunctionirqDescriptionPreloaded
Name
PCI0 (bus=pci_0)
-06012NCR 53C810 PCI SCSI AdapterPKA
-070-Intel i82375 PCI EISA Bridge (MERCURY) 
001100<option> 
 11<option>, function 1 
22<option>, function 2 
33<option>, function 3 
101204<option> 
 15<option>, function 1 
26<option>, function 2 
37<option>, function 3 
201308<option> 
 19<option>, function 1 
210<option>, function 2 
311<option>, function 3 

...

Slotpci_<N>devicefunctionirqDescriptionPreloaded
Name
PCI0 (bus=pci_0)
-060-Intel i82375 PCI EISA Bridge (MERCURY) 
-070-DECchip 21050 PCI-to-PCI Bridge) 
001101<option> 
 12<option>, function 1 
217<option>, function 2 
318<option>, function 3 
101202<option> 
 13<option>, function 1 
219<option>, function 2 
320<option>, function 3 
201303<option> 
 14<option>, function 1 
221<option>, function 2 
322

<option>, function 3

 
PCI1 (bus=pci_1)
-1000NCR 53C810 PCI SCSI AdapterPKA
31107<option> 
 18<option>, function 1 
223<option>, function 2 
324<option>, function 3 
41209<option> 
 110<option>, function 1 
225<option>, function 2 
326<option>, function 3 
513011<option> 
 112<option>, function 1 
227<option>, function 2 
328<option>, function 3 
614013<option> 
 114<option>, function 1 
229<option>, function 2 
330<option>, function 3 

...

Example 3: Loading mixture of KZPBA and DE500BA into slot 3, populating 2 functions out of 4:

load KZPBA PKB bus=pci_0 1 device=1 function=0
load DE500BA EWA bus=pci_0 1 device=1 function=1

(info) In the above example device name is PKB as there is a built-in PK-like PCI SCSI Adapter located “closer” to CPU and therefore assigned name PKA.

...

113214016-01005040
Slotpci_<N>devicefunctionirqDescriptionPreloaded
Name
PCI1 (bus=pci_1) 
-1104NCR 53C810 PCI SCSI AdapterPKA
012068<option> 
   01129<option>, function 1 
   210<option>, function 2 
   -Intel i82375 PCI EISA Bridge (MERCURY)
30208<option>
4311<option>, function 3 
113012<option> 
   116<option>

...

13<option>, function 1 
   214<option>, function 2 
   316<option>, function 3 
214016<option> 
   117<option>, function 1 
   218<option>, function 2 
   319<option>, function 3 
PCI0 (bus=pci_0) 
-010-Intel i82375 PCI EISA Bridge (MERCURY) 
40208<option> 
   19<option>, function 1 
   210<option>, function 2 
   311<option>, function 3 
503012<option> 
   113<option>, function 1 
   214<option>, function 2 
   315<option>, function 3 
604016<option> 
   117<option>, function 1 
   218<option>, function 2 
   319<option>, function 3 

So far, the CHARON-AXP emulators do not emulate NCR 53C810 PCI SCSI adapter. Instead, emulation of QLOGIC ISP1040B PCI SCSI adapter is used.

Example 1: Loading DE500BA into slot 4:

load DE500BA EWA bus=pci_0 device=2 function=0

Example 2: Loading multiple DE500BA’s into slot 4, populating all 4 functions (gives 4 Ethernet ports):

load DE500BA EWA bus=pci_0 device=2 function=0
load DE500BA EWB bus=pci_0 device=2 function=1
load DE500BA EWC bus=pci_0 device=2 function=2
load DE500BA EWD bus=pci_0 device=2 function=3

Example 3: Loading mixture of KZPBA and DE500BA into slot 1, populating 2 functions out of 4:

load KZPBA PKB bus=pci_1 device=2 function=0
load DE500BA EWA bus=pci_1 device=2 function=1

(info) In the above example device name is PKB as there is a built-in PK-like PCI SCSI Adapter located “closer” to CPU and therefore assigned name PKA.

Back to Table of Contents

...