From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 14:59:34 2003 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 7B63F37B401 for ; Fri, 8 Aug 2003 14:59:34 -0700 (PDT) Received: from repulse.cnchost.com (repulse.concentric.net [207.155.248.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0988643FBF for ; Fri, 8 Aug 2003 14:59:34 -0700 (PDT) (envelope-from mwoodson@sricrm.com) Received: from squelcher.redlands (bdsl.66.14.215.39.gte.net [66.14.215.39]) by repulse.cnchost.com id RAA05570; Fri, 8 Aug 2003 17:59:32 -0400 (EDT) [ConcentricHost SMTP Relay 1.15] Errors-To: From: Mark Woodson Organization: Statistical Research, Inc. To: mess-mate , freebsd-questions@freebsd.org Date: Fri, 8 Aug 2003 14:59:46 -0700 User-Agent: KMail/1.5.3 References: <20030808161015.40b0622c.messmate@tiscali.fr> <200308080949.08647.kstewart@owt.com> <20030808214749.743abfd6.messmate@tiscali.fr> In-Reply-To: <20030808214749.743abfd6.messmate@tiscali.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308081459.46640.mwoodson@sricrm.com> Subject: Re: kernel-building error 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: Fri, 08 Aug 2003 21:59:34 -0000 On Friday 08 August 2003 12:47 pm, mess-mate wrote: > |> umass.o: In function `umass_cam_quirk_cb': > |> umass.o(.text+0x21bb): undefined reference to `xpt_done' > |> *** Error code 1 > |> > |> Thanks for your help. > |> mess-mate > > Thanks for your help. > Problem semi-solved. Disabled 'umass' in the kernel and all > goes well. > I don't know whar the requirements are for 'umass', what's > this beast ?? umass is USB mass storage (a usb hard drive). The requirements for umass are: scbus and da (scsi bus and scsi direct access) as the line states in the kernel config file device umass # Disks/Mass storage - Requires scbus and da The requirements for a device or option are listed in the config file. generally. -Mark