| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Kill off the "all devices are boot devices" idea | Michael Brown | 2006-05-16 | 1 | -0/+4 |
| | | |||||
| * | Header rearrangement. | Michael Brown | 2006-04-24 | 1 | -2/+2 |
| | | | | | | | | | | 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. | ||||
| * | Assertions are now handled via the POSIX-like <assert.h>. | Michael Brown | 2006-03-23 | 1 | -8/+3![]() |
| | | |||||
| * | Use __unused instead of __used for static data structures. | Michael Brown | 2005-05-17 | 1 | -4/+3![]() |
| | | | | | Remove compiler.h defines from osdep.h | ||||
| * | Protocols now load data into a buffer; they don't execute it. | Michael Brown | 2005-05-09 | 1 | -9/+4![]() |
| | | |||||
| * | dev.c uses the new tables infrastructure. | Michael Brown | 2005-04-27 | 1 | -11/+4![]() |
| | | |||||
| * | Added back in the actual call to load(). | Michael Brown | 2005-04-26 | 1 | -0/+16 |
| | | |||||
| * | ISA bus driver updated to report devices as present only if a driver | Michael Brown | 2005-04-26 | 1 | -1/+1 |
| | | | | | | thinks they are. Other bus drivers modified for consistency. | ||||
| * | Renamed describe to describe_device for consistency | Michael Brown | 2005-04-25 | 1 | -1/+1 |
| | | |||||
| * | Added "name" field to bus structure. | Michael Brown | 2005-04-25 | 1 | -2/+3 |
| | | |||||
| * | Should be an <= comparison, not a < comparison. | Michael Brown | 2005-04-23 | 1 | -2/+2 |
| | | | | | (Detected using "make symcheck" :) | ||||
| * | 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/+3 |
| | | | | | changes. | ||||
| * | Created a bus/device API that allows for the ROM prefix to specify an | Michael Brown | 2005-04-21 | 1 | -61/+246 |
| | | | | | | initial device, and will also allow for e.g. a device menu to be presented to the user. | ||||
| * | Fix BOOT_DRIVER to assign unique and meaningful name to structure. | Michael Brown | 2005-04-14 | 1 | -2/+2 |
| | | |||||
| * | Separate out bus-scanning and device-probing logic. | Michael Brown | 2005-04-14 | 1 | -5/+19 |
| | | |||||
| * | Allow for multiple BOOT_DRIVER()s in the same file, provided that they | Michael Brown | 2005-04-14 | 1 | -1/+1 |
| | | | | | have different probe functions. | ||||
| * | Use the magic of common symbols to allow struct dev to effectively grow at | Michael Brown | 2005-04-14 | 1 | -13/+14 |
| | | | | | link time to accommodate whatever bus objects are included. | ||||
| * | Add EISA as a bus type. | Michael Brown | 2005-04-13 | 1 | -4/+11 |
| | | |||||
| * | Add MCA devices | Michael Brown | 2005-04-13 | 1 | -0/+3 |
| | | |||||
| * | Add print_info method to dev_operations. | Michael Brown | 2005-04-13 | 1 | -0/+4 |
| | | |||||
| * | Fix up find_pci_device so that it can be used for scanning for devices | Michael Brown | 2005-04-12 | 1 | -1/+6 |
| | | | | | *other* than the main boot device. | ||||
| * | New device probing mechanism | Michael Brown | 2005-04-12 | 1 | -107/+39![]() |
| | | |||||
| * | Initial revision | Michael Brown | 2005-03-08 | 1 | -0/+126 |

