Ok, are all the panics fixed now? )

Luoqi Chen lchen at briontech.com
Sat Aug 30 16:57:30 PDT 2003


> 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


More information about the freebsd-stable mailing list