diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2009-06-17 17:59:36 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2009-06-17 17:59:36 +0000 |
| commit | d1a3f05d544969e4fcfb8e74d96ce16beb29dd9d (patch) | |
| tree | 41379f480119c44fabe226c5538b698a0a160c7f /tools | |
| parent | 7172b41850f7e8e7bbe70a6d55f8967899db6a76 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/nanobsd/gateworks/G2358 | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/tools/tools/nanobsd/gateworks/G2358 b/tools/tools/nanobsd/gateworks/G2358 index 090789792dca..c7a9431e93fa 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 |
