Date: Fri, 27 Feb 2009 19:26:23 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189118 - head/tools/tools/nanobsd/gateworks Message-ID: <200902271926.n1RJQNmm080732@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902271926.n1RJQNmm080732>