diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-30 19:20:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-03-30 19:20:38 +0000 |
commit | 22c6f86a386044bc3f5b2fcf1404d1b7535c0f1c (patch) | |
tree | d28e99ea6ef3ca1e31004714afd0f016218d77a3 /etc/etc.alpha | |
parent | fad0951fcf157b51043929a1ffb2a157569ba12e (diff) |
regen
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 56ee9e2906e..76775d7d45a 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -91,6 +91,7 @@ # video* Video V4L2 devices # nnpfs* NNPFS filesystem node # vscsi* Virtual SCSI controller +# bthub* Bluetooth Hubs PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -246,6 +247,10 @@ ttyB*|ttyc*) M cua$type$U c $major $(($minor+128)) 660 dialer uucp ;; +bthub*) + M bthub$U c 62 $U + ;; + vscsi*) M vscsi$U c 61 $U 600 ;; @@ -540,18 +545,18 @@ local) ;; 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 fd1 fd1B - R fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F - R fd0G fd0H vscsi0 nnpfs0 ss0 ss1 ch0 bio hotplug ptm local - R wscons pci0 pci1 pci2 pci3 iop0 iop1 uall rmidi0 rmidi1 - R rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 - R music0 speaker video0 audio0 audio1 audio2 uk0 random lpa0 - R lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 - R ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 - R ttyB3 ttyB4 ttyB5 crypto pf systrace wd0 wd1 wd2 wd3 raid0 - R raid1 raid2 raid3 std st0 st1 fd + R bthub0 bthub1 bthub2 ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 + R vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 + R tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 + R bpf8 bpf9 pty0 fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 + R fd0B fd0C fd0D fd0E fd0F fd0G fd0H vscsi0 nnpfs0 ss0 ss1 ch0 + R bio hotplug ptm local wscons pci0 pci1 pci2 pci3 iop0 iop1 + R uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 + R tuner0 radio0 music0 speaker video0 audio0 audio1 audio2 uk0 + R random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 + R tty03 ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 + R ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 crypto pf systrace wd0 wd1 wd2 + R wd3 raid0 raid1 raid2 raid3 std st0 st1 fd ;; wd*|sd*|raid*|ccd*) |