Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Greg Troxel <gdt@netbsd.org>
List: source-changes
Date: 01/12/2007 20:34:09
Module Name:	src
Committed By:	gdt
Date:		Fri Jan 12 20:34:09 UTC 2007

Modified Files:
	src/share/man/man4: cardbus.4
	src/sys/arch/i386/i386: machdep.c rbus_machdep.c
	src/sys/arch/i386/include: rbus_machdep.h

Log Message:
Add a heuristic to set rbus_min_start based on total RAM.  The new
behavior is to choose 0.5 GB for <= 192 MB, 1 GB normally, and 2 GB
for >= 1 GB.  This should make the defaults work additionally old
Thinkpad 600Es, and also on notebooks with lots of RAM (e.g. T60 with
2GB).

ok christos@


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/share/man/man4/cardbus.4
cvs rdiff -r1.592 -r1.593 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.18 -r1.19 src/sys/arch/i386/i386/rbus_machdep.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/i386/include/rbus_machdep.h

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