| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add device description fields to struct device. | Michael Brown | 2007-01-10 | 7 | -21/+60 |
| * | 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 | 3 | -1/+7 |
| * | Add RX quotas to the net device poll() method. This avoids the problem | Michael Brown | 2007-01-09 | 1 | -16/+35 |
| * | Rename pkb_available() to pkb_tailroom() for consistency with Linux's | Michael Brown | 2007-01-09 | 1 | -2/+2 |
| * | Added net device TX queue; this will be needed to support the PXE UNDI API | Michael Brown | 2007-01-09 | 1 | -4/+8 |
| * | Added ability to break ISR processing over several calls to poll(). | Michael Brown | 2007-01-09 | 1 | -17/+34 |
| * | Send EOI after enabling interrupt, in case the device had asserted IRQ | Michael Brown | 2007-01-09 | 1 | -0/+1 |
| * | Allow boot sector to completely destroy real-mode stack, but still | Michael Brown | 2007-01-09 | 1 | -10/+15 |
| * | Leave protected-mode return address on PM stack when issuing a | Michael Brown | 2007-01-09 | 1 | -11/+10 |
| * | Obsoleted by drivers/net/undionly.c | Michael Brown | 2007-01-09 | 1 | -182/+0 |
| * | Added UNDI root bus driver (which saves including all the PCI bus code, | Michael Brown | 2007-01-09 | 1 | -0/+96 |
| * | 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 | 3 | -22/+21 |
| * | Avoid erasing non-existent signatures in undi_unload() | Michael Brown | 2007-01-09 | 1 | -2/+4 |
| * | Avoid leaving preloaded_undi with invalid PXENV+/!PXE structure | Michael Brown | 2007-01-09 | 1 | -3/+15 |
| * | Since we now always unload the base code stack (even if we keep UNDI), | Michael Brown | 2007-01-09 | 1 | -83/+24 |
| * | If preloaded device matches, use that rather than going via the UNDI | Michael Brown | 2007-01-09 | 1 | -21/+46 |
| * | Populate preloaded_undi device when applicable. | Michael Brown | 2007-01-09 | 1 | -0/+9 |
| * | Provide storage for an undi_device structure representing the preloaded | Michael Brown | 2007-01-09 | 2 | -0/+51 |
| * | Call PXENV_UNDI_GET_NIC_TYPE to identify NIC physical device. | Michael Brown | 2007-01-09 | 1 | -136/+480 |
| * | Use fixed-width fields in struct undi_device, so that pxeprefix.S will be | Michael Brown | 2007-01-09 | 2 | -23/+29 |
| * | Copy pxelinux's shutdown sequence: use UNLOAD_STACK without STOP_BASE, | Michael Brown | 2007-01-08 | 1 | -3/+9 |
| * | New strategy: always stop both base code and UNDI. Always free base code | Michael Brown | 2007-01-08 | 2 | -72/+89 |
| * | Checking in obsolete but working memory-scanning code just for the record | Michael Brown | 2007-01-08 | 1 | -193/+70 |
| * | Neaten up debug messages | Michael Brown | 2007-01-08 | 1 | -3/+3 |
| * | Remove spurious debug message | Michael Brown | 2007-01-08 | 1 | -1/+0 |
| * | Now split out into undirom.c and undiload.c | Michael Brown | 2007-01-08 | 1 | -324/+0 |
| * | Added any-PCI-device UNDI driver | Michael Brown | 2007-01-08 | 1 | -0/+119 |
| * | Tidied up debug messages | Michael Brown | 2007-01-08 | 1 | -1/+2 |
| * | Added debugging statements | Michael Brown | 2007-01-08 | 1 | -1/+19 |
| * | Added missing includes | Michael Brown | 2007-01-08 | 1 | -0/+3 |
| * | Added missing declarations | Michael Brown | 2007-01-08 | 1 | -0/+3 |
| * | Added missing include | Michael Brown | 2007-01-08 | 1 | -0/+2 |
| * | Split UNDI load/unload out into undiload.c. | Michael Brown | 2007-01-08 | 2 | -0/+203 |
| * | Remove obsolete includes | Michael Brown | 2007-01-08 | 1 | -3/+0 |
| * | Separated out UNDI ROM location code into undirom.c, and use struct | Michael Brown | 2007-01-08 | 2 | -0/+285 |
| * | Use "struct undi_device" instead of "struct pxe_device", and use the | Michael Brown | 2007-01-08 | 3 | -151/+208 |
| * | Renamed undi.c to undinet.c. (undi.c will become the UNDI PCI driver) | Michael Brown | 2007-01-08 | 1 | -0/+0 |
| * | Obsolete | Michael Brown | 2007-01-08 | 1 | -178/+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 |
| * | Remember to enable/disable the interrupt at the PIC. | Michael Brown | 2007-01-07 | 1 | -13/+27 |
| * | Remove redundant debug message | Michael Brown | 2007-01-05 | 1 | -1/+0 |
| * | UNDI loader routine now works | Michael Brown | 2007-01-05 | 1 | -5/+22 |
| * | Added PnP BIOS scanning code, separated out from the UNDI driver | Michael Brown | 2007-01-05 | 2 | -0/+122 |
| * | Fixed typo | Marty Connor | 2007-01-05 | 1 | -1/+1 |
| * | Partial implementation of UNDI loader caller. | Michael Brown | 2007-01-05 | 2 | -4/+90 |
| * | Add PXE driver-scanning code, capable of locating all PXE ROMs in a system | Michael Brown | 2007-01-05 | 1 | -0/+223 |
| * | Renamed undi_net.c to undi.c. | Michael Brown | 2007-01-04 | 1 | -0/+0 |