mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Add targ.ctl, a device node for allocating and configuring instances
of the "targ" processor target target mode emulator.
This commit is contained in:
parent
1a67a4440a
commit
b2f2e3bbdb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44497
@ -121,7 +121,7 @@
|
||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
||||
# kbd keyboard devices
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.190 1999/03/01 12:13:24 roger Exp $
|
||||
# $Id: MAKEDEV,v 1.191 1999/03/02 16:04:27 roger Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -543,6 +543,7 @@ targ[0-9]*)
|
||||
fi
|
||||
unit=`expr $unit + 1 - 1`
|
||||
mknod ${name}${unit} c $chr $unit
|
||||
mknod ${name}.ctl c $chr 0xffff00ff
|
||||
;;
|
||||
|
||||
# CAM transport layer device
|
||||
|
@ -121,7 +121,7 @@
|
||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
||||
# kbd keyboard devices
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.190 1999/03/01 12:13:24 roger Exp $
|
||||
# $Id: MAKEDEV,v 1.191 1999/03/02 16:04:27 roger Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
|
||||
@ -543,6 +543,7 @@ targ[0-9]*)
|
||||
fi
|
||||
unit=`expr $unit + 1 - 1`
|
||||
mknod ${name}${unit} c $chr $unit
|
||||
mknod ${name}.ctl c $chr 0xffff00ff
|
||||
;;
|
||||
|
||||
# CAM transport layer device
|
||||
|
Loading…
Reference in New Issue
Block a user