VESA_DEBUG

Sascha Wildner saw at online.de
Thu May 6 14:07:58 PDT 2004


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
  




More information about the Bugs mailing list