Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2006 17:38:21 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92000 for review
Message-ID:  <200602181738.k1IHcLOn051677@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92000

Change 92000 by imp@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602181738.k1IHcLOn051677>