Date: Tue, 1 Feb 2000 11:03:14 +1300 From: Jonathan Chen <jonc@logisticsoftware.co.nz> To: Bill Campbell <littlebill@mindspring.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fail at "make" stage of kernel build Message-ID: <20000201110314.E13561@jonc.logisticsoftware.co.nz> 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 References: <3.0.6.32.20000131164329.007a0ad0@pop.mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000201110314.E13561>