linux/drivers/net/ethernet/3com
Matthew Whitehead 3b54912f9c 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA)
The venerable 3c509 driver only sets its device parent in one case, the ISAPnP one.
It does this with the SET_NETDEV_DEV function. It should register with the device
hierarchy in two additional cases: standard (non-PnP) ISA and EISA.

- Currently they appear here:
/sys/devices/virtual/net/eth0 (standard ISA)
/sys/devices/virtual/net/eth1 (EISA)

- Rather, they should instead be here:
/sys/devices/isa/3c509.0/net/eth0 (standard ISA)
/sys/devices/pci0000:00/0000:00:07.0/00:04/net/eth1 (EISA)

Tested on ISA and EISA boards.

Signed-off-by: Matthew Whitehead <tedheadster@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-30 15:32:49 -04:00
..
3c59x.c remove init of dev->perm_addr in drivers 2013-01-08 18:00:48 -08:00
3c509.c 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA) 2013-04-30 15:32:49 -04:00
3c515.c ethtool: fix drvinfo strings set in drivers 2013-01-06 21:06:31 -08:00
3c574_cs.c 3c574_cs: fix operator precedence between << and & 2013-01-17 15:04:30 -05:00
3c589_cs.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
Kconfig drivers/net: delete old 8bit ISA 3c501 driver. 2013-01-22 10:39:49 -05:00
Makefile drivers/net: delete old 8bit ISA 3c501 driver. 2013-01-22 10:39:49 -05:00
typhoon.c net: vlan: add protocol argument to packet tagging functions 2013-04-19 14:46:06 -04:00
typhoon.h