From owner-freebsd-questions Mon Jan 31 14: 3:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 268FF14F2B for ; Mon, 31 Jan 2000 14:03:27 -0800 (PST) (envelope-from jonc@logisticsoftware.co.nz) Received: from jonc.logisticsoftware.co.nz (jonc.logisticsoftware.co.nz [10.1.3.1]) by logisticsoftware.co.nz (8.9.3/8.9.3) with ESMTP id LAA23334; Tue, 1 Feb 2000 11:03:15 +1300 (NZDT) Received: (from jonc@localhost) by jonc.logisticsoftware.co.nz (8.9.3/8.9.3) id LAA14140; Tue, 1 Feb 2000 11:03:14 +1300 (NZDT) (envelope-from jonc) Date: Tue, 1 Feb 2000 11:03:14 +1300 From: Jonathan Chen To: Bill Campbell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fail at "make" stage of kernel build Message-ID: <20000201110314.E13561@jonc.logisticsoftware.co.nz> References: <3.0.6.32.20000131164329.007a0ad0@pop.mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.6.32.20000131164329.007a0ad0@pop.mindspring.com>; from littlebill@mindspring.com on Mon, Jan 31, 2000 at 04:43:29PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 31, 2000 at 04:43:29PM -0500, Bill Campbell wrote: [...] > # This controller offers a number of configuration options, too many to > # document here - see the LINT file in this directory and look up the > # dpt0 entry there for much fuller documentation on this. > controller dpt0 > > #controller adv0 at isa? port ? cam irq ? > #controller adw0 > #controller bt0 at isa? port ? cam irq ? > #controller aha0 at isa? port ? cam irq ? > > #controller scbus0 > [...] > bash-2.03# make > loading kernel > dpt_scsi.o: In function `dptexecuteccb': [...] You're compiling a DPT SCSI driver (which I suspect you don't need), and the dpt module is complaining about the lack of SCSI support. Either comment out the dpt0 entry or put in SCSI support code. Jonathan Chen ------------------------------------------------------------------------ "We laugh in the face of danger, we drop icecubes down the vest of fear" - Edmond Blackadder III To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message