Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/07/1999 11:04:37
Module Name: src
Committed By: thorpej
Date: Fri May 7 18:04:37 UTC 1999
Modified Files:
src/sys/arch/pmax/pmax: machdep.c
src/sys/arch/pmax/include: vmparam.h
Log Message:
Add a second memory free list, which holds the first 8M of RAM. This is
so that devices which must allocate DMA memory in this range (e.g.
PixelStamp graphics boards) have a better chance of doing so, without
an awful hack.