summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/sysconreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/dev/sysconreg.h')
-rw-r--r--sys/arch/mvme88k/dev/sysconreg.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/dev/sysconreg.h b/sys/arch/mvme88k/dev/sysconreg.h
index 7c43c023cc1..816931b8ed4 100644
--- a/sys/arch/mvme88k/dev/sysconreg.h
+++ b/sys/arch/mvme88k/dev/sysconreg.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: sysconreg.h,v 1.3 2002/01/14 21:34:39 miod Exp $ */
+/* $OpenBSD: sysconreg.h,v 1.4 2003/10/11 22:08:57 miod Exp $ */
/*
* Memory map for SYSCON found in mvme188 board set.
- * No specific chips are found here like the PCCTWO
+ * No specific chips are found here like the PCCTWO
* on MVME1x7. All chips are included in this one
- * map/device so that devices don't run rampant in
+ * map/device so that devices don't run rampant in
* the config files. I may change this later XXX smurph.
*/
@@ -17,8 +17,8 @@ struct sysconreg {
unsigned int *volatile ien3;
unsigned int *volatile ienall;
unsigned int *volatile ist;
- unsigned int *volatile setswi;
- unsigned int *volatile clrswi;
+ unsigned int *volatile setswi;
+ unsigned int *volatile clrswi;
unsigned int *volatile istate;
unsigned int *volatile clrint;
unsigned char *volatile global0;
@@ -42,7 +42,7 @@ struct sysconreg {
unsigned int *volatile cio_portb;
unsigned int *volatile cio_porta;
unsigned int *volatile cio_ctrl;
-};
+};
extern struct sysconreg *sys_syscon;