From owner-svn-src-all@FreeBSD.ORG Fri Mar 6 23:26:50 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 862851065678; Fri, 6 Mar 2009 23:26:50 +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 5A8108FC1C; Fri, 6 Mar 2009 23:26:50 +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 n26NQosA031651; Fri, 6 Mar 2009 23:26:50 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n26NQo07031649; Fri, 6 Mar 2009 23:26:50 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200903062326.n26NQo07031649@svn.freebsd.org> From: Sam Leffler Date: Fri, 6 Mar 2009 23:26:50 +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: r189459 - head/sys/arm/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2009 23:26:51 -0000 Author: sam Date: Fri Mar 6 23:26:50 2009 New Revision: 189459 URL: http://svn.freebsd.org/changeset/base/189459 Log: legacy USB is required on these platforms at the moment Modified: head/sys/arm/conf/AVILA head/sys/arm/conf/CAMBRIA Modified: head/sys/arm/conf/AVILA ============================================================================== --- head/sys/arm/conf/AVILA Fri Mar 6 23:22:23 2009 (r189458) +++ head/sys/arm/conf/AVILA Fri Mar 6 23:26:50 2009 (r189459) @@ -129,14 +129,15 @@ device ath_ar5416 options AH_SUPPORT_AR5416 device ath_ar9160 -device usb +makeoptions WITH_LEGACY +device ousb #options USB_DEBUG -device ohci -device ehci -#device umass -#device scbus # SCSI bus (required for SCSI) -#device da # Direct Access (disks) +device oohci +device oehci +device oumass +device scbus # SCSI bus (required for SCSI) +device da # Direct Access (disks) -#device ural -#device zyd +#device oural +#device ozyd #device wlan_amrr Modified: head/sys/arm/conf/CAMBRIA ============================================================================== --- head/sys/arm/conf/CAMBRIA Fri Mar 6 23:22:23 2009 (r189458) +++ head/sys/arm/conf/CAMBRIA Fri Mar 6 23:26:50 2009 (r189459) @@ -98,15 +98,6 @@ device if_bridge device md device random # Entropy device -# 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) - # Wireless NIC cards device wlan # 802.11 support options IEEE80211_DEBUG @@ -142,6 +133,16 @@ device ath_rf5413 #device ath_rf9280 #device ath_ar9285 -device ural -device zyd -device wlan_amrr +# NB: 2 USB 2.0 ports standard +makeoptions WITH_LEGACY +device ousb +options USB_EHCI_BIG_ENDIAN_DESC # handle big-endian byte order +#options USB_DEBUG +device oehci +device oumass +device scbus # SCSI bus (required for SCSI) +device da # Direct Access (disks) + +#device oural +#device ozyd +#device wlan_amrr