aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/davicom.c
diff options
context:
space:
mode:
authorMarty Connor <mdc@etherboot.org>2006-09-14 14:51:38 +0000
committerMarty Connor <mdc@etherboot.org>2006-09-14 14:51:38 +0000
commit35f90278a8ed0cccc653f3bb474d763a26ec0a74 (patch)
tree6e5537b61a86948a695c4d935e9130b1395756f2 /src/drivers/net/davicom.c
parent1ed6e69ea561cbf32749cad609d6bd928e6032f4 (diff)
downloadipxe-35f90278a8ed0cccc653f3bb474d763a26ec0a74.tar.gz
Remove nic_disable call from drivers. Call should be made at a higher level
Diffstat (limited to 'src/drivers/net/davicom.c')
-rw-r--r--src/drivers/net/davicom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/davicom.c b/src/drivers/net/davicom.c
index 3a470c835..a859cd801 100644
--- a/src/drivers/net/davicom.c
+++ b/src/drivers/net/davicom.c
@@ -617,7 +617,7 @@ static int davicom_poll(struct nic *nic, int retrieve)
/* eth_disable - Disable the interface */
/*********************************************************************/
static void davicom_disable ( struct nic *nic, struct pci_device *pci __unused ) {
- nic_disable ( nic );
+
whereami("davicom_disable\n");
davicom_reset(nic);