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>devicefunctionirqDescription

Preloaded
Name

PCI0 (bus=pci_0)
-0500QLOGIC ISP1020 PCI SCSI AdapterPKA
-0600S3 Trio32/64 Display Adapter 
-070-Intel i82375 PCI EISA Bridge (MERCURY) 
001101<option> 
 12<option>, function 1 
217<option>, function 2 
318<option>, function 3 
101203<option> 
 14<option>, function 1 
219<option>, function 2 
320<option>, function 3 
201305<option> 
 16<option>, function 1 
221<option>, function 2 
322<option>, function 3 
301407<option> 
 18<option>, function 1 
223<option>, function 2 
324<option>, function 3 

The IRQ stands for input line of ASIC interrupt controllers. It has nothing to do with "EISA" style interrupts. So far, the CHARON-AXP emulators do not emulate S3 Trio32/64 Display Adapter. So position of the device 6, function 0 on the PCI 0 remains empty.

Example 1: Loading DE500BA into slot 0:

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

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

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

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

...

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 

The IRQ stands for input line of ASIC interrupt controllers. It has nothing to do with "EISA" style interrupts. 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 0:

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

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

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

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

...

100-13NCR 53C810 PCI SCSI Adapter13074116
Slotpci_<N>devicefunctionirqDescriptionPreloaded
Name
PCI0 (bus=pci_0)
-060-Intel i82375 PCI EISA Bridge (MERCURY) 
-070-DECchip 21050 PCI-to-PCI Bridge) 
001101<option> 
 12012<option>, function 1 
201317<option>, function 2 
318<option>, function 3 
1012002<option> 
 13<option>, function 1 
219<option>, function 2 
31309<option>520<option>, function 3 
20130113<option> 
 113013<option>

...

4<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 

The IRQ stands for input line of ASIC interrupt controllers. It has nothing to do with "EISA" style interrupts. 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 0:

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

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

load DE500BA EWA bus=pci_0 device=11 function=0
load DE500BA EWB bus=pci_0 device=11 function=1
load DE500BA EWC bus=pci_0 device=11 function=2
load DE500BA EWD bus=pci_0 device=11 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 device=1 function=0
load DE500BA EWA bus=pci_0 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.

Back to Table of Contents

...