Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf add Vadem Clio and Sharp Tripad



details:   https://anonhg.NetBSD.org/src/rev/fdf8ed7e4557
branches:  trunk
changeset: 480313:fdf8ed7e4557
user:      shin <shin%NetBSD.org@localhost>
date:      Sun Jan 09 07:55:57 2000 +0000

description:
add Vadem Clio and Sharp Tripad

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 699f05b80ed4 -r fdf8ed7e4557 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Sun Jan 09 04:54:53 2000 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Sun Jan 09 07:55:57 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (any  model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.20 2000/01/01 02:22:35 shin Exp $
+#      $NetBSD: GENERIC,v 1.21 2000/01/09 07:55:57 shin Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -180,10 +180,16 @@
 isa2    at vrisab2
 pcic0   at isa2 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x00060003
 #
+# Vadem Clio and Sharp Tripad
+#
+vrisab3 at vrgiu? platform SHARP_TRIPAD isaportoffset 0x1000000
+isa3    at vrisab3
+pcic0   at isa3 port 0x3e0 iomem 0x70000 iosiz 0x4000 irq 0x000d0003
+#
 # Unknown machines
 #
-vrisab3 at vrgiu?
-isa3   at vrisab3
+vrisab4 at vrgiu?
+isa4   at vrisab3
 
 # PCMCIA bus support
 pcmcia*        at pcic? controller ? socket ?



Home | Main Index | Thread Index | Old Index