summaryrefslogtreecommitdiffstats
path: root/tools/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-06-17 17:59:36 +0000
committersam <sam@FreeBSD.org>2009-06-17 17:59:36 +0000
commit11a5c16ba087565969ed2554aac03b7567dc18e5 (patch)
tree41379f480119c44fabe226c5538b698a0a160c7f /tools/tools
parentac902c109024a5bd0a191aa285e7cb0aef5a91a1 (diff)
downloadFreeBSD-src-11a5c16ba087565969ed2554aac03b7567dc18e5.zip
FreeBSD-src-11a5c16ba087565969ed2554aac03b7567dc18e5.tar.gz
update usb config; the old stack is gone
Diffstat (limited to 'tools/tools')
-rw-r--r--tools/tools/nanobsd/gateworks/G235823
1 files changed, 12 insertions, 11 deletions
diff --git a/tools/tools/nanobsd/gateworks/G2358 b/tools/tools/nanobsd/gateworks/G2358
index 0907897..c7a9431 100644
--- a/tools/tools/nanobsd/gateworks/G2358
+++ b/tools/tools/nanobsd/gateworks/G2358
@@ -113,16 +113,17 @@ options AH_SUPPORT_AR5416
#device cryptodev
#device hifn # NB: Soekris minipci card known to work
-# NB: must use old usb stack; new one does not work
-makeoptions WITH_LEGACY # NB: required to get includes
-device ousb
-#options USB_DEBUG
-device oohci
-device oehci
-device ougen
+# NB: 2 USB 2.0 ports standard
+device usb
+options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order
+#options USB_DEBUG
+device ehci
+device umass
+device scbus # SCSI bus (required for SCSI)
+device da # Direct Access (disks)
-device oaxe
+#device ural
+#device zyd
+#device wlan_amrr
-device umass
-device scbus # SCSI bus (required for SCSI)
-device da # Direct Access (disks)
+device axe
OpenPOWER on IntegriCloud