Date: Fri, 15 Mar 2002 20:45:27 -0500 From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: <arnold@vkoppen.com>, <freebsd-questions@freebsd.org> Subject: Re: Errors when making Kernel Message-ID: <006f01c1cc8c$4135d7e0$1200a8c0@gsicomp.on.ca> References: <CBEOJMAHHPMJPGENCGJGCEIGCCAA.arnold@vkoppen.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> When I try to make my kernel using the enclosed config file, I get errors > like > /usr/src/sys/compile/MYKERNEL/../../dev/usb/umass.c(.text+0x14be):undefined > reference to 'xpt_create_path' From your kernel config: # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) ... device umass # Disks/Mass storage - Requires scbus and da Uncomment 'device scbus' and 'device da' and you should be fine. -- Matt 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?006f01c1cc8c$4135d7e0$1200a8c0>