diff options
author | imp <imp@FreeBSD.org> | 2010-01-03 23:31:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-01-03 23:31:58 +0000 |
commit | 560e1299d3334dc6518ca2df182e000f9d712085 (patch) | |
tree | 3fd4f3287d4cfe04edc8d7a4a35de468bcac3464 /sys/dev/pccard | |
parent | 2706cc4a07abfa81e047b994ceb41e7e73d2b4f4 (diff) | |
download | FreeBSD-src-560e1299d3334dc6518ca2df182e000f9d712085.zip FreeBSD-src-560e1299d3334dc6518ca2df182e000f9d712085.tar.gz |
cardbus -> CardBus
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r-- | sys/dev/pccard/card_if.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m index 26723c1..606af16 100644 --- a/sys/dev/pccard/card_if.m +++ b/sys/dev/pccard/card_if.m @@ -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 |