From owner-freebsd-questions@FreeBSD.ORG Sun Jul 11 07:25:43 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 3CCB216A4D1 for ; Sun, 11 Jul 2004 07:25:43 +0000 (GMT) Received: from drifthost.com (drifthost.com [66.90.65.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1011D43D48 for ; Sun, 11 Jul 2004 07:25:43 +0000 (GMT) (envelope-from steve@drifthost.com) Received: from Steve (dsl-203-142-133-217.syd.directcorp.net.au [203.142.133.217]) by drifthost.com (Postfix) with ESMTP id 27566FE9A for ; Sun, 11 Jul 2004 17:22:38 +1000 (EST) From: "Steven Adams" To: Date: Sun, 11 Jul 2004 17:25:40 +1000 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Thread-Index: AcRnGETiYUYTFgipTrG27jyt5bDdCg== Message-Id: <20040711072238.27566FE9A@drifthost.com> Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD Kernel Recompile, Does not exclude modules 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: Sun, 11 Jul 2004 07:25:43 -0000 Hey, Reading from the FreeBSD Handbook I have compiled a new kernel that works fine. In my config file I commented out a few things I don't need eg USB etc. But for some reason when it booted back up into the new kernel, from ps aux it shows usb is up and running.. /boot/kernel shows that usb.ko is there. I don't understand why its included which I commented it out Am I doing something wrong? Thanks Steve