summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/epic100.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-13 01:39:16 +0200
committerMichael Brown2005-04-13 01:39:16 +0200
commit881023e9caf4857ab544f9c2ac76210cfcad5bc6 (patch)
tree659c2ce1b99af6c3aa11df7ea3eeeeef59a01781 /src/drivers/net/epic100.c
parentAutomatically updated using (diff)
downloadipxe-881023e9caf4857ab544f9c2ac76210cfcad5bc6.tar.gz
ipxe-881023e9caf4857ab544f9c2ac76210cfcad5bc6.tar.xz
ipxe-881023e9caf4857ab544f9c2ac76210cfcad5bc6.zip
Automatically updated using
perl -pi -e 's/(_probe\s*\(\s*struct )dev \*.*?(\s*\);)/${1}dev *dev$2/' *.c perl -pi -e 's/(_disable\s*\(\s*struct )dev \*.*?(\s*\);)/${1}nic *nic$2/' *.c
Diffstat (limited to 'src/drivers/net/epic100.c')
-rw-r--r--src/drivers/net/epic100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/epic100.c b/src/drivers/net/epic100.c
index 9bac4e81..e9d06412 100644
--- a/src/drivers/net/epic100.c
+++ b/src/drivers/net/epic100.c
@@ -49,7 +49,7 @@ struct epic_tx_desc {
static void epic100_open(void);
static void epic100_init_ring(void);
-static void epic100_disable(struct dev *dev);
+static void epic100_disable(struct nic *nic);
static int epic100_poll(struct nic *nic, int retrieve);
static void epic100_transmit(struct nic *nic, const char *destaddr,
unsigned int type, unsigned int len, const char *data);