diff options
author | sam <sam@FreeBSD.org> | 2009-02-27 19:26:23 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-02-27 19:26:23 +0000 |
commit | 44622ab7e97eca01b3ab25146d5cf8ea5d6a78f5 (patch) | |
tree | 4f274e462231e3bee0283bc8e0a5694c23741113 /tools | |
parent | e039f0dcb5d4c4dbe5e93bbb4151c305de646d65 (diff) | |
download | FreeBSD-src-44622ab7e97eca01b3ab25146d5cf8ea5d6a78f5.zip FreeBSD-src-44622ab7e97eca01b3ab25146d5cf8ea5d6a78f5.tar.gz |
really enable usb1
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/nanobsd/gateworks/G2358 | 17 |
1 files changed, 9 insertions, 8 deletions
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) |