I’m actuall porting stuff to QNX4 and just want to ask whether somebody already made an implementation for the calls
pci_rescan_bus
pci_attach_device
pci_read_config
pci_detach_device
for the usage with Watcom10.6 in QNX4?
I know that e.g. the show_pci is as source on ftp.qnx.com but I dont want to reinvent the wheel
The most calls I can direct change to CA_PCI* but the
pci_rescan_bus
pci_attach_device
pci_read_config
pci_detach_device
pendant is not there in CA_CPI*.
Have somebody already ported these calls?
These do not exists under QNX4. You have to implement them yourself. To do something like pci_attach_device though you need some sort of driver to handle it.