svn commit: r191024 - head/tools/tools/nanobsd/gateworks

Sam Leffler sam at FreeBSD.org
Mon Apr 13 21:04:53 UTC 2009


Author: sam
Date: Mon Apr 13 21:04:53 2009
New Revision: 191024
URL: http://svn.freebsd.org/changeset/base/191024

Log:
  switch usb setup to usb2; it still doesn't work right but the
  old stuff is now removed and we want this to build

Modified:
  head/tools/tools/nanobsd/gateworks/G2348

Modified: head/tools/tools/nanobsd/gateworks/G2348
==============================================================================
--- head/tools/tools/nanobsd/gateworks/G2348	Mon Apr 13 21:03:21 2009	(r191023)
+++ head/tools/tools/nanobsd/gateworks/G2348	Mon Apr 13 21:04:53 2009	(r191024)
@@ -108,16 +108,11 @@ options		AH_DEBUG
 #options		AH_ASSERT
 options		AH_SUPPORT_AR5416
 
-# NB: must use old usb stack; new one does not work
-makeoptions	WITH_LEGACY	# NB: required to get includes
-device		ousb
+device		usb
 #options		USB_DEBUG
-device		oohci
-device		oehci
-device		ougen
+device		ohci
+device		ehci
 
-device		oaxe
-
-device		oumass
+device		umass
 device		scbus           # SCSI bus (required for SCSI)
 device		da              # Direct Access (disks)


More information about the svn-src-head mailing list