Date: Sun, 11 May 2003 09:52:52 -0500 (CDT) From: Eduardo Viruena Silva <mrspock@esfm.ipn.mx> To: Constantine <cnst@rbcmail.ru> Cc: freebsd-questions@freebsd.org Subject: Re: Need help on removing SCSI drivers from my kernel... Message-ID: <20030511095018.P77658@Gina.esfm.ipn.mx> In-Reply-To: <3EBDF1A8.8010702@rbcmail.ru> References: <3EBDF1A8.8010702@rbcmail.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030511095018.P77658>
