summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-01-25 21:21:28 +0000
committerjmz <jmz@FreeBSD.org>1995-01-25 21:21:28 +0000
commit152d1bd214d432fa6ecbdc6c6308ce3d2356aaa1 (patch)
treea764c074eba4fa2ce5f94d8b583eb120f57cd71e /etc
parentbabb177fecd3d6d91d3d97b94a107aae75962873 (diff)
downloadFreeBSD-src-152d1bd214d432fa6ecbdc6c6308ce3d2356aaa1.zip
FreeBSD-src-152d1bd214d432fa6ecbdc6c6308ce3d2356aaa1.tar.gz
Add joystick
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV10
-rw-r--r--etc/etc.i386/MAKEDEV10
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index a91b0bd..8a4b616 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -72,8 +72,9 @@
# socksys iBCS2 socket system driver
# vat VAT compatibility audio driver (requires snd*)
# gsc Genius GS-4500 hand scanner
+# joy pc joystick
#
-# $Id: MAKEDEV,v 1.61 1994/12/25 15:08:29 ats Exp $
+# $Id: MAKEDEV,v 1.62 1995/01/07 14:49:59 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -685,6 +686,13 @@ cronyx)
chown 444 cronyx
;;
+joy)
+ rm -f joy0 joy1
+ mknod joy0 c 51 0
+ mknod joy1 c 51 1
+ chmod 444 joy0 joy1
+ ;;
+
local)
umask 0
sh MAKEDEV.local
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index a91b0bd..8a4b616 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -72,8 +72,9 @@
# socksys iBCS2 socket system driver
# vat VAT compatibility audio driver (requires snd*)
# gsc Genius GS-4500 hand scanner
+# joy pc joystick
#
-# $Id: MAKEDEV,v 1.61 1994/12/25 15:08:29 ats Exp $
+# $Id: MAKEDEV,v 1.62 1995/01/07 14:49:59 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -685,6 +686,13 @@ cronyx)
chown 444 cronyx
;;
+joy)
+ rm -f joy0 joy1
+ mknod joy0 c 51 0
+ mknod joy1 c 51 1
+ chmod 444 joy0 joy1
+ ;;
+
local)
umask 0
sh MAKEDEV.local
OpenPOWER on IntegriCloud