From owner-freebsd-stable@FreeBSD.ORG Thu Feb 10 09:35:14 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CD0116A4CE for ; Thu, 10 Feb 2005 09:35:14 +0000 (GMT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id F130743D3F for ; Thu, 10 Feb 2005 09:35:13 +0000 (GMT) (envelope-from ivan.roth@free.fr) Received: from [81.56.33.141] (leclerc-1-81-56-33-141.fbx.proxad.net [81.56.33.141]) by postfix3-2.free.fr (Postfix) with ESMTP id C378EC244; Thu, 10 Feb 2005 10:35:10 +0100 (CET) Message-ID: <420B2AD0.7020806@free.fr> Date: Thu, 10 Feb 2005 10:35:12 +0100 From: Ivan Roth User-Agent: Mozilla Thunderbird 1.0 (X11/20050201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <420ABB5A.40908@free.fr> <20050210033407.GA10548@xor.obsecurity.org> In-Reply-To: <20050210033407.GA10548@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: compile kernel problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 09:35:14 -0000 Kris Kennaway wrote: >On Thu, Feb 10, 2005 at 02:39:38AM +0100, Ivan Roth wrote: > > >>no, I don't think so. I read carefully the handbook's section and I >>quote it: >> >> > >I said to read the comments in the GENERIC kernel, not the handbook. >e.g. if you commented out SCSI support, you probably left in the USB >mass storage device (umass), which requires SCSI and will leave your >kernel uncompilable. > >Kris > > ok. I didn't know that and should have read more carrefully :) but it doesn't matter since I realized I need the SCSI support. But for example, do I need to keep all the lines for the SCSI peripherals or can I keep just some of them. How to know if iPod need this one or this other line?