Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 21:04:53 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191024 - head/tools/tools/nanobsd/gateworks
Message-ID:  <200904132104.n3DL4rqo083662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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