summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2005-05-14 10:26:31 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2005-05-14 10:26:31 +0000
commitdfe1941a9cfbe83485b626fbfae285dee2e3024f (patch)
tree3ed446b250e8191bfb758307061817bc63de4dbd /sys/dev/ic
parentb22bf660630ff6f6b82b9c17abd9721c3fd8bcef (diff)
Notes
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 9401dc1bf582..d41d3b2af0a6 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 */