summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/vesa.c
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-01-13 01:16:39 +0000
committeryokota <yokota@FreeBSD.org>1999-01-13 01:16:39 +0000
commit2932c02b42074fca679fe67898f398003dfbd687 (patch)
tree3f413e7956bf81654a01e5db163ad2bf8869d018 /sys/i386/isa/vesa.c
parent9f05b9a9a937f7b251424131c8bef07faebcaf95 (diff)
downloadFreeBSD-src-2932c02b42074fca679fe67898f398003dfbd687.zip
FreeBSD-src-2932c02b42074fca679fe67898f398003dfbd687.tar.gz
Oops, I accidentaly left the debug option on by default.
It's set to off now.
Diffstat (limited to 'sys/i386/isa/vesa.c')
-rw-r--r--sys/i386/isa/vesa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c
index 306aaa4..30ef3ac 100644
--- a/sys/i386/isa/vesa.c
+++ b/sys/i386/isa/vesa.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: $
+ * $Id: vesa.c,v 1.12 1999/01/11 03:18:24 yokota Exp $
*/
#include "vga.h"
@@ -62,7 +62,7 @@
#endif
#ifndef VESA_DEBUG
-#define VESA_DEBUG 1
+#define VESA_DEBUG 0
#endif
/* VESA video adapter state buffer stub */
OpenPOWER on IntegriCloud