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 Apply 'CF hack' to all model of Cassio...



details:   https://anonhg.NetBSD.org/src/rev/47f62b730f33
branches:  trunk
changeset: 507005:47f62b730f33
user:      takemura <takemura%NetBSD.org@localhost>
date:      Sun Mar 11 05:18:51 2001 +0000

description:
Apply 'CF hack' to all model of Cassiopeia E series.

diffstat:

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

diffs (32 lines):

diff -r 697090f3f402 -r 47f62b730f33 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Sun Mar 11 05:10:58 2001 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Sun Mar 11 05:18:51 2001 +0000
@@ -2,11 +2,11 @@
 # Distribution kernel (NEC VR based model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.79 2001/03/02 09:14:36 sato Exp $
+#      $NetBSD: GENERIC,v 1.80 2001/03/11 05:18:51 takemura Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.79 $"
+#ident                 "GENERIC-$Revision: 1.80 $"
 
 maxusers       8
 
@@ -302,9 +302,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