Versions Compared

Key

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

AnchorTopConfPageTopConfPage Include PageKBCOMMON:KB-CSSstyleKBCOMMON:KB-CSSstyle

Table of Contents

Table of Contents

Anchor
TopConfPage
TopConfPage

Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

Table of Contents

Table of Contents
excludeTable of Contents

Back to Table of Contents

...

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 

...

Slotpci_<N>devicefunctionirqDescriptionPreloaded
Name
PCI1 (bus=pci_1) 
-1104NCR 53C810 PCI SCSI AdapterPKA
01208<option> 
   19<option>, function 1 
   210<option>, function 2 
   311<option>, function 3 
113012<option> 
   113<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 

...

Slotpci_<N>devicefunctionirqDescriptionPreloaded
Name
PCI0 (bus=pci_0)  
-0002DEC TULIP PCI Ethernet adapterEWA
-0101NCR 53C810 PCI SCSI AdapterPKA
-020-Intel i82375 PCI EISA Bridge (MERCURY) 
00600<option> 
 124<option>, function 1 
226<option>, function 2 
329<option>, function 3 
10704<option> 
 125<option>, function 1 
227<option>, function 2 
330<option>, function 3 
20805<option> 
 120<option>, function 1 
228<option>, function 2 
331<option>, function 3 

...

Slotpci_<N>devicefunctionirqDescriptionPreloaded
Name
PCI0 (bus=pci_0)    
-0002DEC TULIP PCI Ethernet adapterEWA
-0101NCR 53C810 PCI SCSI AdapterPKA
-020-Intel i82375 PCI EISA Bridge (MERCURY) 
00600<option> 
 10704<option>
20805<option>
24<option>, function 1 
226<option>, function 2 
329<option>, function 3 
10704<option> 
 125<option>, function 1 
227<option>, function 2 
330<option>, function 3 
20805<option> 
 120<option>, function 1 
228<option>, function 2 
331<option>, function 3 

The IRQ stands for input line of T2 resident cascade of Intel i8259 interrupt controllers. It has nothing to do with “EISA” style interrupts.

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

Example 1: Loading DE500BA into slot 0:

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

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

load KZPBA PKB bus=pci_0 device=7 function=0
load DE500BA EWA bus=pci_0 device=7 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, and device name is EWB as there is a built-in EW-like PCI Ethernet Adapter located “closer” to CPU and therefore assigned name EWA.

Back to Table of Contents

...