Author: gjb (doc,ports committer)
Date: Wed Aug 29 15:38:18 2012
New Revision: 239841
URL: http://svn.freebsd.org/changeset/base/239841

Log:
  MFC r239699:
  
   - Grammar fix: s/NIC's/NICs/

Modified:
  stable/9/sys/amd64/conf/GENERIC
  stable/9/sys/arm/conf/AVILA
  stable/9/sys/arm/conf/AVILA.hints
  stable/9/sys/arm/conf/CAMBRIA
  stable/9/sys/arm/conf/CAMBRIA.hints
  stable/9/sys/i386/conf/GENERIC
  stable/9/sys/i386/conf/PAE
  stable/9/sys/pc98/conf/GENERIC
  stable/9/sys/sparc64/conf/GENERIC
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/amd64/conf/GENERIC
==============================================================================
--- stable/9/sys/amd64/conf/GENERIC     Wed Aug 29 15:34:31 2012        
(r239840)
+++ stable/9/sys/amd64/conf/GENERIC     Wed Aug 29 15:38:18 2012        
(r239841)
@@ -253,7 +253,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: stable/9/sys/arm/conf/AVILA
==============================================================================
--- stable/9/sys/arm/conf/AVILA Wed Aug 29 15:34:31 2012        (r239840)
+++ stable/9/sys/arm/conf/AVILA Wed Aug 29 15:38:18 2012        (r239841)
@@ -120,7 +120,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: stable/9/sys/arm/conf/AVILA.hints
==============================================================================
--- stable/9/sys/arm/conf/AVILA.hints   Wed Aug 29 15:34:31 2012        
(r239840)
+++ stable/9/sys/arm/conf/AVILA.hints   Wed Aug 29 15:38:18 2012        
(r239841)
@@ -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: stable/9/sys/arm/conf/CAMBRIA
==============================================================================
--- stable/9/sys/arm/conf/CAMBRIA       Wed Aug 29 15:34:31 2012        
(r239840)
+++ stable/9/sys/arm/conf/CAMBRIA       Wed Aug 29 15:38:18 2012        
(r239841)
@@ -123,7 +123,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: stable/9/sys/arm/conf/CAMBRIA.hints
==============================================================================
--- stable/9/sys/arm/conf/CAMBRIA.hints Wed Aug 29 15:34:31 2012        
(r239840)
+++ stable/9/sys/arm/conf/CAMBRIA.hints Wed Aug 29 15:38:18 2012        
(r239841)
@@ -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: stable/9/sys/i386/conf/GENERIC
==============================================================================
--- stable/9/sys/i386/conf/GENERIC      Wed Aug 29 15:34:31 2012        
(r239840)
+++ stable/9/sys/i386/conf/GENERIC      Wed Aug 29 15:38:18 2012        
(r239841)
@@ -265,7 +265,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: stable/9/sys/i386/conf/PAE
==============================================================================
--- stable/9/sys/i386/conf/PAE  Wed Aug 29 15:34:31 2012        (r239840)
+++ stable/9/sys/i386/conf/PAE  Wed Aug 29 15:38:18 2012        (r239841)
@@ -76,7 +76,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: stable/9/sys/pc98/conf/GENERIC
==============================================================================
--- stable/9/sys/pc98/conf/GENERIC      Wed Aug 29 15:34:31 2012        
(r239840)
+++ stable/9/sys/pc98/conf/GENERIC      Wed Aug 29 15:38:18 2012        
(r239841)
@@ -205,7 +205,7 @@ device              xe              # Xircom pccard Ethernet
 #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: stable/9/sys/sparc64/conf/GENERIC
==============================================================================
--- stable/9/sys/sparc64/conf/GENERIC   Wed Aug 29 15:34:31 2012        
(r239840)
+++ stable/9/sys/sparc64/conf/GENERIC   Wed Aug 29 15:38:18 2012        
(r239841)
@@ -193,7 +193,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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to