Subject: More 256M RAM
To: None <port-sandpoint@netbsd.org>
From: Boo Geum Jung <bgjung@etri.re.kr>
List: port-sandpoint
Date: 06/10/2002 12:53:24
I'd like to map 512M RAM.
So I added 256M mapping on BAT3.
And I changed 32, the hard-coded value to 512.
But the following error message occurred while system initialization.
====
panic: "startup: cannot allocate VM for buffers"
====
I guess PCI memory also need 512M mapping. So it should be needed to move
PCI IO mapping with hahsing, I guess. I don't know well right now.
Could you tell me what to change to map 512M RAM?

- bgjung