svn commit: r189118 - head/tools/tools/nanobsd/gateworks
Sam Leffler
sam at FreeBSD.org
Fri Feb 27 11:26:24 PST 2009
Author: sam
Date: Fri Feb 27 19:26:23 2009
New Revision: 189118
URL: http://svn.freebsd.org/changeset/base/189118
Log:
really enable usb1
Modified:
head/tools/tools/nanobsd/gateworks/G2358
Modified: head/tools/tools/nanobsd/gateworks/G2358
==============================================================================
--- head/tools/tools/nanobsd/gateworks/G2358 Fri Feb 27 19:25:06 2009 (r189117)
+++ head/tools/tools/nanobsd/gateworks/G2358 Fri Feb 27 19:26:23 2009 (r189118)
@@ -115,14 +115,15 @@ options AH_SUPPORT_AR5416
#device hifn # NB: Soekris minipci card known to work
# NB: must use old usb stack; new one does not work
-#device ousb
+makeoptions WITH_LEGACY # NB: required to get includes
+device ousb
#options USB_DEBUG
-#device oohci
-#device oehci
-#device ougen
+device oohci
+device oehci
+device ougen
-#device oaxe
+device oaxe
-#device umass
-#device scbus # SCSI bus (required for SCSI)
-#device da # Direct Access (disks)
+device umass
+device scbus # SCSI bus (required for SCSI)
+device da # Direct Access (disks)
More information about the svn-src-all
mailing list