summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-04-04 17:58:21 +0000
committerbrian <brian@FreeBSD.org>2002-04-04 17:58:21 +0000
commita523de604f800e6643432429031fca0021949812 (patch)
treef8d97a5cbbe5c2f59133041b3e2b892d141f0d37 /sys/i386
parent14ae95f735978b62fd4a040a2f05a7d5c5a30712 (diff)
downloadFreeBSD-src-a523de604f800e6643432429031fca0021949812.zip
FreeBSD-src-a523de604f800e6643432429031fca0021949812.tar.gz
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
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/autoconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c
index 7273bfd..d8d7b4f 100644
--- a/sys/i386/i386/autoconf.c
+++ b/sys/i386/i386/autoconf.c
@@ -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);
OpenPOWER on IntegriCloud