patch-2.1.34 linux/include/asm-sparc64/mostek.h
Next file: linux/include/asm-sparc64/namei.h
Previous file: linux/include/asm-sparc64/mmu_context.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Fri Apr 11 10:47:39 1997
- Orig file:
v2.1.33/linux/include/asm-sparc64/mostek.h
- Orig date:
Mon Dec 30 02:00:03 1996
diff -u --recursive --new-file v2.1.33/linux/include/asm-sparc64/mostek.h linux/include/asm-sparc64/mostek.h
@@ -1,4 +1,4 @@
-/* $Id: mostek.h,v 1.1 1996/12/26 13:25:22 davem Exp $
+/* $Id: mostek.h,v 1.2 1997/03/25 03:58:30 davem Exp $
* mostek.h: Describes the various Mostek time of day clock registers.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -114,7 +114,13 @@
};
extern struct mostek48t08 *mstk48t08_regs;
-enum sparc_clock_type { MSTK48T02, MSTK48T08, MSTK_INVALID };
-extern enum sparc_clock_type sp_clock_typ;
+/* SUN5 systems usually have 48t59 model clock chipsets. But we keep the older
+ * clock chip definitions around just in case.
+ */
+struct mostek48t59 {
+ char offset[6*1024];
+ struct mostek48t02 regs;
+};
+extern struct mostek48t59 *mstk48t59_regs;
#endif /* !(_SPARC64_MOSTEK_H) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov