opengnsys_ipxe/src/drivers/net
Marty Connor 1a867bfb39 Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno .
This needs to be done manually because if the irq() routine is
implemented then we want something like "nic->irqno = pci->irqno;",
else we do "nic->irqno = 0;" nic->ioaddr may also need to be set
carefully.

Also added local variables to end of many files, for emacs indentation
to match kernel style (tab does 8 space indent).
2007-12-13 11:08:40 -05:00
..
e1000 Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00
mlx_ipoib Reverted driver/net/mlx_ipoib to clean master state 2007-09-18 07:07:04 +01:00
3c5x9.c Updated ISAPnP, EISA, MCA and ISA buses to current device model. 2007-03-10 18:08:33 +00:00
3c90x.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
3c90x.txt Initial revision 2005-03-08 18:53:11 +00:00
3c509-eisa.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
3c509.c Include errno.h in the few drivers which use it, rather than in nic.h 2007-07-24 14:05:32 +01:00
3c509.h Updated ISAPnP, EISA, MCA and ISA buses to current device model. 2007-03-10 18:08:33 +00:00
3c515.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
3c515.txt Initial revision 2005-03-08 18:53:11 +00:00
3c529.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
3c595.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
3c595.h Initial revision 2005-03-08 18:53:11 +00:00
amd8111e.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
amd8111e.h Imported from Etherboot 5.4 tree 2005-05-19 16:51:32 +00:00
bnx2.c make struct bnx2 bnx2 static 2007-07-27 22:02:11 +02:00
bnx2.h Warnings purge of drivers (continued) 2007-07-04 05:52:56 -04:00
bnx2_fw.h Ported bnx2 driver from Etherboot 5.4. 2007-03-13 23:03:50 +00:00
cs89x0.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05: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 Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
depca.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
dmfe.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
eepro.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
eepro100.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
epic100.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
epic100.h Initial revision 2005-03-08 18:53:11 +00:00
etherfabric.c Default to port 0 (sic). 2006-12-21 17:16:06 +00:00
etherfabric.h Merge from Etherboot 5.4 2006-03-16 18:30:54 +00:00
forcedeth.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
hfa384x.h Purge warnings from prism2 drivers 2007-07-04 19:47:01 -04:00
ipoib.c Removed more hacks, and adjusted number of queue entries for likely usage. 2007-09-17 19:17:55 +01:00
legacy.c Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00
mtd80x.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
natsemi.c Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00
natsemi.h Remove unnecessary variable. 2007-11-18 03:11:02 -05:00
ns8390.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
ns8390.h Initial revision 2005-03-08 18:53:11 +00:00
ns83820.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
p80211hdr.h Purge warnings from prism2 drivers 2007-07-04 19:47:01 -04:00
pcnet32.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
pnic.c Use net_device_operations structure and netdev_nullify() to allow for 2007-07-07 16:43:39 +01:00
pnic_api.h Initial revision 2005-03-08 18:53:11 +00:00
prism2.c Purge warnings from prism2 drivers 2007-07-04 19:47:01 -04:00
prism2_pci.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
prism2_plx.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
r8169.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
rtl8139.c Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00
sis900.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
sis900.h Synced across updates from Etherboot 5.4 tree 2005-05-19 16:47:19 +00:00
smc9000.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
smc9000.h Merge from Etherboot 5.4 2006-03-16 18:44:31 +00:00
sundance.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
tg3.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
tg3.h Synced across updates from Etherboot 5.4 tree 2005-05-19 16:47:19 +00:00
tlan.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
tlan.h Synced across updates from Etherboot 5.4 tree 2005-05-19 16:47:19 +00:00
tulip.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
tulip.txt Update email addresses in drivers 2007-06-09 15:23:17 -04:00
via-rhine.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
via-velocity.c fix gcc 4.2.1 warning: discards qualifiers from pointer target type 2007-08-02 01:56:57 +01:00
via-velocity.h make struct velocity_info vptx static 2007-07-27 22:07:01 +02:00
w89c840.c Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno . 2007-12-13 11:08:40 -05:00
wlan_compat.h Initial revision 2005-03-08 18:53:11 +00:00