summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-05-14 10:26:31 +0000
committernyan <nyan@FreeBSD.org>2005-05-14 10:26:31 +0000
commit492af7c5f3184f35516d3a5a88132657ece539e8 (patch)
tree3ed446b250e8191bfb758307061817bc63de4dbd /sys/dev/ic
parent7d8da118c14109f26643f2fb202d60d1c1b0f189 (diff)
downloadFreeBSD-src-492af7c5f3184f35516d3a5a88132657ece539e8.zip
FreeBSD-src-492af7c5f3184f35516d3a5a88132657ece539e8.tar.gz
cosmetic change.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/i8253reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ic/i8253reg.h b/sys/dev/ic/i8253reg.h
index 9401dc1..d41d3b2 100644
--- a/sys/dev/ic/i8253reg.h
+++ b/sys/dev/ic/i8253reg.h
@@ -61,7 +61,7 @@
#define TIMER_REG_CNTR0 0 /* timer 0 counter port */
#define TIMER_REG_CNTR1 1 /* timer 1 counter port */
#define TIMER_REG_CNTR2 2 /* timer 2 counter port */
-#define TIMER_REG_MODE 3 /* timer mode port */
+#define TIMER_REG_MODE 3 /* timer mode port */
#define TIMER_SEL0 0x00 /* select counter 0 */
#define TIMER_SEL1 0x40 /* select counter 1 */
#define TIMER_SEL2 0x80 /* select counter 2 */
OpenPOWER on IntegriCloud