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/alpha/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/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 454c60b4f80..d30dd321aed 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.29 1999/09/14 01:05:24 kstailey Exp $ +# $OpenBSD: files.alpha,v 1.30 1999/11/08 15:36:07 mickey Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -42,8 +42,6 @@ major { cd = 3 } major { sd = 8 } # RAM Disk -pseudo-device rd -file dev/ramdisk.c rd needs-flag file arch/alpha/alpha/rd_root.c ramdisk_hooks major { rd = 6 } |