Product Documentation and Knowledge Base - HomeDocumentation


Charon-VAXCharon-AXPCharon-PDPCharon-SSPCharon-PAR
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Table of Contents

Back to Table of Contents

General Description

Each peripheral device of CHARON-AXP connects to CHARON-AXP emulated PCI bus with the following configuration parameters:

ParameterTypeDescription
busText string

Value format: "pci_<N>"

When specified, the bus configuration parameter tells the CHARON-AXP software the virtual PCI bus to which virtual HP Alpha system shall connect a certain virtual PCI adapter.

By default the bus configuration parameter is not specified.

If the bus configuration parameter is not specified, CHARON-AXP software connects the virtual PCI adapter to the first available virtual PCI bus.

Example:

load KZPBA PKA bus=pci_1
deviceNumeric

When specified, the device configuration parameter specifies position of a virtual PCI adapter on virtual PCI bus.

By default the device configuration parameter is not specified.

If the device configuration parameter is not specified, the CHARON software connects the virtual PCI adapter at the first available position of the virtual PCI bus.

Example:

load KZPBA PKA device=2
functionNumeric

When specified, the function configuration parameter specifies position of a virtual PCI adapter on virtual PCI bus.

By default the function configuration parameter is not specified.

If the function configuration parameter is not specified, the CHARON software connects the virtual PCI a dapter at the first available position of the virtual PCI bus.

Example:

load KZPBA PKA function=0
irq_busText string

When specified, the "irq_bus" configuration parameter specifies virtual bus routing interrupt requests from virtual PCI adapter to CHARON-AXP virtual Alpha CPUs.

By default the "irq_bus" configuration parameter is not specified.

The "irq_bus" configuration parameter must be set to “isa” for AlphaServer 400. For HP Alpha systems other than AlphaServer 400 the "irq_bus" configuration parameter must be left as is (i.e. not specified).

Example:

load KZPBA PKA irq_bus=isa
irqNumeric

When specified, the "irq" configuration parameter assigns interrupt request to the virtual PCI adapter in HP Alpha system.

By default the irq configuration parameter is not specified.

If the irq configuration parameter is not specified, the CHARON-AXP software uses the correct values depending on the selected PCI position of a virtual PCI adapter.

Example:

load KZPBA PKA irq=24

Note that typically all or some of those parameters are specified on loading of some PCI controller in the following way:

load KZPBA PKA bus=pci_1 device=1 function=0 irq_bus=isa irq=24

Back to Table of Contents

Available PCI slots per each HP Alpha model emulated by CHARON-AXP

The tables below specifies a map of preloaded devices and available slots for each HP Alpha models emulated by CHARON-AXP.

AlphaServer 400 (3 PCI slots)

In addition to 3 PCI vacant slots there are 2 PCI positions occupied by on-board devices. All 5 PCI positions are listed in the following table in the order in which Alpha SRM console enumerates them.

Slotpci_<N>devicefunctionirqDescription
-06011NCR 53C810 PCI SCSI Adapter
-070-Intel i82378 PCI ISA Bridge (SATURN)
0011010<option>
1012015<option>
201309<option>

Back to Table of Contents

 

  • No labels