PERFORCE change 92000 for review
Warner Losh
imp at FreeBSD.org
Sat Feb 18 09:38:23 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=92000
Change 92000 by imp at imp_harmony on 2006/02/18 17:37:44
Note need to enable clocks once that api is established.
Affected files ...
.. //depot/projects/arm/src/sys/arm/at91/ohci_atmelarm.c#7 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/at91/ohci_atmelarm.c#7 (text+ko) ====
@@ -62,6 +62,8 @@
int err;
int rid;
+ /* XXX need to enable clocks here, and some other stuff */
+
rid = MEM_RID;
sc->io_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid,
RF_ACTIVE);
More information about the p4-projects
mailing list