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 drivers/net/tulip: update first comment in tulip files 2008-06-24 22:59:26 -04:00
Kconfig remove the obsolete xircom_tulip_cb driver 2008-03-17 07:49:23 -04:00
Makefile remove the obsolete xircom_tulip_cb driver 2008-03-17 07:49:23 -04:00
de4x5.c de4x5: Use skb_queue_head instead of by-hand implementation. 2008-09-23 00:19:19 -07:00
de4x5.h de4x5: Remove developer debug feature about set/clear promisc 2008-07-22 16:09:09 -04:00
de2104x.c tulip: Fix dead 21041 ethernet after ifconfig down 2008-09-24 18:48:52 -04:00
dmfe.c [TULIP] DMFE: Fix SROM parsing regression. 2008-01-23 03:11:39 -08:00
eeprom.c drivers/net/tulip: update first comment in tulip files 2008-06-24 22:59:26 -04:00
interrupt.c drivers/net/tulip: update first comment in tulip files 2008-06-24 22:59:26 -04:00
media.c drivers/net/tulip: update first comment in tulip files 2008-06-24 22:59:26 -04:00
pnic.c drivers/net/tulip: update first comment in tulip files 2008-06-24 22:59:26 -04:00
pnic2.c drivers/net/tulip: update first comment in tulip files 2008-06-24 22:59:26 -04:00
timer.c drivers/net/tulip: update first comment in tulip files 2008-06-24 22:59:26 -04:00
tulip.h drivers/net/tulip: update first comment in tulip files 2008-06-24 22:59:26 -04:00
tulip_core.c drivers/net/tulip: update first comment in tulip files 2008-06-24 22:59:26 -04:00
uli526x.c uli526x: add support for netpoll 2008-05-22 06:19:27 -04:00
winbond-840.c [netdrvr] tulip/winbond-840: don't let tulip.h symbol stomp ours 2008-04-16 20:37:24 -04:00
xircom_cb.c xircom_cb should return NETDEV_TX_BUSY when no descriptors available 2008-02-05 13:31:29 -05:00