Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 05/28/2006 08:57:53
Module Name:	src
Committed By:	martin
Date:		Sun May 28 08:57:53 UTC 2006

Modified Files:
	src/sys/conf: files
	src/sys/dev/pci: files.pci
	src/sys/dev/sun: files.sun

Log Message:
Move definition of the 'fb' attribute to global scope and make machfb@pci
require it. On most archs this does not change anything, but on sparc{,64}
it allows linking of kernels that have machfb as the only framebuffer.
Solution suggested by Quentin.


To generate a diff of this commit:
cvs rdiff -r1.776 -r1.777 src/sys/conf/files
cvs rdiff -r1.254 -r1.255 src/sys/dev/pci/files.pci
cvs rdiff -r1.10 -r1.11 src/sys/dev/sun/files.sun

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