2007-07-03 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/gpxe |
tree | commitdiff |
2007-07-03 |
Marty Connor | Merge branch 'master' of /pub/scm/gpxe |
tree | commitdiff |
2007-07-03 |
Marty Connor | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk... |
tree | commitdiff |
2007-07-03 |
Marty Connor | Merge branch 'master' of /pub/scm/gpxe |
tree | commitdiff |
2007-07-03 |
Michael Brown | Work around Etherboot 5.4 bug when multiple packets... |
tree | commitdiff |
2007-07-03 |
Michael Brown | It's not just Etherboot that fails to generate TX compl... |
tree | commitdiff |
2007-07-03 |
Michael Brown | Document TX completion bug. |
tree | commitdiff |
2007-07-02 |
Marty Connor | Merge branch 'master' of ssh://rom.etherboot.org/gpxe |
tree | commitdiff |
2007-07-02 |
Michael Brown | Use a common base-memory packet buffer for DHCP constru... |
tree | commitdiff |
2007-06-27 |
Michael Brown | Kill off hotplug.h and just make net devices normal... |
tree | commitdiff |
2007-05-19 |
Michael Brown | pkbuff->iobuf changeover |
tree | commitdiff |
2007-03-13 |
James Harper | Ported bnx2 driver from Etherboot 5.4. |
tree | commitdiff |
2007-03-10 |
Michael Brown | Updated ISAPnP, EISA, MCA and ISA buses to current... |
tree | commitdiff |
2007-01-29 |
Michael Brown | Don't call PXENV_STOP_UNDI in the kpxeprefix. This... |
tree | commitdiff |
2007-01-19 |
Michael Brown | Use stdio.h instead of vsprintf.h |
tree | commitdiff |
2007-01-14 |
Michael Brown | Use {get,set}_fbms() so that allocated base memory... |
tree | commitdiff |
2007-01-13 |
Michael Brown | Add some trace messages for important events |
tree | commitdiff |
2007-01-13 |
Michael Brown | Pick up the return status code from the correct place... |
tree | commitdiff |
2007-01-13 |
Michael Brown | When an UNDI API call fails, print everything there... |
tree | commitdiff |
2007-01-13 |
Michael Brown | Always send EOI. We can't feasibly share interrupts... |
tree | commitdiff |
2007-01-12 |
Michael Brown | We *do* have a __data16_array after all! |
tree | commitdiff |
2007-01-10 |
Michael Brown | Add device description fields to struct device. |
tree | commitdiff |
2007-01-10 |
Michael Brown | Give UNDI device a more meaningful name. |
tree | commitdiff |
2007-01-10 |
Michael Brown | Add "name" field to struct device to allow human-readab... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Add RX quotas to the net device poll() method. This... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Rename pkb_available() to pkb_tailroom() for consistenc... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Added net device TX queue; this will be needed to suppo... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Added ability to break ISR processing over several... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Send EOI after enabling interrupt, in case the device... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Obsoleted by drivers/net/undionly.c |
tree | commitdiff |
2007-01-09 |
Michael Brown | Added UNDI root bus driver (which saves including all... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Added missing call to undinet_remove() |
tree | commitdiff |
2007-01-09 |
Michael Brown | undipci_probe() has to calculate busdevfn anyway, so... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Avoid erasing non-existent signatures in undi_unload() |
tree | commitdiff |
2007-01-09 |
Michael Brown | If preloaded device matches, use that rather than going... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Provide storage for an undi_device structure representi... |
tree | commitdiff |
2007-01-09 |
Michael Brown | Use fixed-width fields in struct undi_device, so that... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Checking in obsolete but working memory-scanning code... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Neaten up debug messages |
tree | commitdiff |
2007-01-08 |
Michael Brown | Remove spurious debug message |
tree | commitdiff |
2007-01-08 |
Michael Brown | Now split out into undirom.c and undiload.c |
tree | commitdiff |
2007-01-08 |
Michael Brown | Added any-PCI-device UNDI driver |
tree | commitdiff |
2007-01-08 |
Michael Brown | Tidied up debug messages |
tree | commitdiff |
2007-01-08 |
Michael Brown | Split UNDI load/unload out into undiload.c. |
tree | commitdiff |
2007-01-08 |
Michael Brown | Remove obsolete includes |
tree | commitdiff |
2007-01-08 |
Michael Brown | Separated out UNDI ROM location code into undirom.c... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Use "struct undi_device" instead of "struct pxe_device... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Renamed undi.c to undinet.c. (undi.c will become the... |
tree | commitdiff |
2007-01-08 |
Michael Brown | Obsolete |
tree | commitdiff |
2007-01-07 |
Michael Brown | Remove accidentally checked-in code |
tree | commitdiff |
2007-01-07 |
Michael Brown | Move START_UNDI, UNDI_STARTUP, UNDI_INITIALIZE and |
tree | commitdiff |
2007-01-07 |
Michael Brown | Remember to enable/disable the interrupt at the PIC. |
tree | commitdiff |
2007-01-05 |
Michael Brown | Remove redundant debug message |
tree | commitdiff |
2007-01-05 |
Michael Brown | UNDI loader routine now works |
tree | commitdiff |
2007-01-05 |
Marty Connor | Fixed typo |
tree | commitdiff |
2007-01-05 |
Michael Brown | Partial implementation of UNDI loader caller. |
tree | commitdiff |
2007-01-05 |
Michael Brown | Add PXE driver-scanning code, capable of locating all... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Renamed undi_net.c to undi.c. |
tree | commitdiff |
2007-01-04 |
Michael Brown | Obsolete; net driver functionality is now in undi_net... |
tree | commitdiff |
2007-01-04 |
Michael Brown | Added PXE bus driver (with support only for using PXE... |
tree | commitdiff |
2006-09-19 |
Marty Connor | fix args to _disable routine |
tree | commitdiff |
2006-05-24 |
Michael Brown | Will be replaced with a block-device implementation. |
tree | commitdiff |
2006-04-24 |
Michael Brown | Header rearrangement. |
tree | commitdiff |
2005-05-03 |
Michael Brown | #if 0 out the whole file for now; it cannot be linked... |
tree | commitdiff |
2005-04-26 |
Michael Brown | ISA bus driver updated to report devices as present... |
tree | commitdiff |
2005-04-26 |
Michael Brown | PCI_DRIVER changed |
tree | commitdiff |
2005-04-25 |
Michael Brown | BIOS floppy handling code moved to where it will really... |
tree | commitdiff |
2005-04-25 |
Michael Brown | Added "name" field to bus structure. |
tree | commitdiff |
2005-04-22 |
Michael Brown | Coerced into compiling. |
tree | commitdiff |
2005-04-18 |
Michael Brown | Moved floppy.c to i386 arch, since it's i386-specific. |
tree | commitdiff |
2005-04-18 |
Michael Brown | Added remaining bus functions. |
tree | commitdiff |
2005-04-18 |
Michael Brown | Code fixed to operate correctly. |
tree | commitdiff |
2005-04-18 |
Michael Brown | Extracted from firmware/pcbios/bios.c |
tree | commitdiff |
2005-04-15 |
Michael Brown | Now compiles. |
tree | commitdiff |
2005-04-14 |
Michael Brown | Standardised debug mechanism in place now. |
tree | commitdiff |
2005-04-12 |
Michael Brown | We now record a pointer to the struct pci_device, since... |
tree | commitdiff |
2005-04-12 |
Michael Brown | Able to at least compile again now. |
tree | commitdiff |
2005-04-09 |
Michael Brown | Note basemem API change. |
tree | commitdiff |
2005-04-08 |
Michael Brown | Merged mcb30-realmode-redesign back to HEAD |
tree | commitdiff |
2005-03-08 |
Michael Brown | Initial revision |
tree | commitdiff |
|