From owner-freebsd-questions Wed Jan 10 10:37:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 61F9237B401 for ; Wed, 10 Jan 2001 10:36:56 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.1/8.11.1) id f0AIatj69081; Wed, 10 Jan 2001 13:36:55 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Upgrading from 4.1.1 to 4.2 References: From: Lowell Gilbert Date: 10 Jan 2001 13:36:54 -0500 In-Reply-To: smokey@adl.ussr.net's message of "10 Jan 2001 04:03:54 +0100" Message-ID: <44d7dvqmnt.fsf@lowellg.ne.mediaone.net> Lines: 21 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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