PERFORCE change 91780 for review
M. Warner Losh
imp at bsdimp.com
Thu Feb 16 19:13:13 PST 2006
In message: <200602150230.k1F2UQYJ063887 at repoman.freebsd.org>
Olivier Houchard <cognet at freebsd.org> writes:
: http://perforce.freebsd.org/chv.cgi?CH=91780
:
: Change 91780 by cognet at cognet on 2006/02/15 02:29:43
:
: The AT91RM9200 is supposed to support USB 2.0.
USB FULL SPEED, which is really usb 1.0...
: Affected files ...
:
: .. //depot/projects/arm/src/sys/arm/at91/ohci_atmelarm.c#6 edit
:
: Differences ...
:
: ==== //depot/projects/arm/src/sys/arm/at91/ohci_atmelarm.c#6 (text+ko) ====
:
: @@ -62,9 +62,6 @@
: int err;
: int rid;
:
: - /* XXX where does it say so in the spec? */
: - sc->sc_bus.usbrev = USBREV_1_0;
: -
: rid = MEM_RID;
: sc->io_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid,
: RF_ACTIVE);
: @@ -101,6 +98,9 @@
: sc->sc_flags |= OHCI_SCFLG_DONEINIT;
: err = device_probe_and_attach(sc->sc_bus.bdev);
: }
: +#ifdef notyet
: + sc->sc_bus.usbrev = USBREV_2_0;
: +#endif
:
: error:;
: if (err) {
:
More information about the p4-projects
mailing list