summaryrefslogtreecommitdiffstats
path: root/sys/dev/exca
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-09-22 06:01:44 +0000
committerimp <imp@FreeBSD.org>2005-09-22 06:01:44 +0000
commit7fa2686fe8514a8ecad961273fc366c0ae4d8dd0 (patch)
treea1a09f93e5236348faeeb171efaddb9abe9f2cc6 /sys/dev/exca
parent8d440f4f827b790128e21b839edc573d7cf9c422 (diff)
downloadFreeBSD-src-7fa2686fe8514a8ecad961273fc366c0ae4d8dd0.zip
FreeBSD-src-7fa2686fe8514a8ecad961273fc366c0ae4d8dd0.tar.gz
'PC Card' instead of other variants
Diffstat (limited to 'sys/dev/exca')
-rw-r--r--sys/dev/exca/exca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c
index 3700cbd..043d934 100644
--- a/sys/dev/exca/exca.c
+++ b/sys/dev/exca/exca.c
@@ -569,7 +569,7 @@ exca_wait_ready(struct exca_softc *sc)
* do anything but a busy wait here. One could argue that these
* such cards are broken, or that the bridge that allows this sort
* of interrupt through isn't quite what you'd want (and may be a standards
- * violation). However, such arguing would leave a huge class of pc cards
+ * violation). However, such arguing would leave a huge class of PC Cards
* and bridges out of reach for use in the system.
*
* Maybe I should reevaluate the above based on the power bug I fixed
@@ -588,7 +588,7 @@ exca_reset(struct exca_softc *sc, device_t child)
DELAY(30*1000);
/* clear the reset flag */
exca_setb(sc, EXCA_INTR, EXCA_INTR_RESET);
- /* wait 20ms as per pc card standard (r2.01) section 4.3.6 */
+ /* wait 20ms as per PC Card standard (r2.01) section 4.3.6 */
DELAY(20*1000);
exca_wait_ready(sc);
OpenPOWER on IntegriCloud