|
@ -3,7 +3,7 @@ |
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
# generated from: |
|
|
# 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.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.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 |
|
|
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp |
|
@ -67,6 +67,7 @@ |
|
|
# Special purpose devices: |
|
|
# Special purpose devices: |
|
|
# apm Power management device |
|
|
# apm Power management device |
|
|
# audio* Audio devices |
|
|
# audio* Audio devices |
|
|
|
|
|
# bio ioctl tunnel pseudo-device |
|
|
# bktr* Video frame grabbers |
|
|
# bktr* Video frame grabbers |
|
|
# bpf* Berkeley Packet Filter |
|
|
# bpf* Berkeley Packet Filter |
|
|
# crypto Hardware crypto access driver |
|
|
# crypto Hardware crypto access driver |
|
@ -312,6 +313,10 @@ bktr*) |
|
|
M bktr$U c 75 $U 644 |
|
|
M bktr$U c 75 $U 644 |
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
bio) |
|
|
|
|
|
M bio c 80 0 600 |
|
|
|
|
|
;; |
|
|
|
|
|
|
|
|
audio*) |
|
|
audio*) |
|
|
M sound$U c 44 $U |
|
|
M sound$U c 44 $U |
|
|
M mixer$U c 44 $(($U+16)) |
|
|
M mixer$U c 44 $(($U+16)) |
|
@ -497,11 +502,11 @@ ramdisk) |
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
|
all) |
|
|
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 random lkm tty00 tty01 tty02 tty03 apm crypto pf systrace |
|
|
R wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd |
|
|
R wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd |
|
|
;; |
|
|
;; |
|
|