diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2006-03-28 14:26:56 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2006-03-28 14:26:56 +0000 |
| commit | 5df31a030bc411af457ca5fb3e505e6f32cfd3ca (patch) | |
| tree | bda630819c0c3001719366b1580b7508b8fd8f28 /sys | |
| parent | 2cfc946fc5ab879f7c79fba88ae98a10d54c2d17 (diff) | |
Fix isaportoffset for SHARP_TRIPAD and VADEM_CLIO_C.
Patch from Matthew Orgass on port-hpcmips, as part of PR port-hpcmips/28228.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/hpcmips/conf/GENERIC | 8 | ||||
| -rw-r--r-- | sys/arch/hpcmips/conf/MPC303 | 8 | ||||
| -rw-r--r-- | sys/arch/hpcmips/conf/VR41XX | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/hpcmips/conf/GENERIC b/sys/arch/hpcmips/conf/GENERIC index 89ec7d64685..4ff2d8fdd43 100644 --- a/sys/arch/hpcmips/conf/GENERIC +++ b/sys/arch/hpcmips/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.184 2006/02/22 10:41:35 hira Exp $ +# $NetBSD: GENERIC,v 1.185 2006/03/28 14:26:56 tsutsui Exp $ # # GENERIC machine description file # @@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.184 $" +#ident "GENERIC-$Revision: 1.185 $" maxusers 16 @@ -326,8 +326,8 @@ pcic0 at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003 # # Vadem Clio and Sharp Tripad # -vrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000 -vrisab3 at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000 +vrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x0 +vrisab3 at vrgiu? platform VADEM_CLIO_C isaportoffset 0x0 isa3 at vrisab3 pcic0 at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003 diff --git a/sys/arch/hpcmips/conf/MPC303 b/sys/arch/hpcmips/conf/MPC303 index 2f140768842..6ff67db776f 100644 --- a/sys/arch/hpcmips/conf/MPC303 +++ b/sys/arch/hpcmips/conf/MPC303 @@ -1,5 +1,5 @@ # -# $NetBSD: MPC303,v 1.42 2006/02/05 05:01:50 cube Exp $ +# $NetBSD: MPC303,v 1.43 2006/03/28 14:26:56 tsutsui Exp $ # From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp # # Kernel configuration file for Victor MP-C303; enami's test machine. @@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.42 $" +#ident "GENERIC-$Revision: 1.43 $" maxusers 16 @@ -379,8 +379,8 @@ pcic0 at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003 # # Vadem Clio and Sharp Tripad # -vrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000 -vrisab3 at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000 +vrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x0 +vrisab3 at vrgiu? platform VADEM_CLIO_C isaportoffset 0x0 isa3 at vrisab3 pcic0 at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003 diff --git a/sys/arch/hpcmips/conf/VR41XX b/sys/arch/hpcmips/conf/VR41XX index 44804fe71ef..6b439b2d6c3 100644 --- a/sys/arch/hpcmips/conf/VR41XX +++ b/sys/arch/hpcmips/conf/VR41XX @@ -1,4 +1,4 @@ -# $NetBSD: VR41XX,v 1.36 2006/02/22 10:41:35 hira Exp $ +# $NetBSD: VR41XX,v 1.37 2006/03/28 14:26:56 tsutsui Exp $ # # GENERIC machine description file # @@ -20,7 +20,7 @@ include "arch/hpcmips/conf/std.hpcmips" include "arch/hpcmips/conf/std.hpcmips.vr41" -#ident "GENERIC-$Revision: 1.36 $" +#ident "GENERIC-$Revision: 1.37 $" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary @@ -306,8 +306,8 @@ pcic0 at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003 # # Vadem Clio and Sharp Tripad # -vrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000 -vrisab3 at vrgiu? platform VADEM_CLIO_C isaportoffset 0x1000000 +vrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x0 +vrisab3 at vrgiu? platform VADEM_CLIO_C isaportoffset 0x0 isa3 at vrisab3 pcic0 at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003 |
