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.vax/MAKEDEV | |
parent | 71685497fe37d342ec2aa7b2f383278df1f516e9 (diff) |
sync
Diffstat (limited to 'etc/etc.vax/MAKEDEV')
-rw-r--r-- | etc/etc.vax/MAKEDEV | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV index 5d2fd18a330..5e701ef41ec 100644 --- a/etc/etc.vax/MAKEDEV +++ b/etc/etc.vax/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.vax/MAKEDEV.md,v 1.30 2007/05/27 01:50:36 todd Exp +# OpenBSD: etc.vax/MAKEDEV.md,v 1.31 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 @@ -70,6 +70,7 @@ # Pointing devices: # wsmouse* wscons mice # Special purpose devices: +# bio ioctl tunnel pseudo-device # bpf* Berkeley Packet Filter # fd fd/* nodes # lkm Loadable kernel modules interface @@ -325,6 +326,10 @@ bpf*) M bpf$U c 56 $U 600 ;; +bio) + M bio c 72 0 600 + ;; + wsmouse*) M wsmouse$U c 70 $U 600 ;; @@ -511,7 +516,7 @@ local) all) R dl0 dz0 dhu0 ts0 ts1 mt0 mt1 hd0 hd1 hd2 ccd0 vnd0 sd0 sd1 - R sd2 sd3 cd0 tun0 tun1 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 + R sd2 sd3 cd0 tun0 tun1 bio bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 R bpf7 pty0 ss0 ptm local wscons uk0 random lkm pf systrace R rx0 rx1 ra0 ra1 ra2 ra3 hp0 hp1 hp2 hp3 raid0 raid1 raid2 R raid3 std st0 st1 fd |