From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 11:28:32 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 4752A16A4CF for ; Thu, 12 Feb 2004 11:28:32 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE0843D1F for ; Thu, 12 Feb 2004 11:28:31 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i1CJRWH3001461; Thu, 12 Feb 2004 19:27:43 GMT (envelope-from peter@circlesquared.com) Message-ID: <402BD3A4.1080007@circlesquared.com> Date: Thu, 12 Feb 2004 19:27:32 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tadimeti Keshav References: <20040212184944.43026.qmail@web25006.mail.ukl.yahoo.com> In-Reply-To: <20040212184944.43026.qmail@web25006.mail.ukl.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org 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:28:32 -0000 Tadimeti Keshav wrote: >hi all, >I am having problems compiling my kernel. > > Your immediate problem is a common one. Your kernel config includes the line: device umass # Disks/Mass storage - Requires scbus and da But scbus and da are commented out. Uncomment them, and compile. PWR.