From: "Michael K. Smith" <[EMAIL PROTECTED]>
> <snip>
> > scsi_low.o: In function `scsi_low_cam_rescan_callback':
> > scsi_low.o(.text+0x1e7): undefined reference to `xpt_free_path'
> > scsi_low.o: In function `scsi_low_rescan_bus_cam':
> > scsi_low.o(.text+0x233): undefined reference to `xpt_periph'
> > scsi_low.o(.text+0x23c): undefined reference to `xpt_create_path'
> > scsi_low.o(.text+0x24f): undefined reference to `xpt_setup_ccb'
> > scsi_low.o(.text+0x26a): undefined reference to `xpt_action'
> > *** Error code 1
> >
> 
> It would appear you have removed critical entries to the SCSI subsystem in
> your kernel.  If the kernel you included was the total output of your
> options, then you are definitely missing something from the SCSI config.

Jezz, you guys are fast at responding. :) Thank you, I hope to help out
in the future once I learn some more.

I obviously missed a few notes in the handbook, because I do not have
any SCSI, RAID, USB, or PCMCIA hardware in the system, so
I thought I would just remove all that stuff. :D Scary eh? :)

I am just playing around with custom kernels, nothing production.

> Maybe this perhaps:
> 
> # SCSI peripherals
> device          scbus           # SCSI bus (required)

I will add that in and give it go.

Regards,

Danny

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to