From 44622ab7e97eca01b3ab25146d5cf8ea5d6a78f5 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 27 Feb 2009 19:26:23 +0000 Subject: really enable usb1 --- tools/tools/nanobsd/gateworks/G2358 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'tools') diff --git a/tools/tools/nanobsd/gateworks/G2358 b/tools/tools/nanobsd/gateworks/G2358 index 4a88777..42d5b39 100644 --- a/tools/tools/nanobsd/gateworks/G2358 +++ b/tools/tools/nanobsd/gateworks/G2358 @@ -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) -- cgit v1.1