david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/interface/pxe
Michael Brown 4c418d2100 Use net_device_operations structure and netdev_nullify() to allow for
safe dropping of the netdev ref by the driver while other refs still
exist.

Add netdev_irq() method.  Net device open()/close() methods should no
longer enable or disable IRQs.

Remove rx_quota; it wasn't used anywhere and added too much complexity
to implementing correct interrupt-masking behaviour in pxe_undi.c.
2007-07-07 16:43:39 +01:00
..
pxe_errors.c Split error-message table portions of errno.h out to gpxe/errortab.h 2006-12-20 03:40:48 +00:00
pxe_loader.c !PXE and PXENV+ structures are in code segment, not data segment. 2007-07-04 03:20:18 +01:00
pxe_preboot.c Add (untested) UNDI loader C-level implementation. 2007-07-03 23:41:35 +01:00
pxe_tftp.c Implement the "overwrite TFTP filename" Microsoft RIS bug workaround. 2007-06-30 15:13:18 +01:00
pxe_udp.c Partial migration of UDP to data-xfer interface. (Will not link at 2007-06-20 01:13:35 +01:00
pxe_undi.c Use net_device_operations structure and netdev_nullify() to allow for 2007-07-07 16:43:39 +01:00