From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 19:22:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60BA11065672; Tue, 21 Oct 2008 19:22:07 +0000 (UTC) (envelope-from lists@webtent.net) Received: from tpa-hosting.webtent.net (tpa-hosting.webtent.net [208.38.145.45]) by mx1.freebsd.org (Postfix) with ESMTP id EAD3C8FC13; Tue, 21 Oct 2008 19:22:06 +0000 (UTC) (envelope-from lists@webtent.net) Received: from [72.64.244.51] (columbus.webtent.org [72.64.244.51]) by tpa-hosting.webtent.net (8.13.1/8.13.1) with ESMTP id m9LJM5dc024936; Tue, 21 Oct 2008 15:22:05 -0400 From: Robert Fitzpatrick To: John Baldwin In-Reply-To: <200810211509.53454.jhb@freebsd.org> References: <1224445801.6926.0.camel@laptop.webtent.org> <1224614122.8122.62.camel@columbus.webtent.org> <20081021184711.GA37448@icarus.home.lan> <200810211509.53454.jhb@freebsd.org> Content-Type: text/plain Organization: WebTent Networking, Inc. Date: Tue, 21 Oct 2008 15:22:28 -0400 Message-Id: <1224616948.8122.79.camel@columbus.webtent.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Cc: Jeremy Chadwick , FreeBSD Subject: Re: page fault while in kernel mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: robert@webtent.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2008 19:22:07 -0000 On Tue, 2008-10-21 at 15:09 -0400, John Baldwin wrote: > Alternatively, you could just remove the 'device adv' line from your > kernel > config rather than adding lots of 'nodevice' lines at the bottom. You > can > usually do 'man 4 ' to see what devices it supports. In > this > case, adv(4) supports mostly ancient Advansys SCSI host adapters. > The > manpage has a full list of the various model numbers, etc. Yes, that is what I thought. Right now, I am just commenting them out, now I know what people mean when they say they are running a trimmed/clean kernel. I did see one potential issue... # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) I see all of these with nodevice lines in the PAE file. Although I have USB ports, I don't use them, but I was concerned by the 'required' on the last one, is it OK to remove? Also, would I then need to disable USB in the BIOS to avoid errors? -- Robert