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/mac68k/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/mac68k/conf')
-rw-r--r-- | sys/arch/mac68k/conf/files.mac68k | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/files.mac68k b/sys/arch/mac68k/conf/files.mac68k index ebd5773be67..cfcc0094a1d 100644 --- a/sys/arch/mac68k/conf/files.mac68k +++ b/sys/arch/mac68k/conf/files.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mac68k,v 1.19 1998/05/08 22:17:04 gene Exp $ +# $OpenBSD: files.mac68k,v 1.20 1999/11/08 15:36:08 mickey Exp $ # $NetBSD: files.mac68k,v 1.61 1997/03/01 20:22:16 scottr Exp $ # mac68k-specific configuration info @@ -129,8 +129,6 @@ file dev/cons.c file dev/cninit.c # 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 {sd = 4} |