summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-20 19:34:22 +0000
committerandvar <andvar@NetBSD.org>2022-05-20 19:34:22 +0000
commitd6af6388d774e26e933f5f6bc9da47415cd52aee (patch)
treea5f53f5e223def128ae4f87aed6b897e17ff188b /sys/dev
parentea22547f84bb8af942189b43bde051dbfa0ebd71 (diff)
s/auxillary/auxiliary/ in comments.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ds1687reg.h4
-rw-r--r--sys/dev/ic/nec7210reg.h4
-rw-r--r--sys/dev/isa/if_elreg.h10
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/ic/ds1687reg.h b/sys/dev/ic/ds1687reg.h
index d9f9d58d5da..31159e3166e 100644
--- a/sys/dev/ic/ds1687reg.h
+++ b/sys/dev/ic/ds1687reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ds1687reg.h,v 1.12 2021/10/21 13:21:54 andvar Exp $ */
+/* $NetBSD: ds1687reg.h,v 1.13 2022/05/20 19:34:22 andvar Exp $ */
/*
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -168,7 +168,7 @@
#define DS1687_X4A_WAF 0x02 /* wakeup alarm flag */
#define DS1687_X4A_KF 0x01 /* kickstart flag */
#define DS1687_BANK1_XCTRL4B 0x4b
- #define DS1687_X4B_ABE 0x80 /* auxillary battery enable */
+ #define DS1687_X4B_ABE 0x80 /* auxiliary battery enable */
#define DS1687_X4B_E32K 0x40 /* enable 32.768kHz output */
#define DS1687_X4B_CS 0x20 /* chrystal select */
#define DS1687_X4B_RCE 0x10 /* RAM clear enable */
diff --git a/sys/dev/ic/nec7210reg.h b/sys/dev/ic/nec7210reg.h
index 192e31d1238..0babb778c4f 100644
--- a/sys/dev/ic/nec7210reg.h
+++ b/sys/dev/ic/nec7210reg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: nec7210reg.h,v 1.4 2008/04/28 20:23:50 martin Exp $ */
+/* $NetBSD: nec7210reg.h,v 1.5 2022/05/20 19:34:22 andvar Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
#define ADMR_TRM1 0x20
#define ADMR_LON 0x40
#define ADMR_TON 0x80
-#define NEC7210_AUXMR 5 /* (W) auxilliary mode */
+#define NEC7210_AUXMR 5 /* (W) auxiliary mode */
#define AUXMR_CMD 0x00 /* see below */
#define AUXMR_ICR 0x20
#define AUXMR_REGD 0x40
diff --git a/sys/dev/isa/if_elreg.h b/sys/dev/isa/if_elreg.h
index 51f85999ace..d4e682ebac0 100644
--- a/sys/dev/isa/if_elreg.h
+++ b/sys/dev/isa/if_elreg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: if_elreg.h,v 1.4 1994/10/27 04:17:29 cgd Exp $ */
+/* $NetBSD: if_elreg.h,v 1.5 2022/05/20 19:34:23 andvar Exp $ */
/*
* Copyright (c) 1994, Matthew E. Kimmel. Permission is hereby granted
@@ -25,8 +25,8 @@
#define EL_RBC 0xa /* Receive buffer clear */
#define EL_RBH 0xb /* Receive buffer ptr high byte */
#define EL_EAW 0xc /* Ethernet address window */
-#define EL_AS 0xe /* Auxillary status register */
-#define EL_AC 0xe /* Auxillary command register */
+#define EL_AS 0xe /* Auxiliary status register */
+#define EL_AC 0xe /* Auxiliary command register */
#define EL_BUF 0xf /* Data buffer */
/* Receive status register bits */
@@ -62,12 +62,12 @@
#define EL_TXC_DCOLL16 0x04 /* Detect collision 16 */
#define EL_TXC_DSUCCESS 0x08 /* Detect success */
-/* Auxillary status register bits */
+/* Auxiliary status register bits */
#define EL_AS_RXBUSY 0x01 /* Receive busy */
#define EL_AS_DMADONE 0x10 /* DMA finished */
#define EL_AS_TXBUSY 0x80 /* Transmit busy */
-/* Auxillary command register bits */
+/* Auxiliary command register bits */
#define EL_AC_HOST 0x00 /* System bus can access buffer */
#define EL_AC_IRQE 0x01 /* IRQ enable */
#define EL_AC_TXBAD 0x02 /* Transmit frames with bad FCS */