Skip site navigation (1)Skip section navigation (2)
Date:      10 Jan 2001 13:36:54 -0500
From:      Lowell Gilbert <lowell@world.std.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Upgrading from 4.1.1 to 4.2
Message-ID:  <44d7dvqmnt.fsf@lowellg.ne.mediaone.net>
In-Reply-To: smokey@adl.ussr.net's message of "10 Jan 2001 04:03:54 %2B0100"
References:  <MPBBLJLABKFCLAHJNBNGKELEIBAA.smokey@adl.ussr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
smokey@adl.ussr.net (James) writes:

> advansys.o: In function `adv_action':
> advansys.o(.text+0x258): undefined reference to `xpt_freeze_simq'
> advansys.o(.text+0x542): undefined reference to `xpt_done'
> advansys.o(.text+0x584): undefined reference to `xpt_done'

You disabled SCSI support, but you didn't remove all of the SCSI
controllers.  

Yank the following lines as well:
 device		adv0	at isa?
 device		adw
 device		bt0	at isa?
 device		aha0	at isa?
 device		aic0	at isa?


If you start working from the GENERIC kernel, and that builds but you
modified one doesn't, it really shouldn't be difficult to narrow it
down to which of your changes broke the build.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44d7dvqmnt.fsf>