|
|
@ -71,8 +71,10 @@ |
|
|
|
# crypto Hardware crypto access driver |
|
|
|
# fd fd/* nodes |
|
|
|
# lkm Loadable kernel modules interface |
|
|
|
# music* MIDI sequencer |
|
|
|
# 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 |
|
|
@ -267,6 +269,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" |
|
|
@ -276,6 +282,13 @@ pf*) |
|
|
|
M pf c 46 0 600 |
|
|
|
;; |
|
|
|
|
|
|
|
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 |
|
|
|
;; |
|
|
@ -469,10 +482,11 @@ all) |
|
|
|
R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 |
|
|
|
R sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 |
|
|
|
R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 bio nnpfs0 |
|
|
|
R ss0 ss1 ch0 hotplug ptm local wscons uall tuner0 radio0 |
|
|
|
R video0 audio0 audio1 audio2 uk0 random lkm tty00 tty01 tty02 |
|
|
|
R tty03 apm crypto pf systrace wd0 wd1 wd2 wd3 raid0 raid1 |
|
|
|
R raid2 raid3 std st0 st1 fd |
|
|
|
R ss0 ss1 ch0 hotplug ptm local wscons uall rmidi0 rmidi1 |
|
|
|
R rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 |
|
|
|
R music0 video0 audio0 audio1 audio2 uk0 random lkm tty00 |
|
|
|
R tty01 tty02 tty03 apm crypto pf systrace wd0 wd1 wd2 wd3 |
|
|
|
R raid0 raid1 raid2 raid3 std st0 st1 fd |
|
|
|
;; |
|
|
|
|
|
|
|
wd*|sd*|raid*|ccd*) |
|
|
|