summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-06 01:43:59 +0000
committerjhb <jhb@FreeBSD.org>2000-10-06 01:43:59 +0000
commitd23b63a6a0f2e31272d654a135d2e8f8c6d8aba3 (patch)
tree98f45477d85aacabc37e38302bf9049a54540b34 /sys/modules/vesa
parent27c334b71b655edff8dedc7ea4a00ed861740994 (diff)
downloadFreeBSD-src-d23b63a6a0f2e31272d654a135d2e8f8c6d8aba3.zip
FreeBSD-src-d23b63a6a0f2e31272d654a135d2e8f8c6d8aba3.tar.gz
- Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actually
propagated from the kernel config file to the source. - Add some more debug messages to list each mode that is rejected or found.
Diffstat (limited to 'sys/modules/vesa')
-rw-r--r--sys/modules/vesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile
index e2da541..3270dbc 100644
--- a/sys/modules/vesa/Makefile
+++ b/sys/modules/vesa/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
KMOD = vesa
-SRCS = vesa.c scvesactl.c opt_vga.h
+SRCS = vesa.c scvesactl.c opt_vga.h opt_vesa.h
NOMAN =
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud