summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/arcofi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/arcofi.c b/sys/dev/ic/arcofi.c
index 01b460f971f..5c1b2324a35 100644
--- a/sys/dev/ic/arcofi.c
+++ b/sys/dev/ic/arcofi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arcofi.c,v 1.8 2014/08/19 16:13:24 miod Exp $ */
+/* $OpenBSD: arcofi.c,v 1.9 2014/08/19 18:02:48 miod Exp $ */
/*
* Copyright (c) 2011 Miodrag Vallat.
@@ -56,7 +56,7 @@
*/
/* CMDR */
-#define CMDR_AD 0x80 /* SP1/PS2 address convention */
+#define CMDR_AD 0x80 /* SP1/SP2 address convention */
#define CMDR_READ 0x40
#define CMDR_WRITE 0x00
#define CMDR_PU 0x20 /* Power Up */