More 256M RAM

"Boo Geum Jung" <[email protected]> Mon, 10 Jun 2002 12:53:24 +0900
Newsgroups gmane.os.netbsd.ports.sandpoint
Message-ID <002001c21032$5ee57360$3cabfe81@bgjung13>
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