Subject: CVS commit: src/sys/dev/sun
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 06/24/2005 06:40:05
Module Name: src
Committed By: jdc
Date: Fri Jun 24 06:40:05 UTC 2005
Modified Files:
src/sys/dev/sun: fb.c
Log Message:
Attach multiple displays as fb0, fb1, ... so that X can use multiple heads
via the /dev/fbn abstraction. Framebuffers are attached in probe order.
However, the previous semantics are kept, so that the detected or forced
console will always be fb0.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/dev/sun/fb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.