summaryrefslogtreecommitdiffstats
path: root/sys/ia64
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/ia64
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/ia64')
-rw-r--r--sys/ia64/ia64/autoconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/ia64/autoconf.c b/sys/ia64/ia64/autoconf.c
index ccca247..c112d99 100644
--- a/sys/ia64/ia64/autoconf.c
+++ b/sys/ia64/ia64/autoconf.c
@@ -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
OpenPOWER on IntegriCloud