diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2009-04-13 21:04:53 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2009-04-13 21:04:53 +0000 |
| commit | aff238b63cd6d17b2c1bd0387959cbaddf0029ba (patch) | |
| tree | 61865d2d0ae89b8a652c6a5c34388d68a80f40c6 /tools | |
| parent | adec18fe18e05ed8172322dc787c39f4d1c0b656 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/nanobsd/gateworks/G2348 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/tools/tools/nanobsd/gateworks/G2348 b/tools/tools/nanobsd/gateworks/G2348 index 50c77b7056ef..b33d3e5b2a16 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) |
