Date: Sun, 3 Jan 2010 23:29:49 +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: r201452 - head/sys/dev/xl Message-ID: <201001032329.o03NTo0G082598@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001032329.o03NTo0G082598>