--- src/sys/i386/conf/Attic/LINT 2005/12/21 16:37:15 1.68 +++ src/sys/i386/conf/Attic/LINT 2006/02/19 09:16:26 1.69 @@ -1135,6 +1135,8 @@ device vga0 at isa? # some systems. options VGA_ALT_SEQACCESS +options VGA_DEBUG=2 # enable VGA debug output + # If you can dispense with some vga driver features, you may want to # use the following options to save some memory. options VGA_NO_FONT_LOADING # don't save/load font @@ -1148,7 +1150,8 @@ options VGA_WIDTH90 # support 90 colum # To include support for VESA video modes options VESA - +options VESA_DEBUG=2 # enable VESA debug output + # Splash screen at start up! Screen savers require this too. pseudo-device splash @@ -1156,6 +1159,7 @@ pseudo-device splash device sc0 at isa? options MAXCONS=16 # number of virtual consoles options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode +options SC_DEBUG_LEVEL=5 # enable debug output options SC_DFLT_FONT # compile font in makeoptions SC_DFLT_FONT=cp850 options SC_DISABLE_DDBKEY # disable `debug' key @@ -2681,8 +2685,6 @@ options SCSI_NCR_DEBUG options SCSI_NCR_MAX_SYNC=10000 options SCSI_NCR_MAX_WIDE=1 options SCSI_NCR_MYADDR=7 -options SC_DEBUG_LEVEL -options SC_RENDER_DEBUG options SHOW_BUSYBUFS # List buffers that prevent root unmount options SIMPLELOCK_DEBUG options SI_DEBUG