aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-09-22 05:52:54 +0000
committerWarner Losh <imp@FreeBSD.org>2005-09-22 05:52:54 +0000
commita1f72203b174a9271f0189b6cf93d3a7ba9d30d5 (patch)
tree819e588bbc0cd13648787c4c806cca53506a3117 /sys/dev
parent0837eb061f2d539ddee2d82f79eb5a30ca8dcb4d (diff)
Notes
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 0bc11979da1d..610e955c98d9 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 1740fd5c152b..86526e768f61 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