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/pmax/conf/files.pmax | |
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/pmax/conf/files.pmax')
-rw-r--r-- | sys/arch/pmax/conf/files.pmax | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/pmax/conf/files.pmax b/sys/arch/pmax/conf/files.pmax index e424821c1c3..219bbe47d6b 100644 --- a/sys/arch/pmax/conf/files.pmax +++ b/sys/arch/pmax/conf/files.pmax @@ -65,8 +65,6 @@ major { tz = 10 } major { rz = 21 } # RAM Disk for install floppy -pseudo-device rd -file dev/ramdisk.c rd needs-flag file arch/pmax/pmax/rd_root.c ramdisk_hooks major { rd = 25 } |