From owner-svn-src-head@FreeBSD.ORG Fri Feb 27 19:26:23 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 711AB1065670; Fri, 27 Feb 2009 19:26:23 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5F50F8FC0C; Fri, 27 Feb 2009 19:26:23 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1RJQNcA080733; Fri, 27 Feb 2009 19:26:23 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1RJQNmm080732; Fri, 27 Feb 2009 19:26:23 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200902271926.n1RJQNmm080732@svn.freebsd.org> From: Sam Leffler Date: Fri, 27 Feb 2009 19:26:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r189118 - head/tools/tools/nanobsd/gateworks X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2009 19:26:24 -0000 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)