PERFORCE change 166684 for review

Sylvestre Gallon syl at FreeBSD.org
Tue Jul 28 17:42:21 UTC 2009


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

Change 166684 by syl at syl_rincewind on 2009/07/28 17:42:11

	Removing the clear of funvtion register. (spotted by Hans Petter Selasky)

Affected files ...

.. //depot/projects/soc2009/syl_usb/src/sys/dev/usb/controller/s3c24xxdci.c#16 edit

Differences ...

==== //depot/projects/soc2009/syl_usb/src/sys/dev/usb/controller/s3c24xxdci.c#16 (text+ko) ====

@@ -213,8 +213,6 @@
 	/* wait 8 milliseconds */
 	/* Wait for reset to complete. */
 	usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 125);
-
-	S3C24XX_DCI_WRITE_4(sc, S3C24_DCI_FUNC_ADDR, 0);
 }
 
 


More information about the p4-projects mailing list