Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Apr 2003 00:09:10 -0500 (CDT)
From:      Conrad Sabatier <conrads@cox.net>
To:        John Baldwin <jhb@freebsd.org>
Cc:        current@freebsd.org
Subject:   Re: HEADS UP: fxp breakage
Message-ID:  <XFMail.20030409000910.conrads@cox.net>
In-Reply-To: <XFMail.20030408142533.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 08-Apr-2003 John Baldwin wrote:
> 
> On 08-Apr-2003 Conrad Sabatier wrote:
>> I just cvsupped today (4/8/03) and built a clean world and kernel.  The
>> only problem I'm having now is that if I try to load the acpi module,
>> the
>> kernel panics as before in bus_dmamem_alloc().  Other than that,
>> everything's fine.  My kernel config even includes options
>> DEVICE_POLLING
>> and PAE.
> 
> The acpi module will not work with a PAE kernel.  The module assumes
> physical addresses are 32-bits, but they are a different size with PAE.

Bingo!  Built a new kernel without PAE, and (as suggested by Steve Kargl)
without "options MAXMEM", and now the acpi module is loading fine.  No more
panics at startup.

It definitely pays to read these lists, doesn't it?  :-) 

-- 
Conrad Sabatier <conrads@cox.net> - "In Unix veritas"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20030409000910.conrads>