Browse Source

sync

OPENBSD_5_0
todd 13 years ago
parent
commit
26db8326fd
1 changed files with 21 additions and 7 deletions
  1. +21
    -7
      src/etc/etc.macppc/MAKEDEV

+ 21
- 7
src/etc/etc.macppc/MAKEDEV View File

@ -3,9 +3,9 @@
# 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.45 2010/09/30 15:27:54 claudio Exp
# OpenBSD: MAKEDEV.common,v 1.53 2010/09/30 15:27:54 claudio Exp
# OpenBSD: MAKEDEV.mi,v 1.79 2009/01/25 17:30:48 miod Exp
# OpenBSD: etc.macppc/MAKEDEV.md,v 1.46 2011/04/19 23:07:55 todd Exp
# OpenBSD: MAKEDEV.common,v 1.54 2011/04/18 16:52:10 thib Exp
# OpenBSD: MAKEDEV.mi,v 1.80 2011/04/18 16:52:10 thib 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
# #
# #
@ -84,6 +84,8 @@
# pppx* PPP Multiplexer # pppx* PPP Multiplexer
# radio* FM tuner devices # radio* FM tuner devices
# *random In-kernel random data source # *random In-kernel random data source
# rmidi* Raw MIDI devices
# music* MIDI sequencer
# systrace* System call tracing device # systrace* System call tracing device
# tun* Network tunnel driver # tun* Network tunnel driver
# tuner* Tuner devices # tuner* Tuner devices
@ -257,6 +259,17 @@ systrace)
M systrace c 50 0 644 M systrace c 50 0 644
;; ;;
music*)
M music$U c 53 $U
M sequencer$U c 53 $(($U+128))
MKlist[${#MKlist[*]}]=";[ -e music ] || ln -s music$U music"
MKlist[${#MKlist[*]}]=";[ -e sequencer ] || ln -s sequencer$U sequencer"
;;
rmidi*)
M rmidi$U c 52 $U 666
;;
*random) *random)
n=0 n=0
for pre in " " s u a for pre in " " s u a
@ -524,10 +537,11 @@ all)
R sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4
R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 diskmap vscsi0 nnpfs0 ch0 cuaa R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 diskmap vscsi0 nnpfs0 ch0 cuaa
R cuab ttya ttyb hotplug ptm local wscons pci0 pci1 pci2 pci3 R cuab ttya ttyb hotplug ptm local wscons pci0 pci1 pci2 pci3
R iop0 iop1 uall tuner0 radio0 video0 video1 audio0 audio1
R audio2 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
R iop0 iop1 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5
R rmidi6 rmidi7 tuner0 radio0 music0 video0 video1 audio0
R audio1 audio2 uk0 random lkm tty00 tty01 tty02 tty03 apm
R crypto pf systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3
R std st0 st1 fd
;; ;;
wd*|sd*|raid*|ccd*) wd*|sd*|raid*|ccd*)


Loading…
Cancel
Save