summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
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/pccbb
parent8d440f4f827b790128e21b839edc573d7cf9c422 (diff)
downloadFreeBSD-src-7fa2686fe8514a8ecad961273fc366c0ae4d8dd0.zip
FreeBSD-src-7fa2686fe8514a8ecad961273fc366c0ae4d8dd0.tar.gz
'PC Card' instead of other variants
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 120b115..2d88eab 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -708,9 +708,9 @@ cbb_o2micro_power_hack(struct cbb_softc *sc)
/*
* Issue #2: INT# not qualified with IRQ Routing Bit. An
- * unexpected PCI INT# may be generated during PC-Card
+ * unexpected PCI INT# may be generated during PC Card
* initialization even with the IRQ Routing Bit Set with some
- * PC-Cards.
+ * PC Cards.
*
* This is a two part issue. The first part is that some of
* our older controllers have an issue in which the slot's PCI
@@ -718,7 +718,7 @@ cbb_o2micro_power_hack(struct cbb_softc *sc)
* bit 7). Regardless of the IRQ routing bit, if NO ISA IRQ
* is selected (ExCA register 03h bits 3:0, of the slot, are
* cleared) we will generate INT# if IREQ# is asserted. The
- * second part is because some PC-Cards prematurally assert
+ * second part is because some PC Cards prematurally assert
* IREQ# before the ExCA registers are fully programmed. This
* in turn asserts INT# because ExCA register 03h bits 3:0
* (ISA IRQ Select) are not yet programmed.
OpenPOWER on IntegriCloud