summaryrefslogtreecommitdiff
path: root/sys/dev/ic/iha.h
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 18:58:51 +0000
commit09533afdf9d8765c07281cc781bb793add772fff (patch)
tree127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/iha.h
parent8340012e43d3e836557b3ef5cce99f0b05419e90 (diff)
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/iha.h')
-rw-r--r--sys/dev/ic/iha.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ic/iha.h b/sys/dev/ic/iha.h
index 04eb9043744..e44c962663f 100644
--- a/sys/dev/ic/iha.h
+++ b/sys/dev/ic/iha.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iha.h,v 1.13 2003/03/30 00:32:48 krw Exp $ */
+/* $OpenBSD: iha.h,v 1.14 2003/10/21 18:58:49 jmc Exp $ */
/*-------------------------------------------------------------------------
*
* Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
@@ -347,17 +347,17 @@ struct iha_nvram {
#define TUL_SCMD 0x91 /* R/W SCSI Command */
#define NO_OP 0x00 /* Place Holder for tulip_wait() */
#define SEL_NOATN 0x01 /* Select w/o ATN Sequence */
-#define XF_FIFO_OUT 0x03 /* FIFO Xfer Infomation out */
+#define XF_FIFO_OUT 0x03 /* FIFO Xfer Information out */
#define MSG_ACCEPT 0x0F /* Message Accept */
#define SEL_ATN 0x11 /* Select w ATN Sequence */
#define SEL_ATNSTOP 0x12 /* Select w ATN & Stop Sequence */
#define SELATNSTOP 0x1E /* Select w ATN & Stop Sequence */
#define SEL_ATN3 0x31 /* Select w ATN3 Sequence */
-#define XF_DMA_OUT 0x43 /* DMA Xfer Infomation out */
+#define XF_DMA_OUT 0x43 /* DMA Xfer Information out */
#define EN_RESEL 0x80 /* Enable Reselection */
-#define XF_FIFO_IN 0x83 /* FIFO Xfer Infomation in */
+#define XF_FIFO_IN 0x83 /* FIFO Xfer Information in */
#define CMD_COMP 0x84 /* Command Complete Sequence */
-#define XF_DMA_IN 0xC3 /* DMA Xfer Infomation in */
+#define XF_DMA_IN 0xC3 /* DMA Xfer Information in */
#define TUL_STEST0 0x92 /* R/W Test0 */
#define TUL_STEST1 0x93 /* R/W Test1 */