| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Header rearrangement. | Michael Brown | 2006-04-24 | 1 | -359/+0![]() |
| | | | | | | | | | | 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 driver | Michael Brown | 2005-04-26 | 1 | -1/+2 |
| | | | | | | thinks they are. Other bus drivers modified for consistency. | ||||
| * | Tweaked API to minimise changes to existing drivers even further. | Michael Brown | 2005-04-21 | 1 | -1/+1 |
| | | |||||
| * | Made macros more like the previous driver API, to minimise required | Michael Brown | 2005-04-21 | 1 | -3/+2![]() |
| | | | | | changes. | ||||
| * | Created a bus/device API that allows for the ROM prefix to specify an | Michael Brown | 2005-04-21 | 1 | -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 Brown | 2005-04-16 | 1 | -4/+4 |
| | | | | | all return unsigned quantities. | ||||
| * | Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present. | Michael Brown | 2005-04-16 | 1 | -0/+1 |
| | | |||||
| * | Read number of PCI buses returned by BIOS so that we can scan more | Michael Brown | 2005-04-16 | 1 | -0/+7 |
| | | | | | quickly. | ||||
| * | bus header files must include dev.h to get struct dev. | Michael Brown | 2005-04-14 | 1 | -0/+1 |
| | | |||||
| * | Tweak API to allow separation of bus-scanning and device-probing logic. | Michael Brown | 2005-04-14 | 1 | -3/+2![]() |
| | | |||||
| * | Use the magic of common symbols to allow struct dev to effectively grow at | Michael Brown | 2005-04-14 | 1 | -1/+1 |
| | | | | | link time to accommodate whatever bus objects are included. | ||||
| * | Make adjust_pci_device global, since many drivers call it. | Michael Brown | 2005-04-12 | 1 | -0/+1 |
| | | |||||
| * | Fix up find_pci_device so that it can be used for scanning for devices | Michael Brown | 2005-04-12 | 1 | -3/+6 |
| | | | | | *other* than the main boot device. | ||||
| * | Matches new pci.c interface. | Michael Brown | 2005-04-12 | 1 | -114/+82![]() |
| | | |||||
| * | Initial revision | Michael Brown | 2005-03-08 | 1 | -0/+362 |

