summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-07-02 19:38:56 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-07-02 19:38:56 +0000
commit455d1983e8764c0949b892923117c63399cdedb5 (patch)
tree12f00626cd371f548174bd24633cbed074be5590 /sys/dev/ic
parent08164aa7b48cddaba444394214fd10fa49bf5cd9 (diff)
inital -> initial
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/am7990reg.h6
-rw-r--r--sys/dev/ic/mc6845.h4
-rw-r--r--sys/dev/ic/rtl81x9.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/ic/am7990reg.h b/sys/dev/ic/am7990reg.h
index 62722c9937f..db12f3da73e 100644
--- a/sys/dev/ic/am7990reg.h
+++ b/sys/dev/ic/am7990reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: am7990reg.h,v 1.3 1999/03/12 18:52:21 jason Exp $ */
+/* $OpenBSD: am7990reg.h,v 1.4 2002/07/02 19:38:55 nate Exp $ */
/* $NetBSD: am7990reg.h,v 1.1 1995/04/11 04:17:50 mycroft Exp $ */
/*-
@@ -114,7 +114,7 @@ struct leinit {
#define LE_C0_MERR 0x0800 /* memory error */
#define LE_C0_RINT 0x0400 /* receiver interrupt */
#define LE_C0_TINT 0x0200 /* transmitter interrupt */
-#define LE_C0_IDON 0x0100 /* initalization done */
+#define LE_C0_IDON 0x0100 /* initialization done */
#define LE_C0_INTR 0x0080 /* interrupt condition */
#define LE_C0_INEA 0x0040 /* interrupt enable */
#define LE_C0_RXON 0x0020 /* receiver on */
@@ -122,7 +122,7 @@ struct leinit {
#define LE_C0_TDMD 0x0008 /* transmit demand */
#define LE_C0_STOP 0x0004 /* disable all external activity */
#define LE_C0_STRT 0x0002 /* enable external activity */
-#define LE_C0_INIT 0x0001 /* begin initalization */
+#define LE_C0_INIT 0x0001 /* begin initialization */
#define LE_C0_BITS \
"\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\
diff --git a/sys/dev/ic/mc6845.h b/sys/dev/ic/mc6845.h
index af23817d3f8..328f8a4e387 100644
--- a/sys/dev/ic/mc6845.h
+++ b/sys/dev/ic/mc6845.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mc6845.h,v 1.2 1996/09/23 15:07:50 mickey Exp $ */
+/* $OpenBSD: mc6845.h,v 1.3 2002/07/02 19:38:55 nate Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -47,7 +47,7 @@
#define CRTC_HSYNCE 0x05 /* horizontal sync end */
#define CRTC_VTOTAL 0x06 /* vertical total */
#define CRTC_OVERFLL 0x07 /* overflow low */
-#define CRTC_IROWADDR 0x08 /* inital row address */
+#define CRTC_IROWADDR 0x08 /* initial row address */
#define CRTC_MAXROW 0x09 /* maximum row address */
#define CRTC_CURSTART 0x0A /* cursor start row address */
#define CRTC_CUREND 0x0B /* cursor end row address */
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c
index 1161ef4a985..1e1ee05de86 100644
--- a/sys/dev/ic/rtl81x9.c
+++ b/sys/dev/ic/rtl81x9.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl81x9.c,v 1.17 2002/06/09 03:14:18 todd Exp $ */
+/* $OpenBSD: rtl81x9.c,v 1.18 2002/07/02 19:38:55 nate Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -978,7 +978,7 @@ void rl_init(xsc)
CSR_WRITE_1(sc, RL_COMMAND, RL_CMD_TX_ENB|RL_CMD_RX_ENB);
/*
- * Set the inital TX and RX configuration.
+ * Set the initial TX and RX configuration.
*/
CSR_WRITE_4(sc, RL_TXCFG, RL_TXCFG_CONFIG);
CSR_WRITE_4(sc, RL_RXCFG, RL_RXCFG_CONFIG);