On Sun, Dec 29, 2002 at 09:08:13PM +0100, Philon wrote:
> Wo ich gerade mit dem einen Problem nicht weiterkam, hab ich mich nochmal
> der Optimierung meines Kernels angenommen.
>
> Ich hab also mal IPSEC, IP6 aktiviert und das SCSI Zeugs, was hier noch nie
> in Gebrauch war deaktiviert.
>
> Nun beschwert sich das make buildkernel:
>
> scsi_low.o: In function `scsi_low_cam_rescan_callback':
> scsi_low.o(.text+0x1f8): undefined reference to `xpt_free_path'
> scsi_low.o: In function `scsi_low_rescan_bus_cam':
> scsi_low.o(.text+0x247): undefined reference to `xpt_periph'
> scsi_low.o(.text+0x251): undefined reference to `xpt_create_path'
> scsi_low.o(.text+0x265): undefined reference to `xpt_setup_ccb'
> scsi_low.o(.text+0x280): undefined reference to `xpt_action'
> scsi_low.o: In function `scsi_low_scsi_action_cam':
> scsi_low.o(.text+0x7ca): undefined reference to `xpt_done'
> scsi_low.o(.text+0x7e0): undefined reference to `xpt_done'
>
> Ich frage mich also nun warum der überhaupt noch SCSI* haben will.
Weil du scheinbar etwas vergessen hast, das jetzt auf den Rest besteht.
Die komplette Config würde einen da schlauer machen.
Da der versucht scsi_low einzubinden ist es einer dieser Treiber:
cam/scsi/scsi_low.c optional ct
cam/scsi/scsi_low.c optional ncv
cam/scsi/scsi_low.c optional nsp
cam/scsi/scsi_low.c optional stg
-- B.Walter COSMO-Project http://www.cosmo-project.de ticso(at)cicely.de Usergroup info(at)cosmo-project.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sun 29 Dec 2002 - 21:36:31 CET