Selection of network configuration method for diskless boot can be

controlled by config options now. Remove setting of nfs_boot_rfc951,
it is set by default if "option NFS_BOOT_BOOTP" is defined.
This commit is contained in:
drochner 1998-01-09 17:06:35 +00:00
parent f4ad4a7346
commit 874db3d0e0

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.28 1997/09/23 23:15:42 mjacob Exp $ */
/* $NetBSD: autoconf.c,v 1.29 1998/01/09 17:06:35 drochner Exp $ */
/*
* Copyright (c) 1992, 1993
@ -46,7 +46,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.28 1997/09/23 23:15:42 mjacob Exp $");
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.29 1998/01/09 17:06:35 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -60,13 +60,6 @@ __KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.28 1997/09/23 23:15:42 mjacob Exp $")
#include <machine/prom.h>
#include <machine/conf.h>
/*
* The Alpha console firmware network boots using the BOOTP
* protocol, so we ask the NFS code to use BOOTP as well, in
* case we have NFS root.
*/
int nfs_boot_rfc951 = 1;
struct device *booted_device;
int booted_partition;
struct bootdev_data *bootdev_data;