summaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_axe.c
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-03-02 05:37:05 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-03-02 05:37:05 +0000
commit9aef556d71ad24c9e8003fbeba60cb0eabd38487 (patch)
treec25b21c438a6bfae8a28f00336f6daa59d35074b /sys/dev/usb/net/if_axe.c
parent5f6a680157541d0a973c7dbeb2986aaa217ee087 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/net/if_axe.c')
-rw-r--r--sys/dev/usb/net/if_axe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/net/if_axe.c b/sys/dev/usb/net/if_axe.c
index 0555e69af983..c84069272389 100644
--- a/sys/dev/usb/net/if_axe.c
+++ b/sys/dev/usb/net/if_axe.c
@@ -238,7 +238,7 @@ static driver_t axe_driver = {
static devclass_t axe_devclass;
-DRIVER_MODULE(axe, ushub, axe_driver, axe_devclass, NULL, 0);
+DRIVER_MODULE(axe, uhub, axe_driver, axe_devclass, NULL, 0);
DRIVER_MODULE(miibus, axe, miibus_driver, miibus_devclass, 0, 0);
MODULE_DEPEND(axe, uether, 1, 1, 1);
MODULE_DEPEND(axe, usb, 1, 1, 1);