From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 20:25:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8A5AE16A41F for ; Tue, 30 Aug 2005 20:25:43 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DAD643D49 for ; Tue, 30 Aug 2005 20:25:42 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 15326 invoked by uid 510); 30 Aug 2005 21:26:02 +0100 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.86.2/1032. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-4.4/5.0):. Processed in 1.102223 secs); 30 Aug 2005 20:26:02 -0000 X-Spam-Status: No, hits=-4.4 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-4.4/5.0):. Processed in 1.102223 secs Process 15319) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 30 Aug 2005 21:26:01 +0100 From: Robert Slade To: Efren Bravo In-Reply-To: References: Content-Type: text/plain Message-Id: <1125433561.14752.6.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Tue, 30 Aug 2005 21:26:01 +0100 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: compiling kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 20:25:43 -0000 On Tue, 2005-08-30 at 22:14, Efren Bravo wrote: > Hi, > > Trying to compile the kernel I found this problem: > > My PC has not ISA slot and I want to disable it from > /sys/i386/conf/MYKERNEL but on /boot/device.hints I found some devices > pointing to isa. > > Can I remove those devices declarations? Because for example my pc > doesn't have SCSI but what can I do with ata, fdc, ppc, sio, vga, psm and > atkbdc devices? Can I also remove them? > > Thanks a lot... > Efren, See the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html In particular it says to not remove isa support even if you have no isa. Rob