Importing sys/dev/videomode

NetBSD provides an in-kernel EDID parser, validator, and printer
along with other useful functions. This code will be re-used by
the Minix fb driver as it is a complete and well tested
implementation.

Change-Id: I46fe3005d9957cd90d4972030ddcce7bc3bd7924
This commit is contained in:
Thomas Cort
2013-07-29 12:21:48 -04:00
committed by Gerrit Code Review
parent 6405d78182
commit bdf33c702a
19 changed files with 3089 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# $NetBSD: files.videomode,v 1.4 2010/05/04 21:17:10 macallan Exp $
define videomode
define edid
define vesagtf
file dev/videomode/videomode.c videomode | edid
file dev/videomode/edid.c edid
file dev/videomode/pickmode.c videomode
defflag opt_videomode.h PICKMODE_DEBUG
file dev/videomode/vesagtf.c vesagtf | edid