Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/hpcmips/conf Pull up revision 1.86 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/a12b48d22a58
branches:  netbsd-1-6
changeset: 527620:a12b48d22a58
user:      tv <tv%NetBSD.org@localhost>
date:      Thu May 30 18:38:19 2002 +0000

description:
Pull up revision 1.86 (requested by greg in ticket #77):
Initial addition of TrackPoint support on the IBM WorkPad z50's DSIU port.

diffstat:

 sys/arch/hpcmips/conf/files.hpcmips |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5b5332029533 -r a12b48d22a58 sys/arch/hpcmips/conf/files.hpcmips
--- a/sys/arch/hpcmips/conf/files.hpcmips       Thu May 30 18:38:08 2002 +0000
+++ b/sys/arch/hpcmips/conf/files.hpcmips       Thu May 30 18:38:19 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.hpcmips,v 1.85 2002/05/11 14:10:05 takemura Exp $
+#      $NetBSD: files.hpcmips,v 1.85.4.1 2002/05/30 18:38:19 tv Exp $
 
 # maxpartitions must be first item in files.${ARCH}.
 maxpartitions 8
@@ -161,6 +161,10 @@
 attach vrpiu at vripif: tpcalib
 file arch/hpcmips/vr/vrpiu.c                   vrpiu
 
+device vrdsiu_mouse: wsmousedev
+attach vrdsiu_mouse at vripif
+file arch/hpcmips/vr/vrdsiu_mouse.c            vrdsiu_mouse
+
 attach ohci at vripif with ohci_vrip
 file arch/hpcmips/dev/ohci_vrip.c              ohci_vrip
 



Home | Main Index | Thread Index | Old Index