summaryrefslogtreecommitdiffstats
path: root/sys/dev
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
parent8d440f4f827b790128e21b839edc573d7cf9c422 (diff)
downloadFreeBSD-src-7fa2686fe8514a8ecad961273fc366c0ae4d8dd0.zip
FreeBSD-src-7fa2686fe8514a8ecad961273fc366c0ae4d8dd0.tar.gz
'PC Card' instead of other variants
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/exca/exca.c4
-rw-r--r--sys/dev/pccbb/pccbb.c6
-rw-r--r--sys/dev/ray/if_ray.c2
-rw-r--r--sys/dev/sio/sio.c4
-rw-r--r--sys/dev/snc/if_snc_pccard.c4
-rw-r--r--sys/dev/usb/uvscom.c4
6 files changed, 12 insertions, 12 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);
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.
diff --git a/sys/dev/ray/if_ray.c b/sys/dev/ray/if_ray.c
index adc48beb..75cf052 100644
--- a/sys/dev/ray/if_ray.c
+++ b/sys/dev/ray/if_ray.c
@@ -357,7 +357,7 @@ static void ray_dump_mbuf (struct ray_softc *sc, struct mbuf *m, char *s);
#endif /* RAY_DEBUG & RAY_DBG_MBUF */
/*
- * PC-Card (PCMCIA) driver definition
+ * PC Card (PCMCIA) driver definition
*/
static device_method_t ray_methods[] = {
/* Device interface */
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 4dfabc0..f09af58 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -45,8 +45,8 @@ __FBSDID("$FreeBSD$");
* Works for National Semiconductor NS8250-NS16550AF UARTs.
* COM driver, based on HP dca driver.
*
- * Changes for PC-Card integration:
- * - Added PC-Card driver table and handlers
+ * Changes for PC Card integration:
+ * - Added PC Card driver table and handlers
*/
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/snc/if_snc_pccard.c b/sys/dev/snc/if_snc_pccard.c
index 64e2faf..ccc0760 100644
--- a/sys/dev/snc/if_snc_pccard.c
+++ b/sys/dev/snc/if_snc_pccard.c
@@ -32,7 +32,7 @@ __FBSDID("$FreeBSD$");
/*
* National Semiconductor DP8393X SONIC Driver
*
- * This is the PC-Card attachment on FreeBSD
+ * This is the PC Card attachment on FreeBSD
* written by Motomichi Matsuzaki <mzaki@e-mail.ne.jp> and
* Hiroshi Yamashita <bluemoon@msj.biglobe.ne.jp>
*/
@@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
#include <dev/snc/if_sncreg.h>
/*
- * PC-Card (PCMCIA) specific code.
+ * PC Card (PCMCIA) specific code.
*/
static int snc_pccard_probe(device_t);
static int snc_pccard_attach(device_t);
diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c
index 79f8b44..d92dc0d 100644
--- a/sys/dev/usb/uvscom.c
+++ b/sys/dev/usb/uvscom.c
@@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$");
/*
* uvscom: SUNTAC Slipper U VS-10U driver.
- * Slipper U is a PC card to USB converter for data communication card
+ * Slipper U is a PC Card to USB converter for data communication card
* adapter. It supports DDI Pocket's Air H" C@rd, C@rd H" 64, NTT's P-in,
* P-in m@ater and various data communication card adapters.
*/
@@ -828,7 +828,7 @@ uvscom_open(void *addr, int portno)
return (ENXIO);
}
- /* check PC card was inserted */
+ /* check PC Card was inserted */
if (ISSET(sc->sc_usr, UVSCOM_NOCARD)) {
DPRINTF(("%s: no card\n",
USBDEVNAME(sc->sc_ucom.sc_dev)));
OpenPOWER on IntegriCloud