DragonFly bugs List (threaded) for 2004-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
VESA_DEBUG
Hi,
the kernel option VESA_DEBUG (see LINT) is defunct because the
definition (in opt_vesa.h) is not included. See attached patch.
Regards,
Sascha
--
http://yoyodyne.ath.cx
diff -c /sys/dev/video/i386/vesa.orig/Makefile /sys/dev/video/i386/vesa/Makefile
*** /sys/dev/video/i386/vesa.orig/Makefile Thu Oct 16 03:18:00 2003
--- /sys/dev/video/i386/vesa/Makefile Thu May 6 22:35:00 2004
***************
*** 3,9 ****
.PATH: ${.CURDIR}/../../../misc/syscons ${.CURDIR}/../../i386/isa
KMOD = vesa
! SRCS = vesa.c scvesactl.c opt_vga.h
NOMAN =
.include <bsd.kmod.mk>
--- 3,9 ----
.PATH: ${.CURDIR}/../../../misc/syscons ${.CURDIR}/../../i386/isa
KMOD = vesa
! SRCS = vesa.c scvesactl.c opt_vga.h opt_vesa.h
NOMAN =
.include <bsd.kmod.mk>
diff -c /sys/dev/video/i386/vesa.orig/vesa.c /sys/dev/video/i386/vesa/vesa.c
*** /sys/dev/video/i386/vesa.orig/vesa.c Mon Sep 8 20:36:04 2003
--- /sys/dev/video/i386/vesa/vesa.c Thu May 6 22:25:08 2004
***************
*** 28,33 ****
--- 28,34 ----
*/
#include "opt_vga.h"
+ #include "opt_vesa.h"
#ifndef VGA_NO_MODE_CHANGE
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]