Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2010 23:31:58 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201453 - in head/sys/dev: ath mii pccard
Message-ID:  <201001032331.o03NVw5Y083102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Jan  3 23:31:58 2010
New Revision: 201453
URL: http://svn.freebsd.org/changeset/base/201453

Log:
  cardbus -> CardBus

Modified:
  head/sys/dev/ath/if_ath.c
  head/sys/dev/mii/tdkphy.c
  head/sys/dev/pccard/card_if.m

Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c	Sun Jan  3 23:29:49 2010	(r201452)
+++ head/sys/dev/ath/if_ath.c	Sun Jan  3 23:31:58 2010	(r201453)
@@ -1190,7 +1190,7 @@ ath_suspend(struct ath_softc *sc)
 	/*
 	 * NB: don't worry about putting the chip in low power
 	 * mode; pci will power off our socket on suspend and
-	 * cardbus detaches the device.
+	 * CardBus detaches the device.
 	 */
 }
 

Modified: head/sys/dev/mii/tdkphy.c
==============================================================================
--- head/sys/dev/mii/tdkphy.c	Sun Jan  3 23:29:49 2010	(r201452)
+++ head/sys/dev/mii/tdkphy.c	Sun Jan  3 23:31:58 2010	(r201453)
@@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$");
  */
 
 /*
- * The TDK 78Q2120 is found on some Xircom X3201 based cardbus cards,
+ * The TDK 78Q2120 is found on some Xircom X3201 based CardBus cards,
  * also spotted on some 3C575 cards.  It's just like any other normal
  * phy, except it does auto negotiation in a different way.
  */

Modified: head/sys/dev/pccard/card_if.m
==============================================================================
--- head/sys/dev/pccard/card_if.m	Sun Jan  3 23:29:49 2010	(r201452)
+++ head/sys/dev/pccard/card_if.m	Sun Jan  3 23:31:58 2010	(r201453)
@@ -35,7 +35,7 @@ INTERFACE card;
 #
 # Companion interface for pccard.  We need to set attributes for memory
 # and i/o port mappings (as well as other types of attributes) that have
-# a well defined meaning inside the pccard/cardbus system.  The bus
+# a well defined meaning inside the PC Card/CardBus system.  The bus
 # methods are inadequate for this because this must be done at the time the
 # resources are set for the device, which predates their activation.  Also,
 # the driver activating the resources doesn't necessarily know or need to know



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001032331.o03NVw5Y083102>