aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-10 17:12:45 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-10 17:12:45 +0000
commit7f2d5fc4f231379ae620b80f023212eff8fd98a7 (patch)
tree0eed548eb261b009dd5e93e70b614709de502b43 /sys/alpha
parent8b2970bbe602d9d5d3d044789658114080d4da76 (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/autoconf.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c
index 9e3b12e59ddd..6772b750ab22 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.21 1999/05/10 16:04:52 peter Exp $
+ * $Id: autoconf.c,v 1.22 1999/05/10 16:36:38 peter Exp $
*/
#include "opt_bootp.h"
@@ -58,6 +58,10 @@
#include <cam/cam_xpt_sim.h>
#include <cam/cam_debug.h>
+#ifdef MFS_ROOT
+#include <ufs/mfs/mfs_extern.h>
+#endif
+
static void configure __P((void *));
SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL)
@@ -65,10 +69,6 @@ static void configure_finish __P((void));
static void configure_start __P((void));
static int setdumpdev __P((dev_t dev));
-#ifdef MFS_ROOT
-extern u_char *mfs_getimage __P((void));
-#endif
-
device_t isa_bus_device = 0;
struct cam_sim *boot_sim = 0;
extern int nfs_diskless_valid;
@@ -86,8 +86,6 @@ configure_finish()
{
}
-extern void pci_configure(void);
-
static int
atoi(const char *s)
{
@@ -198,8 +196,6 @@ configure(void *dummy)
if((hwrpb->rpb_type != ST_DEC_3000_300) &&
(hwrpb->rpb_type != ST_DEC_3000_500)){
- /* pci_configure(); */
-
/*
* Probe ISA devices after everything.
*/