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/hpcmips/conf Pull up revision 1.80 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/3c17e86071c2
branches:  netbsd-1-5
changeset: 490857:3c17e86071c2
user:      he <he%NetBSD.org@localhost>
date:      Tue Mar 13 20:52:47 2001 +0000

description:
Pull up revision 1.80 (requested by takemura):
  Enable Compact Flash card conftoller (wdc) on all models of
  CASSIOPEIA E series, not only E-55.  Fixes PR#11791.

diffstat:

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

diffs (32 lines):

diff -r 0bf609dc2b94 -r 3c17e86071c2 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Tue Mar 13 20:50:19 2001 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Tue Mar 13 20:52:47 2001 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (NEC VR based model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.54.2.4 2000/10/02 22:23:32 takemura Exp $
+#      $NetBSD: GENERIC,v 1.54.2.5 2001/03/13 20:52:47 he Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.54.2.4 $"
+#ident                 "GENERIC-$Revision: 1.54.2.5 $"
 
 maxusers       8
 
@@ -265,9 +265,12 @@
 button7 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id BTN_UP active 0 port 13
 pwctl0 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_COM0 port 38
 pwctl1 at vrgiu? platform CASIO_CASSIOPEIAE_E55 id PWCTL_LCDLIGHT port 26
-vrisab4 at vrgiu? platform CASIO_CASSIOPEIAE_E55 isaportoffset 0xc000
+
+# 'CF hack' for all CASSIOPEIA E series
+vrisab4 at vrgiu? platform CASIO_CASSIOPEIAE_EXX isaportoffset 0xc000
+vrisab4 at vrgiu? platform CASIO_CASSIOPEIAE_EXXX isaportoffset 0xc000
 isa4    at vrisab4
-wdc0    at isa4 port 0x170 irq 0x02000003 flags 0x0010  # AT_POLL
+wdc0    at isa4 port 0x170 irq 0x02000003 flags 0x0002  # single drive
 
 #
 # Unknown machines



Home | Main Index | Thread Index | Old Index