From owner-freebsd-questions@FreeBSD.ORG Sun May 11 07:54:41 2003 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 9BAFB37B401 for ; Sun, 11 May 2003 07:54:41 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0A7143FE0 for ; Sun, 11 May 2003 07:54:40 -0700 (PDT) (envelope-from mrspock@esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h4BEqrEJ078043; Sun, 11 May 2003 09:52:53 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h4BEqqPq078040; Sun, 11 May 2003 09:52:52 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sun, 11 May 2003 09:52:52 -0500 (CDT) From: Eduardo Viruena Silva To: Constantine In-Reply-To: <3EBDF1A8.8010702@rbcmail.ru> Message-ID: <20030511095018.P77658@Gina.esfm.ipn.mx> References: <3EBDF1A8.8010702@rbcmail.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Need help on removing SCSI drivers from my kernel... 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 May 2003 14:54:41 -0000 On Sun, 11 May 2003, Constantine wrote: > Hello! > > Today is my first day compiling the FreeBSD kernel, and for some not > obvious to me reason, when I am trying to remove SCSI drivers from the > kernel, the booting process terminates with some error message (Fatal > trap 12: page fault while in kernel mode). > I have attached two files, the one that does not represent any problems, > and the other that halts on start-up. > > Thank you, > Constantine. > Remove the lines: options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. included in your kernel description, compile your kernel, install it and try again.