From b435c82147ff4bd23584e32fec26e6c220080758 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 8 Sep 1996 23:56:27 +0000 Subject: Make sysmouse device for syscons --- etc/MAKEDEV | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'etc/MAKEDEV') diff --git a/etc/MAKEDEV b/etc/MAKEDEV index e85efd2..b769716 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -53,6 +53,7 @@ # Pointing devices: # mse* Logitech and ATI Inport bus mouse # psm* PS/2 mouse +# sysmouse Mousesystems mouse emulator for syscons # # Time devices: # refclock-* serial ports used by xntpd parse refclocks @@ -100,7 +101,7 @@ # labpc* National Instrument's Lab-PC and LAB-PC+ # perfmon CPU performance-monitoring counters # -# $Id: MAKEDEV,v 1.119 1996/06/07 15:47:15 ache Exp $ +# $Id: MAKEDEV,v 1.120 1996/07/02 23:11:06 wosch Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -178,7 +179,7 @@ all) sh MAKEDEV cuaa0 cuaa1 cuaa2 cuaa3 # cdev, serial sh MAKEDEV lpt0 lpt1 lpt2 # cdev, printer sh MAKEDEV pty0 ch0 tw0 bpf0 # cdev - sh MAKEDEV perfmon speaker pcaudio psm0 mse0 # cdev + sh MAKEDEV perfmon speaker pcaudio psm0 mse0 sysmouse # cdev sh MAKEDEV vty4 # cdev sh MAKEDEV tun0 # cdev ;; @@ -1061,6 +1062,12 @@ tun?) chown uucp.dialer tun$unit ;; +sysmouse) + rm -f sysmouse + mknod sysmouse c 12 128 + chmod 644 sysmouse + ;; + snp?) unit=`expr $i : 'snp\(.*\)'` rm -f snp$unit -- cgit v1.1