summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>1998-04-01 20:16:42 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>1998-04-01 20:16:42 +0000
commit5d9febdb3830863198c6fb23051d34e5259c4cd7 (patch)
treeceb943adcdfdab0deafdfabb76e0b9f4e67956f3 /sys/arch
parent0f3702f046579d375453edd9b18edd32e9e31176 (diff)
PS/2 mouse is read/write
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c
index ac6fe59ea5c..1b44e0d0e30 100644
--- a/sys/arch/i386/i386/conf.c
+++ b/sys/arch/i386/i386/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.42 1997/11/23 05:17:58 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.43 1998/04/01 20:16:41 matthieu Exp $ */
/* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */
/*
@@ -224,7 +224,7 @@ struct cdevsw cdevsw[] =
cdev_lkm_dummy(), /* 34 */
cdev_mouse_init(NMMS,mms), /* 35: Microsoft mouse */
cdev_mouse_init(NLMS,lms), /* 36: Logitech mouse */
- cdev_mouse_init(NPMS,pms), /* 37: PS/2 mouse */
+ cdev_mousewr_init(NPMS,pms), /* 37: Extended PS/2 mouse */
cdev_tty_init(NCY,cy), /* 38: Cyclom serial port */
cdev_disk_init(NMCD,mcd), /* 39: Mitsumi CD-ROM */
cdev_bpftun_init(NTUN,tun), /* 40: network tunnel */