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/mmeye/conf Pullup 1.20 [msaitoh]:



details:   https://anonhg.NetBSD.org/src/rev/442ea9bd8eec
branches:  netbsd-1-5
changeset: 490145:442ea9bd8eec
user:      tv <tv%NetBSD.org@localhost>
date:      Sun Nov 05 01:02:46 2000 +0000

description:
Pullup 1.20 [msaitoh]:
fix shpcic* iomem size from 0x4000000 to 0x1000000

diffstat:

 sys/arch/mmeye/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r f3f4eb65ec62 -r 442ea9bd8eec sys/arch/mmeye/conf/GENERIC
--- a/sys/arch/mmeye/conf/GENERIC       Sun Nov 05 00:58:30 2000 +0000
+++ b/sys/arch/mmeye/conf/GENERIC       Sun Nov 05 01:02:46 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.14.2.2 2000/08/11 20:18:04 mason Exp $
+#      $NetBSD: GENERIC,v 1.14.2.3 2000/11/05 01:02:46 tv Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/mmeye/conf/std.mmeye"
 
-#ident                 "GENERIC-$Revision: 1.14.2.2 $"
+#ident                 "GENERIC-$Revision: 1.14.2.3 $"
 
 maxusers       16              # estimated number of users
 
@@ -126,8 +126,8 @@
 com1   at shb? port 0xa4000008 irq 12
 
 # SH PCMCIA controllers
-shpcic0        at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x4000000
-shpcic1        at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x4000000
+shpcic0        at shb? port 0xb000000a iomem 0xb8000000 iosiz 0x1000000
+shpcic1        at shb? port 0xb000000c iomem 0xb9000000 iosiz 0x1000000
 
 # PCMCIA bus support
 pcmcia*        at shpcic? controller ? socket ?



Home | Main Index | Thread Index | Old Index