Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2009 17:42:19 GMT
From:      Sylvestre Gallon <syl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 166684 for review
Message-ID:  <200907281742.n6SHgJBN012661@repoman.freebsd.org>

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

Change 166684 by syl@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);
 }
 
 



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