summaryrefslogtreecommitdiff
path: root/etc/etc.sparc64/MAKEDEV
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-09 17:01:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-09 17:01:42 +0000
commitd0a6f523f03c177cf0bc56febb97740b3efcecdd (patch)
tree304e3fff531d4d7ae1dff64e450e5cac8b1134d9 /etc/etc.sparc64/MAKEDEV
parent815ed051a4405acf4d28d3b4f6db151312bf2a69 (diff)
sync, and update, to make "ramdisk" target disk
Diffstat (limited to 'etc/etc.sparc64/MAKEDEV')
-rw-r--r--etc/etc.sparc64/MAKEDEV12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV
index a3929e9c219..709191b7c44 100644
--- a/etc/etc.sparc64/MAKEDEV
+++ b/etc/etc.sparc64/MAKEDEV
@@ -3,11 +3,11 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.14 2002/02/08 20:26:36 todd Exp
-# OpenBSD: MAKEDEV.mi,v 1.23 2002/02/08 20:26:36 todd Exp
+# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.15 2002/02/09 16:59:50 deraadt Exp
+# OpenBSD: MAKEDEV.mi,v 1.24 2002/02/09 16:59:50 deraadt Exp
# OpenBSD: MAKEDEV.sub,v 1.5 2002/01/23 06:02:19 todd Exp
#
-# $OpenBSD: MAKEDEV,v 1.48 2002/02/08 20:54:35 todd Exp $
+# $OpenBSD: MAKEDEV,v 1.49 2002/02/09 17:01:41 deraadt Exp $
#
# Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
# All rights reserved.
@@ -34,7 +34,7 @@
# Device "make" file. Valid arguments:
# all makes all known devices, including local devices.
# Tries to make the ``standard'' number of each type.
-# floppy devices to be put on install floppies
+# ramdisk devices to be put on install floppies
# std standard devices
# local configuration specific devices
# Tapes:
@@ -201,8 +201,8 @@ U=`unt $i`
[ "$U" ] || U=0
case $i in
-floppy)
- R std fd0 wd0 wd1 sd0 sd1
+ramdisk)
+ R std fd0 wd0 wd1 sd0 sd1 rd0
R st0 cd0 random
;;