svn commit: r213705 - head/sys/conf

Andrew Thompson thompsa at FreeBSD.org
Mon Oct 11 21:53:03 UTC 2010


Author: thompsa
Date: Mon Oct 11 21:53:03 2010
New Revision: 213705
URL: http://svn.freebsd.org/changeset/base/213705

Log:
  Add the XHCI USB controller to NOTES.
  
  Reviewed by:	hselasky

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Mon Oct 11 21:38:31 2010	(r213704)
+++ head/sys/conf/NOTES	Mon Oct 11 21:53:03 2010	(r213705)
@@ -2609,6 +2609,8 @@ device		uhci
 device		ohci
 # EHCI controller
 device		ehci
+# XHCI controller
+device		xhci
 # SL811 Controller
 #device		slhci
 # General USB code (mandatory for USB)


More information about the svn-src-all mailing list