1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

cardbus -> CardBus

This commit is contained in:
Warner Losh 2010-01-03 23:31:58 +00:00
parent f33a1c1621
commit f29b8b7f41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201453
3 changed files with 3 additions and 3 deletions

View File

@ -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.
*/
}

View File

@ -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.
*/

View File

@ -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