opengnsys_ipxe/src/drivers
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
..
ata Create and use async_block() macro; it cuts down on the visual overhead 2007-01-16 08:10:54 +00:00
bitbash Support cards such as natsemi which treat the data as little-endian 2007-07-01 15:22:12 +01:00
block Split bootsector execution code out into bootsector.c. 2007-01-29 04:21:38 +00:00
bus Revert "convert to zalloc" 2007-07-07 01:56:37 +02:00
net Use net_device_operations structure and netdev_nullify() to allow for 2007-07-07 16:43:39 +01:00
nvs Return -EIO when verification fails, instead of -EINVAL. 2006-12-20 14:11:50 +00:00
scsi Create and use async_block() macro; it cuts down on the visual overhead 2007-01-16 08:10:54 +00:00