Make VESAFB_WIDTH, VESAFB_HEIGHT, VESAFB_DEPTH defined in opt_vesafb.h.
While we're here, give us NVESAFB in vesafb.h
This commit is contained in:
parent
b74d978f79
commit
5ef74ff108
|
@ -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
|
# new style config file for i386 architecture
|
||||||
#
|
#
|
||||||
|
@ -486,7 +486,8 @@ include "dev/splash/files.splash"
|
||||||
|
|
||||||
device vesafb: wsemuldisplaydev, vcons, rasops8, rasops16, rasops32, splash
|
device vesafb: wsemuldisplaydev, vcons, rasops8, rasops16, rasops32, splash
|
||||||
attach vesafb at vesabios
|
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
|
device vesatext
|
||||||
attach vesatext at vesabios
|
attach vesatext at vesabios
|
||||||
|
|
Loading…
Reference in New Issue