From owner-svn-src-all@FreeBSD.ORG Sun Jan 3 23:29:50 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 318301065670; Sun, 3 Jan 2010 23:29:50 +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 2188C8FC16; Sun, 3 Jan 2010 23:29:50 +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 o03NToOm082600; Sun, 3 Jan 2010 23:29:50 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o03NTo0G082598; Sun, 3 Jan 2010 23:29:50 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201001032329.o03NTo0G082598@svn.freebsd.org> From: Warner Losh Date: Sun, 3 Jan 2010 23:29:49 +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: r201452 - head/sys/dev/xl 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:29:50 -0000 Author: imp Date: Sun Jan 3 23:29:49 2010 New Revision: 201452 URL: http://svn.freebsd.org/changeset/base/201452 Log: cardbus -> CardBus Modified: head/sys/dev/xl/if_xl.c Modified: head/sys/dev/xl/if_xl.c ============================================================================== --- head/sys/dev/xl/if_xl.c Sun Jan 3 23:28:32 2010 (r201451) +++ head/sys/dev/xl/if_xl.c Sun Jan 3 23:29:49 2010 (r201452) @@ -929,7 +929,7 @@ xl_reset(struct xl_softc *sc) /* * If we're using memory mapped register mode, pause briefly * after issuing the reset command before trying to access any - * other registers. With my 3c575C cardbus card, failing to do + * other registers. With my 3c575C CardBus card, failing to do * this results in the system locking up while trying to poll * the command busy bit in the status register. */ @@ -1392,7 +1392,7 @@ xl_attach(device_t dev) * Figure out the card type. 3c905B adapters have the * 'supportsNoTxLength' bit set in the capabilities * word in the EEPROM. - * Note: my 3c575C cardbus card lies. It returns a value + * Note: my 3c575C CardBus card lies. It returns a value * of 0x1578 for its capabilities word, which is somewhat * nonsensical. Another way to distinguish a 3c90x chip * from a 3c90xB/C chip is to check for the 'supportsLargePackets'