User guide

136 Enhanced OS-9 for X86 PCAT
1
Installing and Configuring Enhanced OS-9
Irq Level [0x00000000]
Irq Vector [0x0000004a]
Irq Priorty [0x0000000a]
SCSI controller supports SCSI Wide 16
Special Features:
Clock Doubler Enabled
SCSI Large FIFO enabled size = 536
Burst Rate = 128
Burst Op Code Fetch Enabled
PCI Read Line Enabled
PCI Read Multiple Enabled
Write and Invalidate Enabled
PCI Cache Line Size Enabled
TESTPCI
The TestPCI utility provides a means to test the PCI library calls.
Source is provide so users have examples of all of the PCI calls
available. See the PCI Configuration Information section for information
on the PCI call usage.
Example
$ testpci
Test PCI Library Calls Edition 3
_pci_search_device .......................ok....
_pci_next_device .........................ok....
_pci_get_config_data .....................ok....
_pci_find_device .........................ok....
_pci_find_class_code .....................ok....
_pci_read_configuration_byte .............ok....
_pci_read_configuration_word .............ok....
_pci_read_configuration_dword ............ok....
_pci_write_configuration_byte ............ok....
_pci_write_configuration_word ............ok....
_pci_write_configuration_dword ...........ok....
_pci_get_irq_pin .........................ok....
_pci_get_irq_line ........................ok....
_pci_set_irq_line ........................ok....
PCI LIBRARY TEST CONTAINS NO ERRORS.