diff options
| author | martin <martin@NetBSD.org> | 2006-05-28 08:57:53 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2006-05-28 08:57:53 +0000 |
| commit | b59e36a0737d075aa5399d38facd6e51ebf91654 (patch) | |
| tree | 59787a27121064cd88d2812770f9b8bd58bbeb16 /sys/dev/sun | |
| parent | 07ddfaead37bb07fd373577c11395af944d2e349 (diff) | |
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.
Diffstat (limited to 'sys/dev/sun')
| -rw-r--r-- | sys/dev/sun/files.sun | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sun/files.sun b/sys/dev/sun/files.sun index d00269e869c..8e029752517 100644 --- a/sys/dev/sun/files.sun +++ b/sys/dev/sun/files.sun @@ -1,4 +1,4 @@ -# $NetBSD: files.sun,v 1.10 2005/12/11 12:23:56 christos Exp $ +# $NetBSD: files.sun,v 1.11 2006/05/28 08:57:53 martin Exp $ # # Configuration file for devices found on Sun machines. # @@ -64,7 +64,7 @@ define bt_dac file dev/sun/bt_subr.c bt_dac # Include /dev/fb driver only if a framebuffer card is included -define fb +# The attribute "fb" is already defined in src/sys/conf/files file dev/sun/fb.c fb needs-flag # pfour `add-on'; used by several drivers |
