aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-09-20 08:47:11 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-09-20 08:47:11 +0000
commitfac1f39b191baac773260ef692400d38f1f2391b (patch)
treeb8454ec85f079a89b6c8746934ccb5a746baef5d /sys/pci/if_xl.c
parent2e9d38764fa7e068ca2ddc70a9f983b339485ffd (diff)
downloadsrc-fac1f39b191baac773260ef692400d38f1f2391b.tar.gz
src-fac1f39b191baac773260ef692400d38f1f2391b.zip
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
they were.
Notes
Notes: svn path=/head/; revision=51455
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index e6bce9f6f465..7358dd8b8329 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -277,7 +277,7 @@ static device_method_t xl_methods[] = {
};
static driver_t xl_driver = {
- "if_xl",
+ "xl",
xl_methods,
sizeof(struct xl_softc)
};