diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-21 18:34:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-21 18:34:12 +0000 |
commit | 42fa5449639575e6fffc288268e5264362006b19 (patch) | |
tree | 9a043c690f8a585e77f39d678b691d6d06dda355 /etc/etc.i386/MAKEDEV | |
parent | 1da49c074f8c61a66ca3da7719a4f46362bc8037 (diff) |
Remove uncommited garbage. I am sorry, but this was just not tested. It
crashes sh, EVEN after that possible fix. It appears to overflow the
ramdisk _before_ it dumps core. Noone was shown these changes. They were
just tossed in. This is not a development process that will work, so I
am just backing out all the changes in the last 24 hours.
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r-- | etc/etc.i386/MAKEDEV | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 80410319ded..f881a68bae1 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.7 2002/02/21 13:34:14 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.38 2002/02/21 13:41:55 todd Exp +# OpenBSD: etc.i386/MAKEDEV.md,v 1.5 2002/02/17 05:14:30 deraadt Exp +# OpenBSD: MAKEDEV.mi,v 1.36 2002/02/19 21:05:10 todd Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.124 2002/02/21 13:44:12 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.125 2002/02/21 18:34:11 deraadt Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -221,8 +221,8 @@ U=`unt $i` case $i in ramdisk) - R std bpf0 fd0 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 mcd0 random - R tty00 tty01 tty02 tty03 rd0 st0 st1 wt0 cd0 cd1 ttyC0 + R std bpf0 fd0 wd0 wd1 sd0 sd1 tty00 tty01 rd0 + R st0 cd0 ttyC0 random ;; std) @@ -486,7 +486,7 @@ wscons) ;; rd*) - dodisk2 rd $U 17 47 $U 0 + dodisk2 rd $U 17 17 $U 0 ;; vnd*) @@ -562,9 +562,9 @@ 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 ses0 bktr0 wscons pci iop0 iop1 usbs rmidi0 + R xfs0 ss0 ss1 ch0 ses0 wscons pci iop0 iop1 usbs rmidi0 R rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 - R radio0 music0 speaker audio0 wdt0 wt0 uk1 uk0 random joy0 + R radio0 music0 speaker audio0 wdt0 wt0 uk0 rndrandom 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 |