diff options
author | imp <imp@FreeBSD.org> | 2010-01-03 23:29:49 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-01-03 23:29:49 +0000 |
commit | 2706cc4a07abfa81e047b994ceb41e7e73d2b4f4 (patch) | |
tree | c0ed9227bb1fee67a1b0c11b76e2582235580807 /sys/dev/xl | |
parent | 3afe1e9d70068aaf204a308280a2f17182d479b5 (diff) | |
download | FreeBSD-src-2706cc4a07abfa81e047b994ceb41e7e73d2b4f4.zip FreeBSD-src-2706cc4a07abfa81e047b994ceb41e7e73d2b4f4.tar.gz |
cardbus -> CardBus
Diffstat (limited to 'sys/dev/xl')
-rw-r--r-- | sys/dev/xl/if_xl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/xl/if_xl.c b/sys/dev/xl/if_xl.c index 3b330a9..05150af 100644 --- a/sys/dev/xl/if_xl.c +++ b/sys/dev/xl/if_xl.c @@ -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' |