From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 15:23:14 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 5BB1B37B401 for ; Fri, 8 Aug 2003 15:23:14 -0700 (PDT) Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC88F43FE0 for ; Fri, 8 Aug 2003 15:23:13 -0700 (PDT) (envelope-from messmate@tiscali.fr) Received: from eric.placeverte.home (213.36.124.59) by mail.libertysurf.net (6.5.026) id 3F25197000239548 for freebsd-questions@freebsd.org; Sat, 9 Aug 2003 00:23:13 +0200 Date: Fri, 8 Aug 2003 22:24:08 +0200 From: mess-mate To: freebsd-questions@freebsd.org Message-Id: <20030808222408.6bee7ee6.messmate@tiscali.fr> In-Reply-To: <200308081459.46640.mwoodson@sricrm.com> References: <20030808161015.40b0622c.messmate@tiscali.fr> <200308080949.08647.kstewart@owt.com> <20030808214749.743abfd6.messmate@tiscali.fr> <200308081459.46640.mwoodson@sricrm.com> X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 22:23:14 -0000 Thanks Marc. Next time I'll read the config file better. A+ mess-mate On Fri, 8 Aug 2003 14:59:46 -0700 Mark Woodson wrote: |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 | |_______________________________________________ |freebsd-questions@freebsd.org mailing list |http://lists.freebsd.org/mailman/listinfo/freebsd-questions |To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"