Location.PCI.Slot

Defines the logical slot location of the board on the PCI bus.

Syntax

Location.PCI.Slot = slotnum

Access

Read/Write

Type

Integer

Default

0

Example

Location.PCI.Slot = 5

Allowed values

0 - 9999

Details

A PCI bus and slot number identifies every slot in the system. Identify a board by specifying its bus and slot number.

A PCI board's address and interrupt is automatically set by the system. This statement along with Location.PCI.Bus assigns the board number to the physical board.

pciscan can be used to determine the PCI bus and slot assigned for all NaturalAccess PCI boards in the system. Refer to the Dialogic® NaturalAccess™ OAM System Developer’s Manual for information about pciscan.

Note: The Slot setting in the oamsys system configuration file overrides this keyword.

Location.PCI.Slot is mandatory for PCI boards.