summaryrefslogtreecommitdiffstats
path: root/src/include/pci.h
Commit message (Collapse)AuthorAgeFilesLines
* Header rearrangement.Michael Brown2006-04-241-359/+0Star
| | | | | | | | | I want to get to the point where any header in include/ reflects a standard user-level header (e.g. a POSIX header), while everything that's specific to gPXE lives in include/gpxe/. Headers that reflect a Linux header (e.g. if_ether.h) should also be in include/gpxe/, with the same name as the Linux header and, preferably, the same names used for the definitions.
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-261-1/+2
| | | | | thinks they are. Other bus drivers modified for consistency.
* 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
| | | | changes.
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-38/+55
| | | | | initial device, and will also allow for e.g. a device menu to be presented to the user.
* Avoid signed/unsigned warnings by explicitly making PCI_{BUS,DEV,FUNC}Michael Brown2005-04-161-4/+4
| | | | all return unsigned quantities.
* 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
| | | | quickly.
* 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
| | | | link time to accommodate whatever bus objects are included.
* 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
| | | | *other* than the main boot device.
* Matches new pci.c interface.Michael Brown2005-04-121-114/+82Star
|
* Initial revisionMichael Brown2005-03-081-0/+362