Add asc device

This commit is contained in:
scottr 1997-02-11 08:01:03 +00:00
parent 78098d98dc
commit 6b91a6b891
1 changed files with 10 additions and 2 deletions

View File

@ -20,7 +20,7 @@
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# from: @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
# $NetBSD: MAKEDEV,v 1.22 1997/01/26 08:11:21 scottr Exp $
# $NetBSD: MAKEDEV,v 1.23 1997/02/11 08:01:03 scottr Exp $
#
# Device "make" file. Valid arguments:
# all a smattering--at least one of each except
@ -61,6 +61,7 @@
# uk* SCSI unknown
# ch* SCSI changer
# adb Apple Desktop Bus
# asc Apple Sound Chip
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin
@ -76,7 +77,7 @@ all)
sh $0 ttye0 adb grf0 grf1 grf2 grf3
sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
sh $0 bpf8 bpf9 bpf10 bpf11
sh $0 tun0 tun1 tun2 tun3 lkm ipl local
sh $0 tun0 tun1 tun2 tun3 lkm ipl asc local
;;
std)
@ -286,6 +287,13 @@ ipl)
chmod 600 ipl
;;
asc*)
unit=${i#asc}
rm -f asc$unit
mknod asc$unit c 36 $unit
chmod 666 asc$unit
;;
local)
umask 0
sh $0.local