Make wsmux devices.
This commit is contained in:
parent
3652732791
commit
595da53663
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -
|
||||
# $NetBSD: MAKEDEV,v 1.42 1999/05/13 22:08:48 ross Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.43 1999/07/29 19:24:37 augustss Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -122,6 +122,14 @@ wscons)
|
|||
sh $0 wsmouse0 wsmouse1 wsmouse2 wsmouse3
|
||||
sh $0 wskbd0 wskbd1 wskbd2 wskbd3
|
||||
sh $0 ttyEcfg
|
||||
sh $0 wsmux
|
||||
;;
|
||||
|
||||
wsmux)
|
||||
mknod wsmouse c 56 0
|
||||
mknod wskbd c 56 1
|
||||
chown root.wheel wsmouse wskbd
|
||||
chmod 600 wsmouse wskbd
|
||||
;;
|
||||
|
||||
usbs)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.33 1999/06/27 00:17:31 cgd Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.34 1999/07/29 19:24:38 augustss Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -169,6 +169,14 @@ wscons)
|
|||
sh $0 wsmouse0 wsmouse1 wsmouse2 wsmouse3
|
||||
sh $0 wskbd0 wskbd1 wskbd2 wskbd3
|
||||
sh $0 ttyEcfg
|
||||
sh $0 wsmux
|
||||
;;
|
||||
|
||||
wsmux)
|
||||
mknod wsmouse c 73 0
|
||||
mknod wskbd c 73 1
|
||||
chown root.wheel wsmouse wskbd
|
||||
chmod 600 wsmouse wskbd
|
||||
;;
|
||||
|
||||
ttyEcfg)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.3 1999/03/26 04:37:29 mrg Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.4 1999/07/29 19:24:38 augustss Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -149,6 +149,23 @@ wscons)
|
|||
sh $0 ttyE0 ttyE1 ttyE2 ttyE3 ttyE4 ttyE5 ttyE6 ttyE7
|
||||
sh $0 wsmouse0 wsmouse1 wsmouse2 wsmouse3
|
||||
sh $0 wskbd0 wskbd1 wskbd2 wskbd3
|
||||
sh $0 ttyEcfg
|
||||
sh $0 wsmux
|
||||
;;
|
||||
|
||||
wsmux)
|
||||
mknod wsmouse c 52 0
|
||||
mknod wskbd c 52 1
|
||||
chown root.wheel wsmouse wskbd
|
||||
chmod 600 wsmouse wskbd
|
||||
;;
|
||||
|
||||
ttyEcfg)
|
||||
chr=47
|
||||
rm -f ttyEcfg
|
||||
mknod ttyEcfg c $chr 255
|
||||
chown root.wheel ttyEcfg
|
||||
chmod 600 ttyEcfg
|
||||
;;
|
||||
|
||||
ttyE*)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.88 1999/07/12 09:33:59 tron Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.89 1999/07/29 19:24:39 augustss Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -235,6 +235,14 @@ wscons)
|
|||
sh $0 wsmouse0 wsmouse1 wsmouse2 wsmouse3
|
||||
sh $0 wskbd0 wskbd1 wskbd2 wskbd3
|
||||
sh $0 ttyEcfg
|
||||
sh $0 wsmux
|
||||
;;
|
||||
|
||||
wsmux)
|
||||
mknod wsmouse c 65 0
|
||||
mknod wskbd c 65 1
|
||||
chown root.wheel wsmouse wskbd
|
||||
chmod 600 wsmouse wskbd
|
||||
;;
|
||||
|
||||
ttyEcfg)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.11 1999/07/22 18:46:26 wrstuden Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.12 1999/07/29 19:24:39 augustss Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -143,6 +143,15 @@ wscons)
|
|||
sh $0 ttyE0 ttyE1 ttyE2 ttyE3 ttyEcfg
|
||||
sh $0 wsmouse0 wsmouse1 wsmouse2 wsmouse3
|
||||
sh $0 wskbd0 wskbd1 wskbd2 wskbd3
|
||||
sh $0 ttyEcfg
|
||||
sh $0 wsmux
|
||||
;;
|
||||
|
||||
wsmux)
|
||||
mknod wsmouse c 43 0
|
||||
mknod wskbd c 43 1
|
||||
chown root.wheel wsmouse wskbd
|
||||
chmod 600 wsmouse wskbd
|
||||
;;
|
||||
|
||||
ttyEcfg)
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# from: @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
|
||||
# $NetBSD: MAKEDEV,v 1.5 1999/03/24 23:46:37 dbj Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.6 1999/07/29 19:24:39 augustss Exp $
|
||||
# @@@ This was taken from the mac68k port. It works, but still should
|
||||
# be reviewed for next68k device #'s --dbj
|
||||
#
|
||||
|
@ -144,6 +144,14 @@ wscons)
|
|||
sh $0 wsmouse0
|
||||
sh $0 wskbd0
|
||||
sh $0 ttyEcfg
|
||||
sh $0 wsmux
|
||||
;;
|
||||
|
||||
wsmux)
|
||||
mknod wsmouse c 45 0
|
||||
mknod wskbd c 45 1
|
||||
chown root.wheel wsmouse wskbd
|
||||
chmod 600 wsmouse wskbd
|
||||
;;
|
||||
|
||||
ttyEcfg)
|
||||
|
|
Loading…
Reference in New Issue