Date: Thu, 16 Feb 2006 20:11:01 -0700 (MST) From: "M. Warner Losh" <imp@bsdimp.com> To: cognet@freebsd.org Cc: perforce@freebsd.org Subject: Re: PERFORCE change 91780 for review Message-ID: <20060216.201101.121294376.imp@bsdimp.com> In-Reply-To: <200602150230.k1F2UQYJ063887@repoman.freebsd.org> References: <200602150230.k1F2UQYJ063887@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <200602150230.k1F2UQYJ063887@repoman.freebsd.org>
Olivier Houchard <cognet@freebsd.org> writes:
: http://perforce.freebsd.org/chv.cgi?CH=91780
:
: Change 91780 by cognet@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) {
:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060216.201101.121294376.imp>
