From owner-svn-src-all@FreeBSD.ORG Sun Jan 3 23:31:59 2010 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 F40E0106568B; Sun, 3 Jan 2010 23:31:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CAAA78FC18; Sun, 3 Jan 2010 23:31:58 +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 o03NVwmC083106; Sun, 3 Jan 2010 23:31:58 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o03NVw5Y083102; Sun, 3 Jan 2010 23:31:58 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201001032331.o03NVw5Y083102@svn.freebsd.org> From: Warner Losh Date: Sun, 3 Jan 2010 23:31:58 +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: r201453 - in head/sys/dev: ath mii pccard 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: Sun, 03 Jan 2010 23:31:59 -0000 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