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/hppa | |
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/hppa')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index fc0fbdaf99a..4276fb4ee3a 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.15 1999/08/18 00:26:28 mickey Exp $ +# $OpenBSD: files.hppa,v 1.16 1999/11/08 15:36:08 mickey Exp $ # # hppa-specific configuration info @@ -107,8 +107,6 @@ major {ccd = 1} major {vnd = 2} # RAM disk -pseudo-device rd: disk -file dev/ramdisk.c rd needs-flag file arch/hppa/dev/rd_root.c ramdisk_hooks major {rd = 3} |