diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-07-25 13:11:21 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-07-25 13:11:21 +0000 |
commit | 386e12f26222a810c0e954e8c4abd5a8a73ccac5 (patch) | |
tree | 6ba8d51ad03c4f6dc702c70f2e9526d082e83444 | |
parent | 273e334afd7e774e20bbacf77bf9a0adf7ce6ba8 (diff) |
sync
-rw-r--r-- | etc/etc.macppc/MAKEDEV | 24 | ||||
-rw-r--r-- | share/man/man8/man8.macppc/MAKEDEV.8 | 11 |
2 files changed, 22 insertions, 13 deletions
diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV index ccd3202208b..f3917ec5bc2 100644 --- a/etc/etc.macppc/MAKEDEV +++ b/etc/etc.macppc/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.macppc/MAKEDEV.md,v 1.29 2007/02/07 00:12:46 todd Exp -# OpenBSD: MAKEDEV.common,v 1.33 2007/03/07 02:51:17 krw Exp +# OpenBSD: etc.macppc/MAKEDEV.md,v 1.30 2007/07/25 13:10:14 todd Exp +# OpenBSD: MAKEDEV.common,v 1.36 2007/07/23 23:21:25 todd 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 @@ # bio ioctl tunnel pseudo-device # bktr* Video frame grabbers # bpf* Berkeley Packet Filter +# bthub* Bluetooth Hubs # crypto Hardware crypto access driver # fd fd/* nodes # hotplug devices hot plugging @@ -305,6 +306,10 @@ crypto) M crypto c 47 0 ;; +bthub*) + M bthub$U c 81 $U + ;; + bpf*) M bpf$U c 22 $U 600 ;; @@ -502,13 +507,14 @@ ramdisk) ;; all) - 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 + R bthub bio gpio0 gpio1 gpio2 ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 + R vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 cd0 cd1 rd0 tun0 tun1 tun2 + R tun3 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 + R xfs0 ss0 ss1 ch0 cuaa cuab ttya ttyb hotplug ptm local + R wscons pci0 pci1 pci2 pci3 iop0 iop1 uall tuner0 radio0 + R audio0 uk0 random lkm tty00 tty01 tty02 tty03 apm crypto pf + R systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 + R fd ;; wd*|sd*|raid*|ccd*) diff --git a/share/man/man8/man8.macppc/MAKEDEV.8 b/share/man/man8/man8.macppc/MAKEDEV.8 index 66ac617a0d8..12ae570d68d 100644 --- a/share/man/man8/man8.macppc/MAKEDEV.8 +++ b/share/man/man8/man8.macppc/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.34 2007/05/28 22:41:21 todd Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.35 2007/07/25 13:11:20 todd Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.macppc/MAKEDEV.md,v 1.29 2007/02/07 00:12:46 todd Exp -.\" OpenBSD: MAKEDEV.common,v 1.35 2007/05/28 22:37:14 todd Exp +.\" OpenBSD: etc.macppc/MAKEDEV.md,v 1.30 2007/07/25 13:10:14 todd Exp +.\" OpenBSD: MAKEDEV.common,v 1.36 2007/07/23 23:21:25 todd 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 May 28, 2007 +.Dd July 25, 2007 .Dt MAKEDEV 8 macppc .Os .Sh NAME @@ -205,6 +205,9 @@ Video frame grabbers, see .It Ar bpf* Berkeley Packet Filter, see .Xr bpf 4 . +.It Ar bthub* +Bluetooth Hubs, see +.Xr bthub 4 . .It Ar crypto Hardware crypto access driver, see .Xr crypto 4 . |