From 5ef74ff108b2e07076568b8f403b03f3bdeaebb0 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sun, 19 Feb 2006 16:20:21 +0000 Subject: [PATCH] Make VESAFB_WIDTH, VESAFB_HEIGHT, VESAFB_DEPTH defined in opt_vesafb.h. While we're here, give us NVESAFB in vesafb.h --- sys/arch/i386/conf/files.i386 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index fc4bf2980046..f78c294c6e73 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $NetBSD: files.i386,v 1.279 2006/02/18 19:07:11 jmcneill Exp $ +# $NetBSD: files.i386,v 1.280 2006/02/19 16:20:21 jmcneill Exp $ # # new style config file for i386 architecture # @@ -486,7 +486,8 @@ include "dev/splash/files.splash" device vesafb: wsemuldisplaydev, vcons, rasops8, rasops16, rasops32, splash attach vesafb at vesabios -file arch/i386/bios/vesafb.c vesafb +file arch/i386/bios/vesafb.c vesafb needs-flag +defparam opt_vesafb.h VESAFB_WIDTH VESAFB_HEIGHT VESAFB_DEPTH device vesatext attach vesatext at vesabios