From owner-svn-src-user@FreeBSD.ORG Wed Jun 2 11:13:50 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F902106566B; Wed, 2 Jun 2010 11:13:50 +0000 (UTC) (envelope-from jmallett@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DA53D8FC16; Wed, 2 Jun 2010 11:13:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o52BDncY037111; Wed, 2 Jun 2010 11:13:49 GMT (envelope-from jmallett@svn.freebsd.org) Received: (from jmallett@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o52BDnOn037108; Wed, 2 Jun 2010 11:13:49 GMT (envelope-from jmallett@svn.freebsd.org) Message-Id: <201006021113.o52BDnOn037108@svn.freebsd.org> From: Juli Mallett Date: Wed, 2 Jun 2010 11:13:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208739 - user/jmallett/octeon/sys/mips/conf X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2010 11:13:50 -0000 Author: jmallett Date: Wed Jun 2 11:13:49 2010 New Revision: 208739 URL: http://svn.freebsd.org/changeset/base/208739 Log: Add some more devices for my testing. Pulling over amd64 GENERIC and doing a new config from there at some point probably makes good sense. Modified: user/jmallett/octeon/sys/mips/conf/OCTEON1 user/jmallett/octeon/sys/mips/conf/OCTEON1-32 Modified: user/jmallett/octeon/sys/mips/conf/OCTEON1 ============================================================================== --- user/jmallett/octeon/sys/mips/conf/OCTEON1 Wed Jun 2 11:08:56 2010 (r208738) +++ user/jmallett/octeon/sys/mips/conf/OCTEON1 Wed Jun 2 11:13:49 2010 (r208739) @@ -88,6 +88,36 @@ device octe device bpf device random +# Wireless NIC cards +device wlan # 802.11 support +options IEEE80211_DEBUG # enable debug msgs +options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's +options IEEE80211_SUPPORT_MESH # enable 802.11s draft support +device wlan_wep # 802.11 WEP support +device wlan_ccmp # 802.11 CCMP support +device wlan_tkip # 802.11 TKIP support +device wlan_amrr # AMRR transmit rate control algorithm +device ath # Atheros pci/cardbus NIC's +device ath_hal # pci/cardbus chip support +options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors +device ath_rate_sample # SampleRate tx rate control for ath + +# USB support +device uhci # UHCI PCI->USB interface +device ohci # OHCI PCI->USB interface +device ehci # EHCI PCI->USB interface (USB 2.0) +device usb # USB Bus (required) + +# ATA and ATAPI devices +device ata +device atadisk # ATA disk drives +device ataraid # ATA RAID drives +device atapicd # ATAPI CDROM drives +options ATA_STATIC_ID # Static device numbering + +# PCI Ethernet +device re + # # Use the following for Compact Flash file-system device cf Modified: user/jmallett/octeon/sys/mips/conf/OCTEON1-32 ============================================================================== --- user/jmallett/octeon/sys/mips/conf/OCTEON1-32 Wed Jun 2 11:08:56 2010 (r208738) +++ user/jmallett/octeon/sys/mips/conf/OCTEON1-32 Wed Jun 2 11:13:49 2010 (r208739) @@ -99,6 +99,16 @@ device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) +# ATA and ATAPI devices +device ata +device atadisk # ATA disk drives +device ataraid # ATA RAID drives +device atapicd # ATAPI CDROM drives +options ATA_STATIC_ID # Static device numbering + +# PCI Ethernet +device re + # # Use the following for Compact Flash file-system device cf