summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c529.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-26 14:19:39 +0200
committerMichael Brown2005-04-26 14:19:39 +0200
commit7e534b585fca690c57dcd4de6c5b63f61a6f7b3f (patch)
tree55856d1e4f4de4a0b9ecb0c894cd6f0f6604057f /src/drivers/net/3c529.c
parentBIOS floppy handling code moved to where it will really live. (diff)
downloadipxe-7e534b585fca690c57dcd4de6c5b63f61a6f7b3f.tar.gz
ipxe-7e534b585fca690c57dcd4de6c5b63f61a6f7b3f.tar.xz
ipxe-7e534b585fca690c57dcd4de6c5b63f61a6f7b3f.zip
Automatically updated with
perl -pi -0777 -e 's/^static struct \w+_driver (\w+) =\s*(\w+_DRIVER \()/${2} ${1},/msg' *.c
Diffstat (limited to 'src/drivers/net/3c529.c')
-rw-r--r--src/drivers/net/3c529.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/3c529.c b/src/drivers/net/3c529.c
index 794256c87..8cf795ac4 100644
--- a/src/drivers/net/3c529.c
+++ b/src/drivers/net/3c529.c
@@ -45,8 +45,7 @@ static struct mca_id el3_mca_adapters[] = {
{ "3Com 3c529 EtherLink III (TP)", 0x62f7 },
};
-static struct mca_driver t529_driver
- = MCA_DRIVER ( el3_mca_adapters );
+MCA_DRIVER ( t529_driver, el3_mca_adapters );
DRIVER ( "3c529", nic_driver, mca_driver, t529_driver,
t529_probe, t529_disable );