Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/18/2001 00:52:00
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Apr 17 21:52:00 UTC 2001

Modified Files:
	syssrc/sys/arch/alpha/pci: irongate_bus_mem.c

Log Message:
- Get rid of the prot bits in the mem_clusters[] array when
  reserving RAM in the bus_mem extent map.  Problem pointed
  out by Artur Grabowski.
- Work around a slightly annoying bit of behavior exhibited by
  the UP1000 firmware.  The UP1000 firmware reports the space
  consumed by the "ISA hole" in the same MDDT entry as two
  chunks of RAM (on either side of the hole) used by the PALcode,
  all as one "reserved for PALcode" chunk.  We must take this
  into account when reserving RAM in the bus_mem extent map.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/alpha/pci/irongate_bus_mem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.