Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2003 16:56:57 -0700
From:      "Luoqi Chen" <lchen@briontech.com>
To:        "Andrew Atrens" <atrens@nortelnetworks.com>
Cc:        freebsd-stable@freebsd.org
Subject:   RE: Ok, are all the panics fixed now? )
Message-ID:  <AHEKICEOIHLOGINAFIINMEELCBAA.lchen@briontech.com>
In-Reply-To: <3F4F8B31.9000302@nortelnetworks.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi All,
> 
> In a 4.9-PRERELEASE kernel, enabling PAE panics Highpoint Raid module 
> (hpt374.ko)
> 
PAE option changes the ABI between the kernel and a module, so you need
to recompile the module from source with PAE option enabled. The driver
also has to be able to handle physical memory above 4G, either the
hardware can address 64bit directly or through bounce buffers below 4G
(via the bus_dma facility).

-lq



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