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/drivers/net
Michael Brown 91e46ed588 Automatically updated using
perl -pi -0777 -e 's/^(\s*)dev->disable(\s*)=\s*(\w+)_disable;\s*nic->poll\s*=\s*(\w+);\s*nic->transmit\s*=\s*(\w+);\s*nic->irq\s*=\s*(\w+);/static struct nic_operations ${3}_operations;\nstatic struct nic_operations ${3}_operations = {\n\t.connect\t= dummy_connect,\n\t.poll\t\t= $4,\n\t.transmit\t= $5,\n\t.irq\t\t= $6,\n\t.disable\t= ${3}_disable,\n};${1}nic->nic_op\t= &${3}_operations;/msg' *.c
2005-04-13 00:02:40 +00:00
..
3c90x.c Automatically updated using 2005-04-13 00:02:40 +00:00
3c90x.txt Initial revision 2005-03-08 18:53:11 +00:00
3c509.c Automatically updated using 2005-04-13 00:02:40 +00:00
3c509.h Initial revision 2005-03-08 18:53:11 +00:00
3c515.c Automatically updated using 2005-04-13 00:02:40 +00:00
3c515.txt Initial revision 2005-03-08 18:53:11 +00:00
3c595.c Automatically updated using 2005-04-13 00:02:40 +00:00
3c595.h Initial revision 2005-03-08 18:53:11 +00:00
cs89x0.c Automatically updated using 2005-04-13 00:02:40 +00:00
cs89x0.h Initial revision 2005-03-08 18:53:11 +00:00
cs89x0.txt Initial revision 2005-03-08 18:53:11 +00:00
davicom.c Automatically updated using 2005-04-13 00:02:40 +00:00
depca.c Automatically updated using 2005-04-13 00:02:40 +00:00
dmfe.c Automatically updated using 2005-04-13 00:02:40 +00:00
e1000_hw.h Initial revision 2005-03-08 18:53:11 +00:00
e1000.c Automatically updated using 2005-04-13 00:02:40 +00:00
eepro100.c Automatically updated using 2005-04-13 00:02:40 +00:00
eepro.c Automatically updated using 2005-04-13 00:02:40 +00:00
epic100.c Automatically updated using 2005-04-13 00:02:40 +00:00
epic100.h Initial revision 2005-03-08 18:53:11 +00:00
forcedeth.c Automatically updated using 2005-04-13 00:02:40 +00:00
hfa384x.h Initial revision 2005-03-08 18:53:11 +00:00
mtd80x.c Automatically updated using 2005-04-13 00:02:40 +00:00
natsemi.c Automatically updated using 2005-04-13 00:02:40 +00:00
ns8390.c Automatically updated using 2005-04-13 00:02:40 +00:00
ns8390.h Initial revision 2005-03-08 18:53:11 +00:00
ns83820.c Automatically updated using 2005-04-13 00:02:40 +00:00
p80211hdr.h Initial revision 2005-03-08 18:53:11 +00:00
pcnet32.c Automatically updated using 2005-04-13 00:02:40 +00:00
pnic_api.h Initial revision 2005-03-08 18:53:11 +00:00
pnic.c Updated to new device API. 2005-04-12 18:23:00 +00:00
prism2_pci.c Auto-updated using 2005-04-12 23:05:00 +00:00
prism2_plx.c Auto-updated using 2005-04-12 23:05:00 +00:00
prism2.c Automatically updated using 2005-04-13 00:02:40 +00:00
r8169.c Automatically updated using 2005-04-13 00:02:40 +00:00
rtl8139.c Automatically updated using 2005-04-13 00:02:40 +00:00
sis900.c Automatically updated using 2005-04-13 00:02:40 +00:00
sis900.h Initial revision 2005-03-08 18:53:11 +00:00
sk_g16.c Automatically updated using 2005-04-13 00:02:40 +00:00
sk_g16.h Initial revision 2005-03-08 18:53:11 +00:00
skel.c Automatically updated using 2005-04-13 00:02:40 +00:00
smc9000.c Automatically updated using 2005-04-13 00:02:40 +00:00
smc9000.h Initial revision 2005-03-08 18:53:11 +00:00
sundance.c Automatically updated using 2005-04-13 00:02:40 +00:00
tg3.c Automatically updated using 2005-04-13 00:02:40 +00:00
tg3.h Initial revision 2005-03-08 18:53:11 +00:00
tlan.c Automatically updated using 2005-04-13 00:02:40 +00:00
tlan.h Initial revision 2005-03-08 18:53:11 +00:00
tulip.c Automatically updated using 2005-04-13 00:02:40 +00:00
tulip.txt Initial revision 2005-03-08 18:53:11 +00:00
via-rhine.c Automatically updated using 2005-04-13 00:02:40 +00:00
w89c840.c Automatically updated using 2005-04-13 00:02:40 +00:00
wlan_compat.h Initial revision 2005-03-08 18:53:11 +00:00