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/mvme68k/conf | |
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/mvme68k/conf')
-rw-r--r-- | sys/arch/mvme68k/conf/files.mvme68k | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/conf/files.mvme68k b/sys/arch/mvme68k/conf/files.mvme68k index 47a586e084b..34b3f060e22 100644 --- a/sys/arch/mvme68k/conf/files.mvme68k +++ b/sys/arch/mvme68k/conf/files.mvme68k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mvme68k,v 1.10 1999/08/17 22:47:14 mickey Exp $ +# $OpenBSD: files.mvme68k,v 1.11 1999/11/08 15:36:09 mickey Exp $ # config file for mvme68k @@ -88,8 +88,6 @@ attach lptwo at pcctwo file arch/mvme68k/dev/lptwo.c lptwo needs-count # RAM disk for boot tape -pseudo-device rd -file dev/ramdisk.c rd needs-flag file arch/mvme68k/dev/rd_root.c ramdisk_hooks device vme { } |