diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-03-15 09:16:20 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-03-15 09:16:20 +0000 |
commit | 1d88c58df02f99d30f97171c97e8fdb71f64ef4a (patch) | |
tree | 523b2a49c084fd87aad7fb93d69786c034922802 /etc/etc.amd64/MAKEDEV | |
parent | 49aac2bac6f6269f9e44cf55dc4de415e2a24efc (diff) |
regen after sequencer removal
Diffstat (limited to 'etc/etc.amd64/MAKEDEV')
-rw-r--r-- | etc/etc.amd64/MAKEDEV | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV index 431c69fc8d7..1b797e6f7d0 100644 --- a/etc/etc.amd64/MAKEDEV +++ b/etc/etc.amd64/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.amd64/MAKEDEV.md,v 1.48 2012/08/23 06:15:28 deraadt Exp -# OpenBSD: MAKEDEV.common,v 1.60 2012/08/23 06:15:28 deraadt Exp +# OpenBSD: etc.amd64/MAKEDEV.md,v 1.49 2013/03/15 09:10:52 ratchov Exp +# OpenBSD: MAKEDEV.common,v 1.62 2013/03/15 09:10:52 ratchov Exp # OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -82,7 +82,6 @@ # hotplug devices hot plugging # iop* I2O controller devices # lkm Loadable kernel modules interface -# music* MIDI sequencer # nvram NVRAM access # pci* PCI bus devices # pctr* PC Performance Tuning Register access device @@ -316,13 +315,6 @@ nvram) M nvram c 85 0 440 kmem ;; -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" - ;; - lkm) M lkm c 28 0 640 _lkm ;; @@ -588,10 +580,10 @@ all) R diskmap vscsi0 ch0 audio0 audio1 audio2 pppx hotplug ptm R gpr0 local wscons pci0 pci1 pci2 pci3 iop0 iop1 uall rmidi0 R rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 - R radio0 music0 speaker video0 video1 uk0 random lpa0 lpa1 - R lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 ttyc1 - R ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm crypto pf pctr - R systrace wd0 wd1 wd2 wd3 std st0 st1 fd + R radio0 speaker video0 video1 uk0 random lpa0 lpa1 lpa2 lpt0 + R lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 ttyc1 ttyc2 + R ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm crypto pf pctr systrace + R wd0 wd1 wd2 wd3 std st0 st1 fd ;; wd*|sd*) |