aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Warnings purge of drivers (continued)Marty Connor2007-07-0418-61/+86
* UNDI loader entry point implemented; seems to work.Michael Brown2007-07-041-0/+28
* !PXE and PXENV+ structures are in code segment, not data segment.Michael Brown2007-07-041-3/+4
* Fix typoMichael Brown2007-07-041-1/+1
* Cope with builds with differing debug options within a second of eachMichael Brown2007-07-041-15/+8
* Add (untested) UNDI loader C-level implementation.Michael Brown2007-07-033-74/+64
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-032-31/+1
|\
| * remove obsolete file: src/arch/i386/prefix/int19exit.cMarty Connor2007-07-031-31/+0
| * Warnings purge iscsiboot.cMarty Connor2007-07-031-0/+1
* | Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-0323-194/+239
|/
* Added missing line to set return status code.Michael Brown2007-07-031-0/+1
* Line buffer API changed a while agoMichael Brown2007-07-031-3/+6
* Added missing "extern"Michael Brown2007-07-031-2/+2
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-0310-610/+7
|\
| * Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-036-18/+35
| |\
| * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor2007-07-0310-610/+7
* | | This comment is no longer relevant.Michael Brown2007-07-031-5/+0
* | | Should be using the generic device probe mechanism, when (if) theyMichael Brown2007-07-032-5/+0
* | | We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-0310-21/+9
* | | Move pxe_netdev and set_pxe_netdev to pxe_undi.c and removeMichael Brown2007-07-032-182/+15
| |/ |/|
* | Use a linker-table based system to automatically mark and start upMichael Brown2007-07-036-18/+35
|/
* Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-0311-108/+130
|\
| * Implemented (untested) PXENV_START_UNDI.Michael Brown2007-07-035-43/+60
| * Report our interface type as "gPXE" to avoid working around EtherbootMichael Brown2007-07-031-1/+1
| * Work around Etherboot 5.4 bug when multiple packets are received.Michael Brown2007-07-031-1/+38
| * Kill off now-redundant _irq() methods.Michael Brown2007-07-032-51/+0
| * Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason toMichael Brown2007-07-031-7/+4
| * Avoid double free on I/O buffer when rtl_transmit() returns failure.Michael Brown2007-07-031-2/+1
| * It's not just Etherboot that fails to generate TX completions.Michael Brown2007-07-031-2/+2
| * Never attempt to route the broadcast address.Michael Brown2007-07-031-0/+8
| * Document TX completion bug.Michael Brown2007-07-031-0/+10
| * Enable/disable interrupts in driver open/close.Michael Brown2007-07-031-3/+8
* | Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-038-6/+15
|/
* Reserve space for link-layer header in pxenv_undi_transmit() when notMichael Brown2007-07-031-2/+10
* Enable/disable interrupts at open/close time.Michael Brown2007-07-031-0/+9
* Add missing call to free_iob() in pxenv_undi_isr().Michael Brown2007-07-031-5/+6
* Enable/disable interrupts on open/close.Michael Brown2007-07-031-5/+17
* Add trivial net device statistics (TX and RX packet count), reportedMichael Brown2007-07-034-10/+38
* Ensure that pxe_netdev is set before starting up PXE NBP.Michael Brown2007-07-031-3/+10
* Place netdev_open()/netdev_close() calls in appropriate places.Michael Brown2007-07-031-8/+24
* Add mechanism for providing TX completion events.Michael Brown2007-07-021-9/+43
* Merge branch 'master' of ssh://rom.etherboot.org/pub/scm/gpxeMarty Connor2007-07-0219-207/+290
|\
| * Add untested support for UNDI transmit and receive.Michael Brown2007-07-027-114/+195
| * Use a common base-memory packet buffer for DHCP construction (as usedMichael Brown2007-07-026-36/+31
| * pxe_netdev now holds a reference to the network device.Michael Brown2007-07-027-57/+64
* | Warnings purgeMarty Connor2007-07-021-1/+1
* | Warnings purgeMarty Connor2007-07-024-764/+15
* | Warnings purgeMarty Connor2007-07-022-3/+2
* | Warnings purge of src/coreMarty Connor2007-07-029-487/+26
|/
* Call shutdown() from pxenv_undi_shutdown(). Probably not totallyMichael Brown2007-07-021-0/+3