diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-11-08 15:36:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-11-08 15:36:12 +0000 |
commit | 44b858d6e234fb7362b8ace3876c65009333b90a (patch) | |
tree | d92c41905de1d90fe78597fa3e6dc3abdc52c918 /sys/arch/sun3 | |
parent | 65101ef4c352ba6c69f5abac9dac3d384d991776 (diff) |
move MI definition of rd into it's MI place also fixing
attributes, allowing kernels to exist w/ rd as the only disk device.
tested on a few archs; niels@ & millert@ ok
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/conf/files.sun3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sun3/conf/files.sun3 b/sys/arch/sun3/conf/files.sun3 index e3938ded039..326d851be01 100644 --- a/sys/arch/sun3/conf/files.sun3 +++ b/sys/arch/sun3/conf/files.sun3 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sun3,v 1.12 1999/08/17 22:47:15 mickey Exp $ +# $OpenBSD: files.sun3,v 1.13 1999/11/08 15:36:11 mickey Exp $ # $NetBSD: files.sun3,v 1.26 1996/10/29 19:58:14 gwr Exp $ # @@ -178,8 +178,6 @@ file arch/sun3/dev/ms.c ms needs-flag # RAM Disk for boot tape -pseudo-device rd -file dev/ramdisk.c rd needs-flag file arch/sun3/dev/rd_root.c ramdisk_hooks # Major numbers for root/swap device configuration |