aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSeigo Tanimura <tanimura@FreeBSD.org>2000-07-11 11:49:33 +0000
committerSeigo Tanimura <tanimura@FreeBSD.org>2000-07-11 11:49:33 +0000
commitfb0ef528389fb64850818960eab328da5d42f05d (patch)
treecfdab57c1c54fe680107910ffb1a14bcb9a96a28 /etc
parenta611641f012a3555f23622e0018d7940b7791ef2 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 3dbeb3cb316b..69756f73e88b 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1344,7 +1344,9 @@ snd*)
# minor number 7 is unused
mknod music$unit c $chr `expr $unit '*' 16 + 8`
mknod pss$unit c $chr `expr $unit '*' 16 + 9`
- # minor numbers 10-15 are unused
+ # minor number 10 is unused
+ mknod midistat c $chr 11
+ # minor numbers 12-15 are unused
umask 77
;;