summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-04-13 21:04:53 +0000
committersam <sam@FreeBSD.org>2009-04-13 21:04:53 +0000
commita72478d02df097c514b846cc884a22e2856071e6 (patch)
tree61865d2d0ae89b8a652c6a5c34388d68a80f40c6 /tools
parentf571196708bf150c18697f77fabbd92355d3650e (diff)
downloadFreeBSD-src-a72478d02df097c514b846cc884a22e2856071e6.zip
FreeBSD-src-a72478d02df097c514b846cc884a22e2856071e6.tar.gz
switch usb setup to usb2; it still doesn't work right but the
old stuff is now removed and we want this to build
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/gateworks/G234813
1 files changed, 4 insertions, 9 deletions
diff --git a/tools/tools/nanobsd/gateworks/G2348 b/tools/tools/nanobsd/gateworks/G2348
index 50c77b7..b33d3e5 100644
--- a/tools/tools/nanobsd/gateworks/G2348
+++ b/tools/tools/nanobsd/gateworks/G2348
@@ -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)
OpenPOWER on IntegriCloud