Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Add pckbc at ebus.



details:   https://anonhg.NetBSD.org/src/rev/df5721d0f4af
branches:  trunk
changeset: 782044:df5721d0f4af
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sat Oct 13 18:00:03 2012 +0000

description:
Add pckbc at ebus.

diffstat:

 sys/arch/sparc64/conf/GENERIC       |  12 ++++++++++--
 sys/arch/sparc64/conf/files.sparc64 |   7 ++++++-
 2 files changed, 16 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r b497505566ca -r df5721d0f4af sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sat Oct 13 17:58:53 2012 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sat Oct 13 18:00:03 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.152 2012/09/01 18:17:51 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.153 2012/10/13 18:00:03 jdc Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.152 $"
+#ident                 "GENERIC-$Revision: 1.153 $"
 
 maxusers       64
 
@@ -297,6 +297,14 @@
 kbd0   at com?                                 # keyboard
 ms0    at com?                                 # mouse
 
+## Tadpole SPARCle PS/2 keyboard and mouse
+pckbc*                 at ebus?                # PC keyboard controller
+pckbd*                 at pckbc?               # PC keyboard
+pms*           at pckbc?               # PS/2 mouse for wsmouse
+options        PMS_SYNAPTICS_TOUCHPAD  # Enable support for Synaptics Touchpads
+wskbd*                 at pckbd? console ?
+wsmouse*       at pms? mux 0
+
 ## Magma Serial/Parallel driver (not tested)
 #magma*        at sbus? slot ? offset ?
 #mtty* at magma?
diff -r b497505566ca -r df5721d0f4af sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Sat Oct 13 17:58:53 2012 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Sat Oct 13 18:00:03 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.138 2012/03/03 03:21:16 nakayama Exp $
+#      $NetBSD: files.sparc64,v 1.139 2012/10/13 18:00:03 jdc Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -153,6 +153,11 @@
 attach com at ebus with com_ebus
 file   arch/sparc64/dev/com_ebus.c             com_ebus
 
+# ebus PS/2 keyboard attachment for Tadpole SPARCle, etc.
+include "dev/pckbport/files.pckbport"
+attach pckbc at ebus with pckbc_ebus
+file   arch/sparc64/dev/pckbc_ebus.c           pckbc_ebus
+
 device zstty {}: tty
 attach zstty at zs
 file dev/ic/z8530tty.c                 zstty needs-flag



Home | Main Index | Thread Index | Old Index