diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-02-21 13:44:14 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-02-21 13:44:14 +0000 |
commit | 80e6c20c3644f8076949e3280d437d7b7d823930 (patch) | |
tree | ed7dea051a3e1d276a71273cbef0c07d821659e8 /etc | |
parent | b298b1dafaa63ae068b0b11512db21286b41bd8f (diff) |
sync
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 13 | ||||
-rw-r--r-- | etc/etc.amiga/MAKEDEV | 6 | ||||
-rw-r--r-- | etc/etc.hp300/MAKEDEV | 6 | ||||
-rw-r--r-- | etc/etc.hppa/MAKEDEV | 6 | ||||
-rw-r--r-- | etc/etc.i386/MAKEDEV | 10 | ||||
-rw-r--r-- | etc/etc.mac68k/MAKEDEV | 10 | ||||
-rw-r--r-- | etc/etc.macppc/MAKEDEV | 14 | ||||
-rw-r--r-- | etc/etc.sparc/MAKEDEV | 8 | ||||
-rw-r--r-- | etc/etc.sparc64/MAKEDEV | 6 | ||||
-rw-r--r-- | etc/etc.sun3/MAKEDEV | 6 | ||||
-rw-r--r-- | etc/etc.vax/MAKEDEV | 6 |
11 files changed, 45 insertions, 46 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 4283d97f9ee..b826e68955c 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.alpha/MAKEDEV.md,v 1.9 2002/02/21 13:03:50 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.79 2002/02/21 13:19:06 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.80 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -494,11 +494,10 @@ all) R fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H R xfs0 ss0 ss1 ch0 wscons pci iop0 iop1 usbs rmidi0 rmidi1 R rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 music0 speaker - R audio0 uk1 uk0 rndrandom lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 - R mmclock lkm tty00 tty01 tty02 tty03 ttyc0 ttyc1 ttyc2 ttyc3 - R ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 - R pf altq wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 - R fd + R audio0 uk1 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 mmclock + R lkm tty00 tty01 tty02 tty03 ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 + R ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 pf + R altq wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd ;; wd*|sd*|raid*|ccd*) diff --git a/etc/etc.amiga/MAKEDEV b/etc/etc.amiga/MAKEDEV index 8cb60b029c6..fb0c64bb499 100644 --- a/etc/etc.amiga/MAKEDEV +++ b/etc/etc.amiga/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.amiga/MAKEDEV.md,v 1.6 2002/02/21 13:04:18 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.60 2002/02/21 13:19:06 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.61 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -447,7 +447,7 @@ all) R sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 xfs0 ss0 ss1 ch0 R local kbd mouse0 mouse1 par0 grf0 grf1 grf2 grf3 grf4 grf5 - R grf6 audio0 uk1 uk0 rndrandom joy0 joy1 lpa0 lpa1 lpa2 lpt0 + R grf6 audio0 uk1 uk0 random joy0 joy1 lpa0 lpa1 lpa2 lpt0 R lpt1 lpt2 lkm ttye0 ttye1 ttye2 ttye3 ttye4 ttye5 ttye6 R tty00 tty01 tty02 tty03 ttyA0 ttyA1 pf altq fd0 fd1 fd2 fd3 R wd0 wd1 wd2 wd3 std st0 st1 fd diff --git a/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV index c2c51409330..9aa9d9377b6 100644 --- a/etc/etc.hp300/MAKEDEV +++ b/etc/etc.hp300/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.hp300/MAKEDEV.md,v 1.4 2002/02/14 13:29:20 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.46 2002/02/21 13:19:06 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.47 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -425,7 +425,7 @@ all) R st1 hil grf0 ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 R sd2 sd3 sd4 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 xfs0 local ppi0 - R apci0 rndrandom lkm pf altq std fd + R apci0 random lkm pf altq std fd ;; sd*|hd*|ccd*) diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV index 714de54074d..0fab49779b5 100644 --- a/etc/etc.hppa/MAKEDEV +++ b/etc/etc.hppa/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.hppa/MAKEDEV.md,v 1.5 2002/02/21 13:06:48 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.18 2002/02/21 13:19:06 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.19 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -351,7 +351,7 @@ all) R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 fd1 fd1B fd1C fd1D R fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H - R xfs0 ss0 ss1 ch0 uk0 rndrandom lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 + R xfs0 ss0 ss1 ch0 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 R lkm tty00 tty01 tty02 tty03 pf altq std st0 st1 fd ;; diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 34711693437..80410319ded 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -3,11 +3,11 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.i386/MAKEDEV.md,v 1.6 2002/02/21 13:08:22 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: etc.i386/MAKEDEV.md,v 1.7 2002/02/21 13:34:14 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.123 2002/02/21 13:19:06 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.124 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -486,7 +486,7 @@ wscons) ;; rd*) - dodisk2 rd $U 17 17 $U 0 + dodisk2 rd $U 17 47 $U 0 ;; vnd*) @@ -564,7 +564,7 @@ all) R fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H R xfs0 ss0 ss1 ch0 ses0 bktr0 wscons pci iop0 iop1 usbs rmidi0 R rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 - R radio0 music0 speaker audio0 wdt0 wt0 uk1 uk0 rndrandom joy0 + R radio0 music0 speaker audio0 wdt0 wt0 uk1 uk0 random joy0 R joy1 lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 R tty03 ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm R crypto pf altq pctr wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 diff --git a/etc/etc.mac68k/MAKEDEV b/etc/etc.mac68k/MAKEDEV index 344cbd9f2e1..f8d9b766fd0 100644 --- a/etc/etc.mac68k/MAKEDEV +++ b/etc/etc.mac68k/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.mac68k/MAKEDEV.md,v 1.4 2002/02/14 13:29:20 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.50 2002/02/21 13:19:06 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.51 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -353,9 +353,9 @@ fd) all) R ccd0 ccd1 ccd2 ccd3 cd0 cd1 tun0 tun1 tun2 tun3 bpf0 bpf1 R bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 xfs0 - R ss0 ss1 ch0 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 local - R grf0 grf1 grf2 grf3 adb asc0 uk1 uk0 rndrandom lkm ttye0 - R tty00 tty01 pf altq std st0 st1 fd + R ss0 ss1 ch0 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 grf0 + R grf1 grf2 grf3 local adb asc0 uk1 uk0 random lkm ttye0 tty00 + R tty01 pf altq std st0 st1 fd ;; sd*|ccd*) diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV index e4e884ecd80..82cd7552bd8 100644 --- a/etc/etc.macppc/MAKEDEV +++ b/etc/etc.macppc/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.macppc/MAKEDEV.md,v 1.4 2002/02/14 13:29:20 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.20 2002/02/21 13:19:06 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.21 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -423,8 +423,8 @@ st*) ;; ramdisk) - R bpf0 std pty0 rd0 cd0 cd1 st0 st1 wd0 wd1 wd2 wd3 wd4 sd0 - R sd1 sd2 sd3 sd4 + R bpf0 std random pty0 rd0 cd0 cd1 st0 st1 wd0 wd1 wd2 wd3 + R wd4 sd0 sd1 sd2 sd3 sd4 ;; local) @@ -441,9 +441,9 @@ all) R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 xfs0 ss0 ss1 ch0 - R local wscons pci iop0 iop1 usbs audio0 uk0 rndrandom lkm - R tty00 tty01 tty02 tty03 apm crypto pf altq wd0 wd1 wd2 wd3 - R raid0 raid1 raid2 raid3 std st0 st1 fd + R local wscons pci iop0 iop1 usbs audio0 uk0 random lkm tty00 + R tty01 tty02 tty03 apm crypto pf altq wd0 wd1 wd2 wd3 raid0 + R raid1 raid2 raid3 std st0 st1 fd ;; wd*|sd*|raid*|ccd*) diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV index b22898d63e1..eab1cf444d4 100644 --- a/etc/etc.sparc/MAKEDEV +++ b/etc/etc.sparc/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.sparc/MAKEDEV.md,v 1.9 2002/02/17 05:14:30 deraadt Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.88 2002/02/21 13:19:06 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.89 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -471,8 +471,8 @@ all) R bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 fd1 R fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E R fd0F fd0G fd0H xfs0 ss0 ss1 ch0 ses0 tcx0 cgfourteen0 - R cgeight0 cgsix0 cgfour0 cgthree0 cgtwo0 bwtwo0 audio0 uk0 - R rndrandom lkm cuaa cuab cuac cuad ttya ttyb ttyc ttyd pf + R cgeight0 cgsix0 cgfour0 cgthree0 cgtwo0 bwtwo0 audio0 uk1 + R uk0 random lkm cuaa cuab cuac cuad ttya ttyb ttyc ttyd pf R altq xd0 xd1 xd2 xd3 raid0 raid1 raid2 raid3 std st0 st1 fd ;; diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV index 7530ab9ad92..08dac005a61 100644 --- a/etc/etc.sparc64/MAKEDEV +++ b/etc/etc.sparc64/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.sparc64/MAKEDEV.md,v 1.17 2002/02/14 13:29:21 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.59 2002/02/21 13:19:07 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.60 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -549,7 +549,7 @@ all) R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 R fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D R fd0E fd0F fd0G fd0H xfs0 ss0 ss1 ch0 ses0 ccd0 ccd1 ccd2 - R ccd3 wscons pci usbs audio0 uk0 rndrandom lkm tty00 tty01 + R ccd3 wscons pci usbs audio0 uk1 uk0 random lkm tty00 tty01 R tty02 tty03 ttyh0 ttyh1 crypto pf altq wd0 wd1 wd2 wd3 raid0 R raid1 raid2 raid3 std st0 st1 fd ;; diff --git a/etc/etc.sun3/MAKEDEV b/etc/etc.sun3/MAKEDEV index 7be65996940..82ee7113d31 100644 --- a/etc/etc.sun3/MAKEDEV +++ b/etc/etc.sun3/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.sun3/MAKEDEV.md,v 1.3 2002/02/21 13:09:03 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.54 2002/02/21 13:19:07 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.55 2002/02/21 13:44:12 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -339,7 +339,7 @@ all) R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 R cd0 cd1 rd0 xy0 xy1 xy2 xy3 tun0 tun1 tun2 tun3 bpf0 bpf1 R bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 xfs0 - R ss0 ss1 local cgfour0 cgtwo0 bwtwo0 uk0 rndrandom ttya ttyb + R ss0 ss1 local cgfour0 cgtwo0 bwtwo0 uk1 uk0 random ttya ttyb R ttyc ttyd pf altq xd0 xd1 xd2 xd3 std st0 st1 fd ;; diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV index b296ea0a99a..58480656be7 100644 --- a/etc/etc.vax/MAKEDEV +++ b/etc/etc.vax/MAKEDEV @@ -4,10 +4,10 @@ # generated from: # # OpenBSD: etc.vax/MAKEDEV.md,v 1.8 2002/02/21 13:17:30 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.37 2002/02/21 13:03:00 todd Exp +# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.42 2002/02/21 13:19:07 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.43 2002/02/21 13:44:13 todd Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -507,7 +507,7 @@ local) all) R vt0 dl0 dz0 dhu0 ts0 ts1 mt0 mt1 hd0 hd1 hd2 ccd0 vnd0 sd0 R sd1 sd2 sd3 cd0 tun0 tun1 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 - R bpf7 pty0 pty1 ss0 uk0 rndrandom lkm pf altq rx0 rx1 ra0 ra1 + R bpf7 pty0 pty1 ss0 uk0 random lkm pf altq rx0 rx1 ra0 ra1 R ra2 ra3 hp0 hp1 hp2 hp3 raid0 raid1 raid2 raid3 std st0 st1 R fd ;; |