summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* bus header files must include dev.h to get struct dev.Michael Brown2005-04-143-3/+0Star
* Tweak API to allow separation of bus-scanning and device-probing logic.Michael Brown2005-04-143-81/+78Star
* Standardised debug mechanism in place now.Michael Brown2005-04-143-25/+0Star
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-143-16/+63
* Extraced from 3c509.cMichael Brown2005-04-131-0/+136
* Don't use htons, for compatibility with PCI :(Michael Brown2005-04-131-3/+2Star
* Use __bswap_16, since we're not dealing with quantities to go onto the network.Michael Brown2005-04-131-2/+2
* htons was used in ISAPnP code just due to ISAPnP storing bytes inMichael Brown2005-04-131-2/+2
* Created separate isa_ids.h file and a utility function to print out ISAMichael Brown2005-04-131-0/+24
* Minor fixupsMichael Brown2005-04-131-2/+3
* Extracted from 3c509.cMichael Brown2005-04-131-0/+114
* 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