diff options
-rw-r--r-- | etc/etc.macppc/MAKEDEV | 17 | ||||
-rw-r--r-- | share/man/man8/man8.macppc/MAKEDEV.8 | 9 |
2 files changed, 17 insertions, 9 deletions
diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV index 078664169e4..38755c04d08 100644 --- a/etc/etc.macppc/MAKEDEV +++ b/etc/etc.macppc/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.macppc/MAKEDEV.md,v 1.28 2006/04/16 11:34:02 todd Exp +# OpenBSD: etc.macppc/MAKEDEV.md,v 1.29 2007/02/07 00:12:46 todd Exp # OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis 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 @@ -67,6 +67,7 @@ # Special purpose devices: # apm Power management device # audio* Audio devices +# bio ioctl tunnel pseudo-device # bktr* Video frame grabbers # bpf* Berkeley Packet Filter # crypto Hardware crypto access driver @@ -312,6 +313,10 @@ bktr*) M bktr$U c 75 $U 644 ;; +bio) + M bio c 80 0 600 + ;; + audio*) M sound$U c 44 $U M mixer$U c 44 $(($U+16)) @@ -497,11 +502,11 @@ ramdisk) ;; all) - R gpio0 gpio1 gpio2 ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 - R sd0 sd1 sd2 sd3 sd4 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 - R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 - R ss1 ch0 cuaa cuab ttya ttyb hotplug ptm local wscons pci0 - R pci1 pci2 pci3 iop0 iop1 uall tuner0 radio0 audio0 uk0 + R bio gpio0 gpio1 gpio2 ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 + R vnd3 sd0 sd1 sd2 sd3 sd4 cd0 cd1 rd0 tun0 tun1 tun2 tun3 + R bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 + R ss0 ss1 ch0 cuaa cuab ttya ttyb hotplug ptm local wscons + R pci0 pci1 pci2 pci3 iop0 iop1 uall tuner0 radio0 audio0 uk0 R random lkm tty00 tty01 tty02 tty03 apm crypto pf systrace R wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd ;; diff --git a/share/man/man8/man8.macppc/MAKEDEV.8 b/share/man/man8/man8.macppc/MAKEDEV.8 index 2ff0a161d3f..7d11b2b5e20 100644 --- a/share/man/man8/man8.macppc/MAKEDEV.8 +++ b/share/man/man8/man8.macppc/MAKEDEV.8 @@ -1,9 +1,9 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.31 2006/12/15 20:51:28 kettenis Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.32 2007/02/07 00:14:06 todd Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.macppc/MAKEDEV.md,v 1.28 2006/04/16 11:34:02 todd Exp +.\" OpenBSD: etc.macppc/MAKEDEV.md,v 1.29 2007/02/07 00:12:46 todd Exp .\" OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp .\" OpenBSD: MAKEDEV.man,v 1.3 2004/03/12 18:12:12 miod Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd December 15, 2006 +.Dd February 6, 2007 .Dt MAKEDEV 8 macppc .Os .Sh NAME @@ -196,6 +196,9 @@ Power management device, see .It Ar audio* Audio devices, see .Xr audio 4 . +.It Ar bio +ioctl tunnel pseudo-device, see +.Xr bio 4 . .It Ar bktr* Video frame grabbers, see .Xr bktr 4 . |