diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-28 22:29:58 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-28 22:29:58 +0000 |
commit | 4158a919ac562e26ccc50d2620c33a6c3606cb1d (patch) | |
tree | 5f8782b5309e731502ccfccb33594e4be876b1cb /etc/etc.cats/MAKEDEV | |
parent | 71685497fe37d342ec2aa7b2f383278df1f516e9 (diff) |
sync
Diffstat (limited to 'etc/etc.cats/MAKEDEV')
-rw-r--r-- | etc/etc.cats/MAKEDEV | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/etc.cats/MAKEDEV b/etc/etc.cats/MAKEDEV index 9c710a82709..299d540493c 100644 --- a/etc/etc.cats/MAKEDEV +++ b/etc/etc.cats/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.cats/MAKEDEV.md,v 1.17 2007/05/27 01:50:35 todd Exp +# OpenBSD: etc.cats/MAKEDEV.md,v 1.18 2007/05/28 22:26:02 todd Exp # OpenBSD: MAKEDEV.common,v 1.34 2007/05/18 14:05:33 jmc Exp # OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp @@ -64,6 +64,7 @@ # uscanner* Scanners # Special purpose devices: # audio* Audio devices +# bio ioctl tunnel pseudo-device # bktr* Video frame grabbers # bpf* Berkeley Packet Filter # crypto Hardware crypto access driver @@ -303,6 +304,10 @@ bktr*) M bktr$U c 75 $U 644 ;; +bio) + M bio c 52 0 600 + ;; + audio*) M sound$U c 36 $U M mixer$U c 36 $(($U+16)) @@ -464,7 +469,7 @@ ramdisk) all) R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 - R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 + R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bio bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 ss1 ch0 ptm local R wscons pci0 pci1 pci2 pci3 iop0 iop1 uall tuner0 radio0 R speaker audio0 uk0 random lkm tty00 tty01 tty02 tty03 crypto |