Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/hpcmips/tx Pull up revision 1.4 (requested by na...



details:   https://anonhg.NetBSD.org/src/rev/894a9a5f5359
branches:  netbsd-3
changeset: 576845:894a9a5f5359
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Aug 04 18:29:53 2005 +0000

description:
Pull up revision 1.4 (requested by nakayama in ticket #637):
Add LCD and battery control support for Sharp Telios series.

diffstat:

 sys/arch/hpcmips/tx/tx39biureg.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2e7bde5e4105 -r 894a9a5f5359 sys/arch/hpcmips/tx/tx39biureg.h
--- a/sys/arch/hpcmips/tx/tx39biureg.h  Thu Aug 04 18:29:47 2005 +0000
+++ b/sys/arch/hpcmips/tx/tx39biureg.h  Thu Aug 04 18:29:53 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tx39biureg.h,v 1.3 2001/06/14 11:09:55 uch Exp $ */
+/*     $NetBSD: tx39biureg.h,v 1.3.38.1 2005/08/04 18:29:53 tron Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -73,6 +73,9 @@
 #define TX39_SYSADDR_KUSEG_CS1         0x58000000
 #define TX39_SYSADDR_KUSEG_CS2         0x5c000000
 #define TX39_SYSADDR_KUSEG_CS3         0x60000000
+/* 64MByte */
+#define TX39_SYSADDR_KUCS_SIZE         0x04000000
+
 #define TX39_SYSADDR_CARD1MEM          0x64000000
 #define TX39_SYSADDR_CARD2MEM          0x68000000
 #define TX39_SYSADDR_MCS0              0x6c000000



Home | Main Index | Thread Index | Old Index