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/conf/files | |
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/conf/files')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 22eaf34a850..3c5a807a969 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.133 1999/10/29 05:23:47 angelos Exp $ +# $OpenBSD: files,v 1.134 1999/11/08 15:36:01 mickey Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -169,6 +169,8 @@ file dev/usb/ohci.c ohci needs-flag pseudo-device vnd: disk pseudo-device ccd: disk pseudo-device raid: disk +pseudo-device rd: disk +file dev/ramdisk.c rd needs-flag pseudo-device pty: tty pseudo-device tb: tty |