diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-02 05:37:05 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-02 05:37:05 +0000 |
| commit | 9aef556d71ad24c9e8003fbeba60cb0eabd38487 (patch) | |
| tree | c25b21c438a6bfae8a28f00336f6daa59d35074b /sys/dev/usb/net/if_axe.c | |
| parent | 5f6a680157541d0a973c7dbeb2986aaa217ee087 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/net/if_axe.c')
| -rw-r--r-- | sys/dev/usb/net/if_axe.c | 2 |
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); |
