| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 1 | -1/+1 |
| | | |||||
| * | Add device description fields to struct device. | Michael Brown | 2007-01-10 | 1 | -1/+2 |
| | | |||||
| * | Give UNDI device a more meaningful name. | Michael Brown | 2007-01-10 | 1 | -1/+1 |
| | | |||||
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 1 | -0/+3 |
| | | | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing). | ||||
| * | Added missing call to undinet_remove() | Michael Brown | 2007-01-09 | 1 | -0/+1 |
| | | |||||
| * | undipci_probe() has to calculate busdevfn anyway, so we may as well pass | Michael Brown | 2007-01-09 | 1 | -2/+1![]() |
| | | | | | it directly to undi_load_pci(). | ||||
| * | If preloaded device matches, use that rather than going via the UNDI | Michael Brown | 2007-01-09 | 1 | -21/+46 |
| | | | | | loader. | ||||
| * | Remove spurious debug message | Michael Brown | 2007-01-08 | 1 | -1/+0![]() |
| | | |||||
| * | Added any-PCI-device UNDI driver | Michael Brown | 2007-01-08 | 1 | -0/+119 |
| | | |||||
| * | Renamed undi.c to undinet.c. (undi.c will become the UNDI PCI driver) | Michael Brown | 2007-01-08 | 1 | -660/+0![]() |
| | | |||||
| * | Remove accidentally checked-in code | Michael Brown | 2007-01-07 | 1 | -5/+0![]() |
| | | |||||
| * | Move START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE and | Michael Brown | 2007-01-07 | 1 | -58/+324 |
| | | | | | | | UNDI_GET_INFORMATION calls into drivers/net/undi.c. undi_probe() now gets given a pxe_device representing a PXE stack that has been loaded into memory but not initialised in any way. | ||||
| * | Remember to enable/disable the interrupt at the PIC. | Michael Brown | 2007-01-07 | 1 | -13/+27 |
| | | | | | Handle failures in undi_open() properly. | ||||
| * | Renamed undi_net.c to undi.c. | Michael Brown | 2007-01-04 | 1 | -0/+385 |
| | | |||||
| * | Obsolete; net driver functionality is now in undi_net.c and bus driver | Michael Brown | 2007-01-04 | 1 | -1453/+0![]() |
| | | | | | | functionality is now in pxebus.c. (Not all bus functionality is ported across yet.) | ||||
| * | fix args to _disable routine | Marty Connor | 2006-09-19 | 1 | -2/+1![]() |
| | | |||||
| * | Header rearrangement. | Michael Brown | 2006-04-24 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
| * | #if 0 out the whole file for now; it cannot be linked because the base | Michael Brown | 2005-05-03 | 1 | -1/+1 |
| | | | | | memory interface has changed. | ||||
| * | PCI_DRIVER changed | Michael Brown | 2005-04-26 | 1 | -2/+1![]() |
| | | |||||
| * | Coerced into compiling. | Michael Brown | 2005-04-22 | 1 | -13/+13 |
| | | |||||
| * | Now compiles. | Michael Brown | 2005-04-15 | 1 | -19/+14![]() |
| | | |||||
| * | Standardised debug mechanism in place now. | Michael Brown | 2005-04-14 | 1 | -0/+1 |
| | | |||||
| * | Able to at least compile again now. | Michael Brown | 2005-04-12 | 1 | -50/+41![]() |
| | | |||||
| * | Note basemem API change. | Michael Brown | 2005-04-09 | 1 | -0/+10 |
| | | |||||
| * | Merged mcb30-realmode-redesign back to HEAD | Michael Brown | 2005-04-08 | 1 | -1/+1 |
| | | |||||
| * | Initial revision | Michael Brown | 2005-03-08 | 1 | -0/+1458 |

