From 2fb05ea1fc93e3eab76545eb62ae439fa04dded2 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Tue, 2 Nov 1999 19:29:20 +0000 Subject: [PATCH] Cut out some extra dead code that I missed last time around. I think this will fix the alpha kernel build now (MFS excluded). --- sys/alpha/alpha/autoconf.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c index 2f6fa130311..b09f479f6cf 100644 --- a/sys/alpha/alpha/autoconf.c +++ b/sys/alpha/alpha/autoconf.c @@ -84,6 +84,8 @@ configure_finish() { } +#if 0 + static int atoi(const char *s) { @@ -135,8 +137,6 @@ bootdev_unit(void) return atoi(bootdev_field(5)); } -#if 0 - static int bootdev_bus(void) { @@ -169,18 +169,6 @@ bootdev_ctrl_dev_type(void) #endif -void -alpha_register_pci_scsi(int bus, int slot, struct cam_sim *sim) -{ - if (!strcmp(bootdev_protocol(), "SCSI")) { - int boot_slot = bootdev_slot(); - if (((bus == boot_slot / 1000 ) - || (bus == 1 && (boot_slot < 1000))) - && slot == boot_slot % 1000) - boot_sim = sim; - } -} - /* * Determine i/o configuration for a machine. */ -- 2.45.2