linux/drivers/net/tulip
Thomas Bogendoerfer 7c0965e614 tulip: Fix dead 21041 ethernet after ifconfig down
The de2104x did a pci_disable_device() in it's close function, but
the open function never does a pci_enable_device() and assumes that
the device is already enabled. Considering that downing the interface
is just a temporary thing the pci_disable_device() isn't a pretty good
idea and removing it from the close function just fixes the bug.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Acked-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-09-24 18:48:52 -04:00
..
21142.c
Kconfig
Makefile
de4x5.c
de4x5.h
de2104x.c tulip: Fix dead 21041 ethernet after ifconfig down 2008-09-24 18:48:52 -04:00
dmfe.c
eeprom.c
interrupt.c
media.c
pnic.c
pnic2.c
timer.c
tulip.h
tulip_core.c
uli526x.c
winbond-840.c
xircom_cb.c