summaryrefslogtreecommitdiff
path: root/etc/etc.atari/MAKEDEV
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-03-22 08:34:18 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-03-22 08:34:18 +0000
commitcd25a739a0cf3323778823fd4586905167a3699a (patch)
treee3430a25c0b821fa496d999681f51baeb6b2dd23 /etc/etc.atari/MAKEDEV
parent1766a6e98b8a26900b00da59fab826d494783c8f (diff)
Add ch to some dead ports for consistency, of course not tested.
Diffstat (limited to 'etc/etc.atari/MAKEDEV')
-rw-r--r--etc/etc.atari/MAKEDEV11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/etc.atari/MAKEDEV b/etc/etc.atari/MAKEDEV
index 53d91b553ca..e4881a711a4 100644
--- a/etc/etc.atari/MAKEDEV
+++ b/etc/etc.atari/MAKEDEV
@@ -72,6 +72,7 @@
# pty* set of 16 master and slave pseudo terminals
#
# Special purpose devices:
+# ch* SCSI media changer
# grf* Motherboard bitmapped video.
# kbd Atari keyboard.
# view* generic interface to graphic displays.
@@ -180,6 +181,16 @@ st*)
umask 77
;;
+ch*)
+ umask 2
+ name=ch; chr=33
+ rm -f $name$unit
+ mknod ${name}${unit} c $chr $unit
+ chown root.operator ${name}${unit}
+ chmod 660 ${name}${unit}
+ umask 77
+ ;;
+
fd*)
umask 2 ; unit=`expr $i : '.*[^0-9]\([0-9]*\)'`
rm -f fd$unit? rfd$unit?