summaryrefslogtreecommitdiff
path: root/sys/dev/ic/siopvar_common.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-02-11 19:20:29 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-02-11 19:20:29 +0000
commit9f03a5af0492cb853685880bbbd9cbc622fa942f (patch)
tree96c6440dfb40fb88110394ed46c228cde9f0922d /sys/dev/ic/siopvar_common.h
parentba0bc613711d8eafa59eaaaad0a136d1566e7e36 (diff)
be consistant on Hz vs hz
Diffstat (limited to 'sys/dev/ic/siopvar_common.h')
-rw-r--r--sys/dev/ic/siopvar_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/siopvar_common.h b/sys/dev/ic/siopvar_common.h
index 9d27454910e..a7dd7da789c 100644
--- a/sys/dev/ic/siopvar_common.h
+++ b/sys/dev/ic/siopvar_common.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: siopvar_common.h,v 1.12 2002/11/16 04:37:29 krw Exp $ */
+/* $OpenBSD: siopvar_common.h,v 1.13 2003/02/11 19:20:27 mickey Exp $ */
/* $NetBSD: siopvar_common.h,v 1.22 2002/10/23 02:32:36 christos Exp $ */
/*
@@ -155,9 +155,9 @@ struct siop_common_softc {
/* features */
#define SF_BUS_WIDE 0x00000001 /* wide bus */
-#define SF_BUS_ULTRA 0x00000002 /* Ultra (20Mhz) bus */
-#define SF_BUS_ULTRA2 0x00000004 /* Ultra2 (40Mhz) bus */
-#define SF_BUS_ULTRA3 0x00000008 /* Ultra3 (80Mhz) bus */
+#define SF_BUS_ULTRA 0x00000002 /* Ultra (20MHz) bus */
+#define SF_BUS_ULTRA2 0x00000004 /* Ultra2 (40MHz) bus */
+#define SF_BUS_ULTRA3 0x00000008 /* Ultra3 (80MHz) bus */
#define SF_BUS_DIFF 0x00000010 /* differential bus */
#define SF_CHIP_LED0 0x00000100 /* led on GPIO0 */