From 930f3fe11f9d39b200ccefc8fd13709b110e4dfe Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Tue, 13 Oct 2009 18:56:27 +0000 Subject: Add some chipset doc links Signed-off-by: Blue Swirl --- hw/m48t59.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hw/m48t59.c') diff --git a/hw/m48t59.c b/hw/m48t59.c index 0f45071ebc..d5a91aa5d1 100644 --- a/hw/m48t59.c +++ b/hw/m48t59.c @@ -41,6 +41,14 @@ * alarm and a watchdog timer and related control registers. In the * PPC platform there is also a nvram lock function. */ + +/* + * Chipset docs: + * http://www.st.com/stonline/products/literature/ds/2410/m48t02.pdf + * http://www.st.com/stonline/products/literature/ds/2411/m48t08.pdf + * http://www.st.com/stonline/products/literature/od/7001/m48t59y.pdf + */ + struct m48t59_t { /* Model parameters */ uint32_t type; // 2 = m48t02, 8 = m48t08, 59 = m48t59 -- cgit v1.2.1