PERFORCE change 89199 for review
Warner Losh
imp at FreeBSD.org
Thu Jan 5 00:04:29 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=89199
Change 89199 by imp at imp_Speedy on 2006/01/05 08:03:26
Put it on the right bus...
Affected files ...
.. //depot/projects/arm/src/sys/arm/at91/if_ate.c#7 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/at91/if_ate.c#7 (text+ko) ====
@@ -535,7 +535,7 @@
sizeof(struct ate_softc),
};
-DRIVER_MODULE(ate, atemelarm, ate_driver, ate_devclass, 0, 0);
+DRIVER_MODULE(ate, atmelarm, ate_driver, ate_devclass, 0, 0);
DRIVER_MODULE(miibus, ate, miibus_driver, miibus_devclass, 0, 0);
MODULE_DEPEND(ate, miibus, 1, 1, 1);
MODULE_DEPEND(ate, ether, 1, 1, 1);
More information about the p4-projects
mailing list