summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Standardised debug messages to make it easy to get a bus scan printoutMichael Brown2005-04-151-1/+1
* bus header files must include dev.h to get struct dev.Michael Brown2005-04-141-1/+0Star
* Tweak API to allow separation of bus-scanning and device-probing logic.Michael Brown2005-04-141-27/+27
* Standardised debug mechanism in place now.Michael Brown2005-04-141-7/+0Star
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-141-4/+27
* htons was used in ISAPnP code just due to ISAPnP storing bytes inMichael Brown2005-04-131-2/+2
* Minor fixupsMichael Brown2005-04-131-2/+3
* Remove debugging by defaultMichael Brown2005-04-121-2/+0Star
* Make adjust_pci_device global, since many drivers call it.Michael Brown2005-04-121-1/+1
* Fix up find_pci_device so that it can be used for scanning for devicesMichael Brown2005-04-121-37/+32Star
* New PCI scan functions now work.Michael Brown2005-04-121-77/+114
* New device probing mechanism written, not tested.Michael Brown2005-04-111-0/+126
* Moved in functions from old core/pci.c that we want to keep.Michael Brown2005-04-111-0/+144