summaryrefslogtreecommitdiff
path: root/etc/etc.mac68k/MAKEDEV
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-01-23 07:54:43 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-01-23 07:54:43 +0000
commitb64d87f66a09aed36c47403aac6b723382198140 (patch)
tree35ea5d226d115dc58dc472740b259500afd9e9ad /etc/etc.mac68k/MAKEDEV
parentd364ee6793826e5238f456764a800fb852da2261 (diff)
sync
Diffstat (limited to 'etc/etc.mac68k/MAKEDEV')
-rw-r--r--etc/etc.mac68k/MAKEDEV15
1 files changed, 6 insertions, 9 deletions
diff --git a/etc/etc.mac68k/MAKEDEV b/etc/etc.mac68k/MAKEDEV
index ef57429c0fa..56cea9cb6b5 100644
--- a/etc/etc.mac68k/MAKEDEV
+++ b/etc/etc.mac68k/MAKEDEV
@@ -4,10 +4,10 @@
# generated from:
#
# OpenBSD: etc.mac68k/MAKEDEV.md,v 1.1 2002/01/08 03:14:50 todd Exp
-# OpenBSD: MAKEDEV.mi,v 1.18 2002/01/23 06:10:35 todd Exp
+# OpenBSD: MAKEDEV.mi,v 1.20 2002/01/23 06:43:53 todd Exp
# OpenBSD: MAKEDEV.sub,v 1.5 2002/01/23 06:02:19 todd Exp
#
-# $OpenBSD: MAKEDEV,v 1.38 2002/01/23 06:21:20 todd Exp $
+# $OpenBSD: MAKEDEV,v 1.39 2002/01/23 07:54:41 todd Exp $
#
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
# All rights reserved.
@@ -171,13 +171,6 @@ U=`unt $i`
[ "$U" ] || U=0
case $i in
-ramdisk)
- R std
- R sd0 sd1 sd2 sd3 st0 st1 cd0 cd1
- R adb asc0 grf0 grf1 ttye0
- R tty00 tty01 pty0
- ;;
-
std)
M console c 0 0 600
M tty c 1 0
@@ -344,6 +337,10 @@ st*)
done
;;
+ramdisk)
+ R bpf0 std pty0 tty00 tty01 asc0 adb st0 st1 sd0 sd1 sd2 sd3
+ ;;
+
local)
test -s $T.local && sh $T.local
;;