PERFORCE change 91782 for review

Olivier Houchard cognet at FreeBSD.org
Tue Feb 14 18:34:34 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=91782

Change 91782 by cognet at cognet on 2006/02/15 02:33:34

	XXX: temporary disable the rev check. Something is wrong, the
	AT91RM92 pretends to be rev 0.0, and have 0 port ? This should be
	removed as soon as what's happening is understood, and fixed.

Affected files ...

.. //depot/projects/arm/src/sys/dev/usb/ohci.c#7 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/usb/ohci.c#7 (text+ko) ====

@@ -724,7 +724,7 @@
 	printf(" OHCI version %d.%d%s\n", OHCI_REV_HI(rev), OHCI_REV_LO(rev),
 	       OHCI_REV_LEGACY(rev) ? ", legacy support" : "");
 
-	if (OHCI_REV_HI(rev) != 1 || OHCI_REV_LO(rev) != 0) {
+	if (0 && OHCI_REV_HI(rev) != 1 || OHCI_REV_LO(rev) != 0) {
 		printf("%s: unsupported OHCI revision\n",
 		       USBDEVNAME(sc->sc_bus.bdev));
 		sc->sc_bus.usbrev = USBREV_UNKNOWN;


More information about the p4-projects mailing list