From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 20:21:42 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 72CB716A41F for ; Tue, 30 Aug 2005 20:21:42 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF1243D46 for ; Tue, 30 Aug 2005 20:21:41 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9942 helo=mail.aseed.antenna.nl) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EACc0-0009hS-4e; Tue, 30 Aug 2005 20:21:40 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id E07E0154297; Tue, 30 Aug 2005 22:31:28 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 0F4275912A3; Tue, 30 Aug 2005 22:21:05 +0200 (CEST) Date: Tue, 30 Aug 2005 22:21:36 +0200 From: "albi@scii.nl" To: "Efren Bravo" Message-Id: <20050830222136.67f61312.albi@scii.nl> In-Reply-To: References: X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.4; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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:21:42 -0000 On Tue, 30 Aug 2005 16:14:25 -0500 "Efren Bravo" wrote: > 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. from GENERIC # Bus support. Do not remove isa, even if you have no isa slots device isa device eisa device pci normally i only comment out eisa > 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? no scsi ? yes, i think you can remove all scsi-card lines, but some scsi-device lines might be needed for burning cdroms and dvds, R.T. Fine M. see the handbook about burning cd/dvd if you need that