Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/evbsh3/conf Pullup 1.8 [msaitoh]:



details:   https://anonhg.NetBSD.org/src/rev/33d6f71352c6
branches:  netbsd-1-5
changeset: 490149:33d6f71352c6
user:      tv <tv%NetBSD.org@localhost>
date:      Sun Nov 05 01:06:55 2000 +0000

description:
Pullup 1.8 [msaitoh]:
avoid SH7709A's serious bug (it fails to read IPR* registers under particular
circumstances)

diffstat:

 sys/arch/evbsh3/conf/COMPUTEXEVB |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2e66032111e8 -r 33d6f71352c6 sys/arch/evbsh3/conf/COMPUTEXEVB
--- a/sys/arch/evbsh3/conf/COMPUTEXEVB  Sun Nov 05 01:06:37 2000 +0000
+++ b/sys/arch/evbsh3/conf/COMPUTEXEVB  Sun Nov 05 01:06:55 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: COMPUTEXEVB,v 1.4.4.2 2000/09/29 07:47:30 msaitoh Exp $
+#      $NetBSD: COMPUTEXEVB,v 1.4.4.3 2000/11/05 01:06:55 tv Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -14,7 +14,7 @@
 maxusers       32              # estimated number of users
 
 # CPU support.  At least one is REQUIRED.
-options                SH7709A         # 100MHz
+options                SH7709A,SH7709A_BROKEN_IPR      # 100MHz
 options                PCLOCK=25000000         # 25.000MHz
 options                IOM_ROM_BEGIN=0x00000000
 options                IOM_ROM_SIZE=0x00100000 # 1MB



Home | Main Index | Thread Index | Old Index