summaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_undi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-2/+2
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-071-9/+17
* Allow recording of TX and RX errors to aid in end-user debugging.Michael Brown2007-07-051-4/+4
* Move pxe_netdev and set_pxe_netdev to pxe_undi.c and removeMichael Brown2007-07-031-0/+15
* Report our interface type as "gPXE" to avoid working around EtherbootMichael Brown2007-07-031-1/+1
* Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason toMichael Brown2007-07-031-7/+4Star
* Reserve space for link-layer header in pxenv_undi_transmit() when notMichael Brown2007-07-031-2/+10
* Add missing call to free_iob() in pxenv_undi_isr().Michael Brown2007-07-031-5/+6
* Add trivial net device statistics (TX and RX packet count), reportedMichael Brown2007-07-031-8/+13
* 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-031-9/+43
* Add untested support for UNDI transmit and receive.Michael Brown2007-07-021-112/+107Star
* pxe_netdev now holds a reference to the network device.Michael Brown2007-07-021-53/+27Star
* Call shutdown() from pxenv_undi_shutdown(). Probably not totallyMichael Brown2007-07-021-0/+3
* Implement the two UNDI API calls used by RIS.Michael Brown2007-06-301-42/+75
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Allow linking by converting all functions to stubsMichael Brown2006-08-091-41/+30Star
* Updated PXE UDP implementation to use the new Etherboot UDP API.Michael Brown2006-08-031-0/+4
* Updated to remove obsolete constantsMichael Brown2006-04-191-6/+6
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-241-0/+538