From owner-freebsd-questions Sun Nov 24 13:14:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9603D37B401 for ; Sun, 24 Nov 2002 13:14:49 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 667BC43E6E for ; Sun, 24 Nov 2002 13:14:48 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b106.otenet.gr [195.167.121.234]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gAOLE3Yh000066; Sun, 24 Nov 2002 23:14:23 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id gAOLDqLP002421; Sun, 24 Nov 2002 23:13:52 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id gAOKmZfC001394; Sun, 24 Nov 2002 22:48:35 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 24 Nov 2002 22:48:35 +0200 From: Giorgos Keramidas To: Miguel Mendez Cc: casey@caseytech.com, caseman321@yahoo.com, freebsd-questions@FreeBSD.ORG Subject: Re: Kernel - Error Code 1 Message-ID: <20021124204835.GA1145@gothmog.gr> References: <20021124164250.65458.qmail@web20504.mail.yahoo.com> <20021124175219.121f940c.flynn@energyhq.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021124175219.121f940c.flynn@energyhq.homeip.net> 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 On 2002-11-24 17:52, Miguel Mendez wrote: > On Sun, 24 Nov 2002 08:42:50 -0800 (PST) > Casey Luttrull wrote: > > umass.o(.text+0x1999): undefined reference to `xpt_done' > > *** Error code 1 > > The error is caused by having umass but no scsi... > > device umass # Disks/Mass storage - Requires scbus and da > ^^^^^^^^^^^ > > umass requires the scbus and da scsi drivers, which you commented on > your kernel config. Enable them and it should work fine. Add "pass" (Pass through) to the list of required devices too. : keramida@gothmog:/home/keramida> grep scbus /usr/src/sys/conf/NOTES : device scbus #base SCSI code : # needs CAM to be present (scbus & pass) This is a relatively "hidden" dependency of umass too. I recall discussing this on IRC with someone a few days back :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message