summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-11-26 22:28:05 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-11-26 22:28:05 +0000
commitd0ae51c54a68600570df635df39c48278b657d13 (patch)
tree5f86bb5ff0f04e35e085d06173fcdf1e19b8b6f7 /include/asm-mips64
parent58163f73ae8f7261ec5b043291ff59ee36fa88e2 (diff)
The include/asm-mips64/ioc3.h file is not used anymore. The one to use
is include/asm-mips64/sn/ioc3.h, since ioc3 is a SN thing. Copying over all the changes from include/asm-mips64/ioc3.h to include/asm-mips64/sn/ioc3.h. These include: Set clock to RTC at bootup/Add a /dev/rtc interface to set/read the clock from ulfc. IOC3 fixes. Bug report from Colin Ngam.
Diffstat (limited to 'include/asm-mips64')
-rw-r--r--include/asm-mips64/sn/ioc3.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-mips64/sn/ioc3.h b/include/asm-mips64/sn/ioc3.h
index ea5b712ba..57a2abbf2 100644
--- a/include/asm-mips64/sn/ioc3.h
+++ b/include/asm-mips64/sn/ioc3.h
@@ -154,8 +154,9 @@ struct ioc3 {
volatile u32 ehar_h; /* 0x00140 */
volatile u32 ehar_l; /* 0x00144 */
volatile u32 micr; /* 0x00148 */
- volatile u32 midr; /* 0x0014c */
- volatile u32 pad1[(0x20000 - 0x00150) / 4];
+ volatile u32 midr_r; /* 0x0014c */
+ volatile u32 midr_w; /* 0x00150 */
+ volatile u32 pad1[(0x20000 - 0x00154) / 4];
/* SuperIO Registers XXX */
struct ioc3_sioregs sregs; /* 0x20000 */