MAXMEM ?

Hans Petter Selasky hselasky at c2i.net
Sat Sep 17 02:51:25 PDT 2005


On Saturday 17 September 2005 08:14, FUJITA Kazutoshi wrote:
> Hi,
>
> I have AMD64 -CURRENT box.
> Motherboard is ASUS A8N-E(chipset is nForce4).
> It has 4GB Memory.

This might indicate that your hardware does not support 4GB addressing. In the 
file "/sys/dev/usb/usb_mem.c", change "BUS_SPACE_MAXADDR_32BIT" into 
"BUS_SPACE_MAXADDR_32BIT/2".

>
> There is some trouble with GENERIC kernel,
> but specifying MAXMEM, such as
>
> options        MAXMEM=(2*1024*1024)
>
^^^ remove this option from your kernel config file.

Recompile kernel and see what happens. You might also want to change this in 
the other drivers in question, and see if it makes any difference.

--HPS


More information about the freebsd-current mailing list