summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-09-22 05:52:54 +0000
committerimp <imp@FreeBSD.org>2005-09-22 05:52:54 +0000
commit50b31b24680efc240e3d8c72619ddab475907026 (patch)
tree819e588bbc0cd13648787c4c806cca53506a3117 /sys/dev
parent8008e7b40fbdf2027fd65c0f7f8c355ef97d6d62 (diff)
downloadFreeBSD-src-50b31b24680efc240e3d8c72619ddab475907026.zip
FreeBSD-src-50b31b24680efc240e3d8c72619ddab475907026.tar.gz
PC Card instead of other variants
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fe/if_fe.c6
-rw-r--r--sys/dev/fe/if_fe_pccard.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 0bc1197..610e955 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$");
* This version is intended to be a generic template for various
* MB86960A/MB86965A based Ethernet cards. It currently supports
* Fujitsu FMV-180 series for ISA and Allied-Telesis AT1700/RE2000
- * series for ISA, as well as Fujitsu MBH10302 PC card.
+ * series for ISA, as well as Fujitsu MBH10302 PC Card.
* There are some currently-
* unused hooks embedded, which are primarily intended to support
* other types of Ethernet cards, but the author is not sure whether
@@ -108,7 +108,7 @@ __FBSDID("$FreeBSD$");
/*
* Maximum loops when interrupt.
* This option prevents an infinite loop due to hardware failure.
- * (Some laptops make an infinite loop after PC-Card is ejected.)
+ * (Some laptops make an infinite loop after PC Card is ejected.)
*/
#ifndef FE_MAX_LOOP
#define FE_MAX_LOOP 0x800
@@ -1095,7 +1095,7 @@ fe_init (void * xsc)
* point in this version. The following code *must* be
* redundant now. FIXME.
*
- * I've heard a rumore that on some PC card implementation of
+ * I've heard a rumore that on some PC Card implementation of
* 8696x, the receive buffer can have some data at this point.
* The following message helps discovering the fact. FIXME.
*/
diff --git a/sys/dev/fe/if_fe_pccard.c b/sys/dev/fe/if_fe_pccard.c
index 1740fd5..86526e7 100644
--- a/sys/dev/fe/if_fe_pccard.c
+++ b/sys/dev/fe/if_fe_pccard.c
@@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$");
#include "pccarddevs.h"
/*
- * PC-Card (PCMCIA) specific code.
+ * PC Card (PCMCIA) specific code.
*/
static int fe_pccard_probe(device_t);
static int fe_pccard_attach(device_t);
@@ -255,7 +255,7 @@ fe_probe_mbh(device_t dev, const struct fe_pccard_product *pp)
* (Contec uses TDK Ethenet chip -- hosokawa)
*
* This version of fe_probe_tdk has been rewrote to handle
- * *generic* PC card implementation of Fujitsu MB8696x family. The
+ * *generic* PC Card implementation of Fujitsu MB8696x family. The
* name _tdk is just for a historical reason. :-)
*/
static int
OpenPOWER on IntegriCloud