Add joystick

This commit is contained in:
Jean-Marc Zucconi 1995-01-25 21:21:28 +00:00
parent 2270d53491
commit 61b1d15857
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5907
2 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -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