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 sync with btnmgr change.



details:   https://anonhg.NetBSD.org/src/rev/ac5460d37d0f
branches:  trunk
changeset: 483545:ac5460d37d0f
user:      uch <uch%NetBSD.org@localhost>
date:      Sun Mar 12 15:28:12 2000 +0000

description:
sync with btnmgr change.

diffstat:

 sys/arch/hpcmips/conf/TX3912 |  6 ++++--
 sys/arch/hpcmips/conf/TX3922 |  5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r a59205004c19 -r ac5460d37d0f sys/arch/hpcmips/conf/TX3912
--- a/sys/arch/hpcmips/conf/TX3912      Sun Mar 12 13:58:14 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3912      Sun Mar 12 15:28:12 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (TX3912 based model) kernel config file
 
 #
-#      $NetBSD: TX3912,v 1.11 2000/02/27 16:34:14 uch Exp $
+#      $NetBSD: TX3912,v 1.12 2000/03/12 15:28:12 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -120,6 +120,8 @@
 wsdisplay*     at      fb?
 wskbd*         at      skbd? mux 1
 wsmouse*       at      ucbtp? mux 0
+btnmgr0                at      mainbus0
+wskbd*         at      btnmgr0 mux 1
 
 options        WSEMUL_VT100
 options        WSDISPLAY_DEFAULTSCREENS=4
@@ -164,4 +166,4 @@
 
 # mouse & keyboard multiplexor pseudo-devices
 pseudo-device  wsmux           2
-pseudo-device  btnmgr          1       # button event handler
+
diff -r a59205004c19 -r ac5460d37d0f sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Sun Mar 12 13:58:14 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Sun Mar 12 15:28:12 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (TX3922 based model) kernel config file
 
 #
-#      $NetBSD: TX3922,v 1.8 2000/03/11 08:51:55 shin Exp $
+#      $NetBSD: TX3922,v 1.9 2000/03/12 15:28:12 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -113,6 +113,8 @@
 fb*            at      plumvideo?
 wsdisplay*     at      fb?
 wskbd*         at      skbd? mux 1
+btnmgr0                at      mainbus0
+wskbd*         at      btnmgr0 mux 1
 
 options        WSEMUL_VT100
 options        WSDISPLAY_DEFAULTSCREENS=4
@@ -143,4 +145,3 @@
 
 pseudo-device  loop            1       # network loopback
 pseudo-device  pty             64      # pseudo ptys
-pseudo-device  btnmgr          1       # button event handler



Home | Main Index | Thread Index | Old Index