aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c595.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-06-05 15:45:21 +0000
committerMichael Brown <mcb30@etherboot.org>2006-06-05 15:45:21 +0000
commit286bf68faf8c712c1d5a9fd5dbedbcf142fb8cb5 (patch)
treeec6b5bc6cb4c839f7e8c428f5d3e9fa6e48a9231 /src/drivers/net/3c595.c
parentc3e41e6fd1c809151cd466ac9c70d8b0593e96cd (diff)
downloadipxe-286bf68faf8c712c1d5a9fd5dbedbcf142fb8cb5.tar.gz
Added a very quick and dirty compatibility layer, to allow
not-yet-updated drivers to at least function.
Diffstat (limited to 'src/drivers/net/3c595.c')
-rw-r--r--src/drivers/net/3c595.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/3c595.c b/src/drivers/net/3c595.c
index 8db1285e6..464f080f0 100644
--- a/src/drivers/net/3c595.c
+++ b/src/drivers/net/3c595.c
@@ -32,7 +32,6 @@
#include "timer.h"
static struct nic_operations t595_operations;
-static struct pci_driver t595_driver;
static unsigned short eth_nic_base;
static unsigned short vx_connector, vx_connectors;