From owner-freebsd-questions Fri Mar 15 17:45:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id BAC7D37B402 for ; Fri, 15 Mar 2002 17:45:31 -0800 (PST) Received: from xena.gsicomp.on.ca ([65.95.178.46]) by tomts19-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020316014531.KTYX9056.tomts19-srv.bellnexxia.net@xena.gsicomp.on.ca>; Fri, 15 Mar 2002 20:45:31 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.1) with SMTP id g2G1Y0K35273; Fri, 15 Mar 2002 20:34:01 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <006f01c1cc8c$4135d7e0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , References: Subject: Re: Errors when making Kernel Date: Fri, 15 Mar 2002 20:45:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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