Date: Sun, 26 Aug 2012 01:21:02 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239699 - in head/sys: amd64/conf arm/conf i386/conf pc98/conf sparc64/conf Message-ID: <201208260121.q7Q1L27W031021@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb (doc,ports committer) Date: Sun Aug 26 01:21:02 2012 New Revision: 239699 URL: http://svn.freebsd.org/changeset/base/239699 Log: Grammar fix: s/NIC's/NICs/ MFC after: 3 days Modified: head/sys/amd64/conf/GENERIC head/sys/arm/conf/AVILA head/sys/arm/conf/AVILA.hints head/sys/arm/conf/CAMBRIA head/sys/arm/conf/CAMBRIA.hints head/sys/i386/conf/GENERIC head/sys/i386/conf/PAE head/sys/pc98/conf/GENERIC head/sys/sparc64/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC ============================================================================== --- head/sys/amd64/conf/GENERIC Sun Aug 26 00:53:00 2012 (r239698) +++ head/sys/amd64/conf/GENERIC Sun Aug 26 01:21:02 2012 (r239699) @@ -270,7 +270,7 @@ device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_amrr # AMRR transmit rate control algorithm device an # Aironet 4500/4800 802.11 wireless NICs. -device ath # Atheros NIC's +device ath # Atheros NICs device ath_pci # Atheros pci/cardbus glue device ath_hal # pci/cardbus chip support options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors Modified: head/sys/arm/conf/AVILA ============================================================================== --- head/sys/arm/conf/AVILA Sun Aug 26 00:53:00 2012 (r239698) +++ head/sys/arm/conf/AVILA Sun Aug 26 01:21:02 2012 (r239699) @@ -119,7 +119,7 @@ device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_xauth -device ath # Atheros NIC's +device ath # Atheros NICs device ath_pci # Atheros pci/cardbus glue options ATH_DEBUG options ATH_DIAGAPI Modified: head/sys/arm/conf/AVILA.hints ============================================================================== --- head/sys/arm/conf/AVILA.hints Sun Aug 26 00:53:00 2012 (r239698) +++ head/sys/arm/conf/AVILA.hints Sun Aug 26 01:21:02 2012 (r239699) @@ -19,7 +19,7 @@ hint.uart.1.ier_rxbits=0x5d # NB: need U # NPE Hardware Queue Manager hint.ixpqmgr.0.at="ixp0" -# NPE wired NIC's, requires ixpqmgr +# NPE wired NICs, requires ixpqmgr hint.npe.0.at="ixp0" hint.npe.0.npeid="B" hint.npe.0.mac="B" Modified: head/sys/arm/conf/CAMBRIA ============================================================================== --- head/sys/arm/conf/CAMBRIA Sun Aug 26 00:53:00 2012 (r239698) +++ head/sys/arm/conf/CAMBRIA Sun Aug 26 01:21:02 2012 (r239699) @@ -122,7 +122,7 @@ device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_xauth -device ath # Atheros NIC's +device ath # Atheros NICs device ath_pci # Atheros pci/cardbus glue options ATH_DEBUG options ATH_DIAGAPI Modified: head/sys/arm/conf/CAMBRIA.hints ============================================================================== --- head/sys/arm/conf/CAMBRIA.hints Sun Aug 26 00:53:00 2012 (r239698) +++ head/sys/arm/conf/CAMBRIA.hints Sun Aug 26 01:21:02 2012 (r239699) @@ -28,7 +28,7 @@ hint.uart.0.ier_rxbits=0x5d # NB: need U # NPE Hardware Queue Manager hint.ixpqmgr.0.at="ixp0" -# NPE wired NIC's, requires ixpqmgr +# NPE wired NICs, requires ixpqmgr hint.npe.0.at="ixp0" hint.npe.0.npeid="C" hint.npe.0.mac="C" Modified: head/sys/i386/conf/GENERIC ============================================================================== --- head/sys/i386/conf/GENERIC Sun Aug 26 00:53:00 2012 (r239698) +++ head/sys/i386/conf/GENERIC Sun Aug 26 01:21:02 2012 (r239699) @@ -282,7 +282,7 @@ device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_amrr # AMRR transmit rate control algorithm device an # Aironet 4500/4800 802.11 wireless NICs. -device ath # Atheros NIC's +device ath # Atheros NICs device ath_pci # Atheros pci/cardbus glue device ath_hal # pci/cardbus chip support options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors Modified: head/sys/i386/conf/PAE ============================================================================== --- head/sys/i386/conf/PAE Sun Aug 26 00:53:00 2012 (r239698) +++ head/sys/i386/conf/PAE Sun Aug 26 01:21:02 2012 (r239699) @@ -75,7 +75,7 @@ nodevice sn nodevice xe nodevice an -nodevice ath # Atheros pci/cardbus NIC's +nodevice ath # Atheros pci/cardbus NICs nodevice ath_pci nodevice ath_hal nodevice ath_rate_sample # SampleRate tx rate control for ath Modified: head/sys/pc98/conf/GENERIC ============================================================================== --- head/sys/pc98/conf/GENERIC Sun Aug 26 00:53:00 2012 (r239698) +++ head/sys/pc98/conf/GENERIC Sun Aug 26 01:21:02 2012 (r239699) @@ -207,7 +207,7 @@ options IEEE80211_SUPPORT_MESH # enable #device wlan_tkip # 802.11 TKIP support #device wlan_amrr # AMRR transmit rate control algorithm #device an # Aironet 4500/4800 802.11 wireless NICs. -#device ath # Atheros NIC's +#device ath # Atheros NICs #device ath_pci # Atheros pci/cardbus glue #device ath_hal # pci/cardbus chip support options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors Modified: head/sys/sparc64/conf/GENERIC ============================================================================== --- head/sys/sparc64/conf/GENERIC Sun Aug 26 00:53:00 2012 (r239698) +++ head/sys/sparc64/conf/GENERIC Sun Aug 26 01:21:02 2012 (r239699) @@ -207,7 +207,7 @@ 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 NIC's +device ath # Atheros NICs device ath_pci # Atheros pci/cardbus glue device ath_hal # Atheros HAL (Hardware Access Layer) options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208260121.q7Q1L27W031021>