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.6 [msaitoh]:



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

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

diffstat:

 sys/arch/mmeye/conf/MMTA |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 442ea9bd8eec -r 7cc5dffe93c2 sys/arch/mmeye/conf/MMTA
--- a/sys/arch/mmeye/conf/MMTA  Sun Nov 05 01:02:46 2000 +0000
+++ b/sys/arch/mmeye/conf/MMTA  Sun Nov 05 01:02:58 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MMTA,v 1.4 2000/05/08 13:49:48 augustss Exp $
+#      $NetBSD: MMTA,v 1.4.4.1 2000/11/05 01:02:58 tv Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -120,8 +120,8 @@
 #pcmcia*       at shb? 
 
 # 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
 
 
 # Console Devices



Home | Main Index | Thread Index | Old Index