summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/geodescreg.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-08-07 16:59:38 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-08-07 16:59:38 +0000
commit2777e1d478faa60f153bbd08d6860145ad4b63e2 (patch)
treec34d27b792bc26235c1817910502f7a700299978 /sys/arch/i386/pci/geodescreg.h
parent29424fea9f0d362e3aec46277a3d2d9b0f755a58 (diff)
better dmesg output and do some spaces; markus@ ok
Diffstat (limited to 'sys/arch/i386/pci/geodescreg.h')
-rw-r--r--sys/arch/i386/pci/geodescreg.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/sys/arch/i386/pci/geodescreg.h b/sys/arch/i386/pci/geodescreg.h
index 2bfcf2be036..9af05ba1ced 100644
--- a/sys/arch/i386/pci/geodescreg.h
+++ b/sys/arch/i386/pci/geodescreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: geodescreg.h,v 1.1 2003/08/07 08:32:56 markus Exp $ */
+/* $OpenBSD: geodescreg.h,v 1.2 2003/08/07 16:59:37 mickey Exp $ */
/*
* Copyright (c) 2003 Markus Friedl <markus@openbsd.org>
@@ -16,29 +16,29 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/*
+/*
* Geode SC1100 Information Appliance On a Chip
* http://www.national.com/ds.cgi/SC/SC1100.pdf
*/
/* Configuration Space Register Map */
-#define SC1100_F5_SCRATCHPAD 0x64
+#define SC1100_F5_SCRATCHPAD 0x64
-#define GCB_WDTO 0x0000 /* WATCHDOG Timeout */
-#define GCB_WDCNFG 0x0002 /* WATCHDOG Configuration */
-#define GCB_WDSTS 0x0004 /* WATCHDOG Status */
-#define GCB_IID 0x003c /* IA On a Chip ID */
-#define GCB_REV 0x003d /* Revision */
-#define GCB_CBA 0x003e /* Configuration Base Address */
+#define GCB_WDTO 0x0000 /* WATCHDOG Timeout */
+#define GCB_WDCNFG 0x0002 /* WATCHDOG Configuration */
+#define GCB_WDSTS 0x0004 /* WATCHDOG Status */
+#define GCB_IID 0x003c /* IA On a Chip ID */
+#define GCB_REV 0x003d /* Revision */
+#define GCB_CBA 0x003e /* Configuration Base Address */
/* Watchdog */
-#define WD32KPD_ENABLE 0x0000
-#define WD32KPD_DISABLE 0x0100
-#define WDTYPE1_RESET 0x0030
-#define WDTYPE2_RESET 0x00c0
-#define WDPRES_DIV_512 0x0009
-#define WDPRES_DIV_8192 0x000d
-#define WDCNFG_MASK 0x00ff
-#define WDOVF_CLEAR 0x0001
+#define WD32KPD_ENABLE 0x0000
+#define WD32KPD_DISABLE 0x0100
+#define WDTYPE1_RESET 0x0030
+#define WDTYPE2_RESET 0x00c0
+#define WDPRES_DIV_512 0x0009
+#define WDPRES_DIV_8192 0x000d
+#define WDCNFG_MASK 0x00ff
+#define WDOVF_CLEAR 0x0001