diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-01-03 23:31:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-01-03 23:31:58 +0000 |
| commit | f29b8b7f4174285631176fa87944d7bd29d15ae4 (patch) | |
| tree | 3fd4f3287d4cfe04edc8d7a4a35de468bcac3464 /sys/dev/pccard | |
| parent | f33a1c162124516b4b775e00a28cc05ff5ca5944 (diff) | |
Notes
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 26723c18ae3d..606af16b3e59 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 |
