summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-09-08 23:56:27 +0000
committerache <ache@FreeBSD.org>1996-09-08 23:56:27 +0000
commitb435c82147ff4bd23584e32fec26e6c220080758 (patch)
tree55198cba55006ae2a780c122ec4e42f294dd9a05 /etc/MAKEDEV
parentc292e5a7ba033215a74ea4aa5c2d7a52b237d638 (diff)
downloadFreeBSD-src-b435c82147ff4bd23584e32fec26e6c220080758.zip
FreeBSD-src-b435c82147ff4bd23584e32fec26e6c220080758.tar.gz
Make sysmouse device for syscons
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV11
1 files changed, 9 insertions, 2 deletions
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
OpenPOWER on IntegriCloud