Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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
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
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
Kconfig
Makefile
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
xircom_cb.c