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



details:   https://anonhg.NetBSD.org/src/rev/fe200e4dd067
branches:  netbsd-1-5
changeset: 490147:fe200e4dd067
user:      tv <tv%NetBSD.org@localhost>
date:      Sun Nov 05 01:03:14 2000 +0000

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

diffstat:

 sys/arch/mmeye/conf/MMTAICE    |  6 +++---
 sys/arch/mmeye/conf/MMTANEW    |  6 +++---
 sys/arch/mmeye/conf/MMTAROMNEW |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r 7cc5dffe93c2 -r fe200e4dd067 sys/arch/mmeye/conf/MMTAICE
--- a/sys/arch/mmeye/conf/MMTAICE       Sun Nov 05 01:02:58 2000 +0000
+++ b/sys/arch/mmeye/conf/MMTAICE       Sun Nov 05 01:03:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MMTAICE,v 1.3 2000/01/07 11:20:42 msaitoh Exp $
+#      $NetBSD: MMTAICE,v 1.3.4.1 2000/11/05 01:03:14 tv Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -152,8 +152,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
diff -r 7cc5dffe93c2 -r fe200e4dd067 sys/arch/mmeye/conf/MMTANEW
--- a/sys/arch/mmeye/conf/MMTANEW       Sun Nov 05 01:02:58 2000 +0000
+++ b/sys/arch/mmeye/conf/MMTANEW       Sun Nov 05 01:03:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MMTANEW,v 1.3 2000/01/07 11:20:42 msaitoh Exp $
+#      $NetBSD: MMTANEW,v 1.3.4.1 2000/11/05 01:03:14 tv Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -126,8 +126,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
diff -r 7cc5dffe93c2 -r fe200e4dd067 sys/arch/mmeye/conf/MMTAROMNEW
--- a/sys/arch/mmeye/conf/MMTAROMNEW    Sun Nov 05 01:02:58 2000 +0000
+++ b/sys/arch/mmeye/conf/MMTAROMNEW    Sun Nov 05 01:03:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MMTAROMNEW,v 1.3 2000/01/07 11:20:42 msaitoh Exp $
+#      $NetBSD: MMTAROMNEW,v 1.3.4.1 2000/11/05 01:03:14 tv Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -131,8 +131,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