Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2006 18:57:01 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91512 for review
Message-ID:  <200602101857.k1AIv1TU035136@repoman.freebsd.org>

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

Change 91512 by imp@imp_hammer on 2006/02/10 18:56:41

	First cut at doing ohci attachment for the atmel arm bus.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/ohci_atmelarm.c#1 add
.. //depot/projects/arm/src/sys/arm/conf/KB920X#15 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/KB920X#15 (text+ko) ====

@@ -72,6 +72,13 @@
 device		mii
 device		lxtphy
 
+# USB support
+device		ohci		# OHCI USB interface
+device		usb		# USB Bus (required)
+device		umass		# Disks/Mass storage - Requires scbus and da
+device		scbus		# SCSI bus (required for SCSI)
+device		da		# Direct Access (disks)
+
 # Debugging for use in -current
 #options 	INVARIANTS		#Enable calls of extra sanity checking
 #options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS



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