From 51f40921d6e3655fa85fa5fe5ceb9b5c787d3d5c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 10 May 1999 02:56:38 +0000 Subject: Apparently we need to define rootdev and dumpdev here now. This is (obviously) not finished yet. --- sys/alpha/alpha/autoconf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c index ec6de841bb6c..b78ff7f49ba7 100644 --- a/sys/alpha/alpha/autoconf.c +++ b/sys/alpha/alpha/autoconf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: autoconf.c,v 1.18 1999/05/07 17:48:44 mjacob Exp $ + * $Id: autoconf.c,v 1.19 1999/05/08 06:37:50 phk Exp $ */ #include "opt_bootp.h" @@ -69,6 +69,8 @@ device_t isa_bus_device = 0; struct cam_sim *boot_sim = 0; extern int nfs_diskless_valid; +dev_t rootdev = NODEV; +dev_t dumpdev = NODEV; static void configure_start() -- cgit v1.3