summaryrefslogtreecommitdiff
path: root/etc/etc.landisk/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.landisk/MAKEDEV')
-rw-r--r--etc/etc.landisk/MAKEDEV16
1 files changed, 15 insertions, 1 deletions
diff --git a/etc/etc.landisk/MAKEDEV b/etc/etc.landisk/MAKEDEV
index 8f7aeb37766..f5259b54c97 100644
--- a/etc/etc.landisk/MAKEDEV
+++ b/etc/etc.landisk/MAKEDEV
@@ -69,9 +69,11 @@
# crypto Hardware crypto access driver
# fd fd/* nodes
# lkm Loadable kernel modules interface
+# music* MIDI sequencer
# pci* PCI bus devices
# pf* Packet Filter
# radio* FM tuner devices
+# rmidi* Raw MIDI devices
# *random In-kernel random data source
# tun* Network tunnel driver
# uk* Unknown SCSI devices
@@ -261,6 +263,10 @@ tun*)
done
;;
+rmidi*)
+ M rmidi$U c 57 $U 666
+ ;;
+
radio*)
M radio$U c 97 $U
MKlist[${#MKlist[*]}]=";[ -e radio ] || ln -s radio$U radio"
@@ -275,6 +281,13 @@ pci*)
MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci"
;;
+music*)
+ M music$U c 58 $U
+ M sequencer$U c 58 $(($U+128))
+ MKlist[${#MKlist[*]}]=";[ -e music ] || ln -s music$U music"
+ MKlist[${#MKlist[*]}]=";[ -e sequencer ] || ln -s sequencer$U sequencer"
+ ;;
+
lkm)
M lkm c 35 0 640 _lkm
;;
@@ -457,7 +470,8 @@ all)
R sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bio bpf0
R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 nnpfs0 ss0
R ss1 ch0 ttya hotplug ptm local wscons pci0 pci1 pci2 pci3
- R uall radio0 video0 audio0 audio1 audio2 uk0 random lkm
+ R uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
+ R radio0 music0 video0 audio0 audio1 audio2 uk0 random lkm
R crypto pf systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3
R std st0 st1 fd
;;