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 Fixed PC Card slot support.



details:   https://anonhg.NetBSD.org/src/rev/3a1c37053137
branches:  trunk
changeset: 526480:3a1c37053137
user:      takemura <takemura%NetBSD.org@localhost>
date:      Sat May 04 08:12:18 2002 +0000

description:
Fixed PC Card slot support.

diffstat:

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

diffs (31 lines):

diff -r 8660cbba1b1f -r 3a1c37053137 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Sat May 04 07:45:05 2002 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Sat May 04 08:12:18 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.121 2002/05/03 11:37:48 takemura Exp $
+# $NetBSD: GENERIC,v 1.122 2002/05/04 08:12:18 takemura Exp $
 #
 # GENERIC machine description file
 # 
@@ -24,7 +24,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.121 $"
+#ident                 "GENERIC-$Revision: 1.122 $"
 
 maxusers       16
 
@@ -334,10 +334,9 @@
 # SigmarionII
 #
 com*   at vrgiu? platform NEC_MCR_SIGMARION2 addr 0x0b600000 port 8
-vrisab6        at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf780f800
+vrisab6       at vrgiu? platform NEC_MCR_SIGMARION2 isaportoffset 0xf7800000 isamemoffset 0xfa000000
 isa6   at vrisab6
-ne*    at isa6 port 0x300 irq  0x00090003 # port 9, active high and thorough
-#wdc*  at isa6 port 0x170 irq 0x00090003 flags 0x0002  # single drive
+pcic0 at isa6 port 0x3e0 iomem 0x10000 iosiz 0x4000 irq 0x00090003
 hpcioman6 at vrgiu? platform NEC_MCR_SIGMARION2
 hpcin* at hpcioman6 evtype PCIINTR id PCIINTR_00_12_00 port 0 level 1 connect 1
 



Home | Main Index | Thread Index | Old Index