summaryrefslogtreecommitdiffstats
path: root/src/include/pci.h
Commit message (Expand)AuthorAgeFilesLines
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-261-1/+2
* Tweaked API to minimise changes to existing drivers even further.Michael Brown2005-04-211-1/+1
* Made macros more like the previous driver API, to minimise requiredMichael Brown2005-04-211-3/+2Star
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-38/+55
* Avoid signed/unsigned warnings by explicitly making PCI_{BUS,DEV,FUNC}Michael Brown2005-04-161-4/+4
* Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present.Michael Brown2005-04-161-0/+1
* Read number of PCI buses returned by BIOS so that we can scan moreMichael Brown2005-04-161-0/+7
* bus header files must include dev.h to get struct dev.Michael Brown2005-04-141-0/+1
* Tweak API to allow separation of bus-scanning and device-probing logic.Michael Brown2005-04-141-3/+2Star
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-141-1/+1
* Make adjust_pci_device global, since many drivers call it.Michael Brown2005-04-121-0/+1
* Fix up find_pci_device so that it can be used for scanning for devicesMichael Brown2005-04-121-3/+6
* Matches new pci.c interface.Michael Brown2005-04-121-114/+82Star
* Initial revisionMichael Brown2005-03-081-0/+362