From owner-freebsd-scsi Wed Sep 9 19:49:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12942 for freebsd-scsi-outgoing; Wed, 9 Sep 1998 19:49:57 -0700 (PDT) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12937 for ; Wed, 9 Sep 1998 19:49:54 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id UAA11071; Wed, 9 Sep 1998 20:49:43 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809100249.UAA11071@panzer.plutotech.com> Subject: Re: More problems.... In-Reply-To: from Patrick Greenwell at "Sep 9, 98 06:26:18 pm" To: patrick@namesecure.com (Patrick Greenwell) Date: Wed, 9 Sep 1998 20:49:43 -0600 (MDT) Cc: freebsd-scsi@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Patrick Greenwell wrote... > > Continuing on with the instructions on installation, I created a > customized kernel config file replacing sd with da and st with sa, etc. > > When attempting to do a make all I end up with: > > cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -nostdinc -I- -I. -I../.. -I../../../include -DAHC_TAGENABLE > -DAHC_SCBPAGING_ENABLE -DCOMPAT_43 -DMSDOSFS -DFFS -DINET -DKERNEL -c > vers.c > loading kernel > cam_xpt.o: Undefined symbol `_cam_sinit' referenced from text segment > cam_xpt.o: Undefined symbol `_cam_sinit' referenced from text segment > cam_xpt.o: Undefined symbol `_cam_sinit' referenced from text segment > cam_xpt.o: Undefined symbol `_cam_sinit' referenced from text segment > cam_xpt.o: Undefined symbol `_cam_sinit' referenced from text segment > cam_periph.o: Undefined symbol `_cam_pinit' referenced from text segment > cam_periph.o: Undefined symbol `_cam_pinit' referenced from text segment > cam_periph.o: Undefined symbol `_cam_pinit' referenced from text segment > dpt_scsi.o: Undefined symbol `_scsi_alloc_bus' referenced from text > segment > dpt_scsi.o: Undefined symbol `_scsi_attachdevs' referenced from text > segment > dpt_scsi.o: Undefined symbol `_scsi_done' referenced from text segment > ioconf.o: Undefined symbol `_odinit' referenced from data segment > ioconf.o: Undefined symbol `_cdinit' referenced from data segment > *** Error code 1 > > Ideas? Rebuild and re-install config. Then re-config your kernel. Take the DPT driver out of your kernel. It isn't supported in that snapshot. If you have the OD driver in your kernel, take it out as well. AHC_TAGENABLE and AHC_SCBPAGING_ENABLE are now turned on by default in the Adaptec driver, and are not available as options, so you should take those out of your kernel. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message