summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_skreg.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-03-27 10:16:18 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-03-27 10:16:18 +0000
commit0589a69ab89c165230be39638d4c16ce45d26f29 (patch)
tree9d7fce56dc46f473c6dd8dac29252a440c8f8862 /sys/dev/pci/if_skreg.h
parent91842df480a0dbfff36db8eb626b2c6c2d26af70 (diff)
add definitions for more yukon 2 revisions found in linux driver
(which tend to be required to know which of the many bugs we will need to work around before each particular revision of hardware will actually work). ok kettenis@
Diffstat (limited to 'sys/dev/pci/if_skreg.h')
-rw-r--r--sys/dev/pci/if_skreg.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/dev/pci/if_skreg.h b/sys/dev/pci/if_skreg.h
index a97aaaa7a5b..2df4e59d857 100644
--- a/sys/dev/pci/if_skreg.h
+++ b/sys/dev/pci/if_skreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_skreg.h,v 1.51 2009/03/16 12:47:35 deraadt Exp $ */
+/* $OpenBSD: if_skreg.h,v 1.52 2009/03/27 10:16:17 jsg Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -377,6 +377,17 @@
#define SK_YUKON_EC_U_REV_A0 0x1
#define SK_YUKON_EC_U_REV_A1 0x2
+#define SK_YUKON_EC_U_REV_B0 0x3
+
+#define SK_YUKON_FE_REV_A1 0x1
+#define SK_YUKON_FE_REV_A2 0x2
+
+#define SK_YUKON_FE_P_REV_A0 0x0
+
+#define SK_YUKON_EX_REV_A0 0x1
+#define SK_YUKON_EX_REV_B0 0x2
+
+#define SK_YUKON_SUPR_REV_A0 0x0
#define SK_IMCTL_IRQ_CLEAR 0x01
#define SK_IMCTL_STOP 0x02