Back out the previous commit.
In the i386 case, options BOOTP requires options NFS_ROOT as well as options NFSCLIENT. With *both* the NFS options, a bootpc_init() prototype is brought in by nfsclient/nfsdiskless.h. In the ia64 case, it just doesn't work and my change just pushes it further away from working. Suggested to be wrong by: bde
This commit is contained in:
parent
79065dba2a
commit
920987e3c1
@ -94,7 +94,6 @@ device_t isa_bus_device = 0;
|
||||
static void configure_first(void *);
|
||||
static void configure(void *);
|
||||
static void configure_final(void *);
|
||||
extern void bootpc_init(void);
|
||||
|
||||
#if defined(NFSCLIENT) && defined(NFS_ROOT) && !defined(BOOTP_NFSROOT)
|
||||
static void pxe_setup_nfsdiskless(void);
|
||||
|
@ -94,7 +94,6 @@ device_t isa_bus_device = 0;
|
||||
static void configure_first(void *);
|
||||
static void configure(void *);
|
||||
static void configure_final(void *);
|
||||
extern void bootpc_init(void);
|
||||
|
||||
#if defined(NFSCLIENT) && defined(NFS_ROOT) && !defined(BOOTP_NFSROOT)
|
||||
static void pxe_setup_nfsdiskless(void);
|
||||
|
@ -55,7 +55,6 @@
|
||||
#include <cam/cam_debug.h>
|
||||
|
||||
static void configure(void *);
|
||||
extern void bootpc_init(void);
|
||||
SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL)
|
||||
|
||||
#ifdef DEV_ISA
|
||||
|
Loading…
Reference in New Issue
Block a user