summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/tulip.c
diff options
context:
space:
mode:
authorMarty Connor2006-09-14 16:51:38 +0200
committerMarty Connor2006-09-14 16:51:38 +0200
commit35f90278a8ed0cccc653f3bb474d763a26ec0a74 (patch)
tree6e5537b61a86948a695c4d935e9130b1395756f2 /src/drivers/net/tulip.c
parentRemove printf of MAC address in driver. (diff)
downloadipxe-35f90278a8ed0cccc653f3bb474d763a26ec0a74.tar.gz
ipxe-35f90278a8ed0cccc653f3bb474d763a26ec0a74.tar.xz
ipxe-35f90278a8ed0cccc653f3bb474d763a26ec0a74.zip
Remove nic_disable call from drivers. Call should be made at a higher level
Diffstat (limited to 'src/drivers/net/tulip.c')
-rw-r--r--src/drivers/net/tulip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/tulip.c b/src/drivers/net/tulip.c
index c81b6827..15067e90 100644
--- a/src/drivers/net/tulip.c
+++ b/src/drivers/net/tulip.c
@@ -1185,7 +1185,7 @@ static int tulip_poll(struct nic *nic, int retrieve)
/* eth_disable - Disable the interface */
/*********************************************************************/
static void tulip_disable ( struct nic *nic, struct pci_device *pci __unused ) {
-nic_disable ( nic );
+
#ifdef TULIP_DEBUG_WHERE
whereami("tulip_disable\n");
#endif