
3
C H A P T E R
Initialization File
The initialization file is a text file that contains special settings. These settings
allow you to configure computer hardware components so your CardBus
adapters and/or APA-1480 card become functional.
Any text in the .INI file starting after the semicolon (;) to end of the line, is
interpreted as a comment.
Using the INI file you may set PCI-2-PCI Bridges, CardBus bridges and
APA-1480 card parameters in any combination.
PCI Sections
PCI Section describes PCI Device. Enabler supports any number of PCI
Sections in the .INI file.
All section names are relative to original PCI subsystem configuration. You can
see that configuration if you switch program to verbose mode. (/V key) or use
the /BS switch.
In order to specify the required configuration of the PCI device, you need to
know the location of the device. This location is specified in
Bus:Device:Function form. Location 0:A:1 describes the first function of PCI
device number 10 (“A” in hexadecimal format) located on PCI bus 0.
Initialization file section used for the configuration of such a device should
have the name [0:A:1].
Value names depend on device type.
For CardBus adapters, following values are defined: 'IoFilter0', 'IoFilter1',
'MemFilter0', 'MemFilter1', ‘IRQ’, ‘ISAEnable’, ‘VGAEnable’.
For PCI-to-PCI bridges, following values are defined: 'IoFilter', 'MemFilter',
'PreFilter', and ‘IRQ’, ‘ISAEnable’, ‘VGAEnable’.
For CardBus cards, following values are defined: ‘IRQ’, ‘BARMask’, ‘BAR0’,
‘BAR1’, ‘BAR2’, ‘BAR3’, ‘BAR4’, ‘BAR5’, ‘BAR6’.
Komentarze do niniejszej Instrukcji