diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-07-03 04:08:12 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-07-03 04:08:12 +0000 |
commit | b807449d5e777ef00e97c422ecd5f542796d5207 (patch) | |
tree | f28217beefb8ce21c79feed8aeb5acdabc8f3b8c /etc/etc.amd64/MAKEDEV | |
parent | ef028b2fac50f29ad9db7a6e59de228a1c13ea76 (diff) |
Regen.
Diffstat (limited to 'etc/etc.amd64/MAKEDEV')
-rw-r--r-- | etc/etc.amd64/MAKEDEV | 33 |
1 files changed, 12 insertions, 21 deletions
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV index 5632bdd0975..ab6d0d4ac91 100644 --- a/etc/etc.amd64/MAKEDEV +++ b/etc/etc.amd64/MAKEDEV @@ -3,10 +3,10 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.amd64/MAKEDEV.md,v 1.40 2010/06/26 23:49:50 jsing Exp -# OpenBSD: MAKEDEV.common,v 1.47 2010/06/09 16:10:24 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.78 2008/06/14 23:09:05 todd Exp -# OpenBSD: MAKEDEV.sub,v 1.13 2005/01/28 18:51:38 danh Exp +# OpenBSD: etc.amd64/MAKEDEV.md,v 1.41 2010/07/03 03:59:15 krw Exp +# OpenBSD: MAKEDEV.common,v 1.48 2010/06/14 14:07:49 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.79 2009/01/25 17:30:48 miod Exp +# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # # # Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -92,7 +92,6 @@ # rmidi* Raw MIDI devices # *random In-kernel random data source # speaker PC speaker -# ss* SCSI scanners # systrace* System call tracing device # tun* Network tunnel driver # tuner* Tuner devices @@ -284,14 +283,6 @@ systrace) M systrace c 78 0 644 ;; -ss*) - M ss$U c 19 $(($U*16)) 640 operator - M nss$U c 19 $(($(($U*16))+1)) 640 operator - M enss$U c 19 $(($(($U*16))+3)) 640 operator - RMlist[${#RMlist[*]}]="scan$U" - MKlist[${#MKlist[*]}]=";umask 77;ln -s ss$U scan$U" - ;; - speaker) M speaker c 27 0 600 ;; @@ -596,14 +587,14 @@ all) R sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 R bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 bio pty0 R fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D - R fd0E fd0F fd0G fd0H diskmap vscsi0 nnpfs0 ss0 ss1 ch0 - R hotplug ptm gpr0 local wscons pci0 pci1 pci2 pci3 iop0 iop1 - R uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 - R tuner0 radio0 music0 speaker video0 audio0 audio1 audio2 uk0 - R random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 - R tty03 ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm - R crypto pf pctr systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 - R raid3 std st0 st1 fd + R fd0E fd0F fd0G fd0H diskmap vscsi0 nnpfs0 ch0 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 audio0 audio1 audio2 uk0 random + R lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 + R ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm crypto + R pf pctr systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std + R st0 st1 fd ;; wd*|sd*|raid*|ccd*) |