From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 11:00:57 2004 Return-Path: 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 99B4916A4D0 for ; Thu, 12 Feb 2004 11:00:57 -0800 (PST) Received: from mail.fabricinteractive.com (mail.fabricinteractive.com [65.61.135.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5454C43D2F for ; Thu, 12 Feb 2004 11:00:57 -0800 (PST) (envelope-from mike@fabricinteractive.com) Received: from inspiron-xp (adsl-67-127-172-174.dsl.irvnca.pacbell.net [67.127.172.174]) (authenticated bits=0)i1CJ0VBN064557; Thu, 12 Feb 2004 11:00:46 -0800 (PST) (envelope-from mike@fabricinteractive.com) Date: Thu, 12 Feb 2004 10:59:47 -0800 From: Mike Bowie To: Tadimeti Keshav , Message-ID: In-Reply-To: <20040212184944.43026.qmail@web25006.mail.ukl.yahoo.com> Organization: . X-Mailer: GoldMine [6.50.31113] MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: re: kernel compilation problems - 5.1 (long) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 19:00:57 -0000 -- snip -- >> umass.o: In function `umass_cam_quirk_cb': >> umass.o(.text+0x23eb): undefined reference to >> `xpt_done' >> *** Error code 1 >> >> Stop in /usr/src/sys/i386/compile/CUSTOM. -- snip -- >> # SCSI peripherals >> #device & nbsp; scbus # SCSI bus (required) >> >> #device & nbsp; ch # SCSI media changers >> >> #device & nbsp; da # Direct Access (disks) -- snip -- >> device umass &n bsp; # Disks/Mass storage - Requires scbus and da IIRC, the umass device depends on the scbus, da devices... uncomments them and start the build again. HTH, Mike.