freebsd-dev/sys/dev/fb
Jean-Sébastien Pédron 2cf9e30b6e fbd: Fix a bug where vt_fb_attach() success would be considered a failure
vt_fb_attach() currently always returns 0, but it could return a code
defined in errno.h. However, it doesn't return a CN_* code. So checking
its return value against CN_DEAD (which is 0) is incorrect, and in this
case, a success becomes a failure.

The consequence was unimportant, because the caller (drm_fb_helper.c)
would only log an error message in this case. The console would still
work.

Approved by:	nwhitehorn
2014-08-10 14:55:39 +00:00
..
boot_font.c Clean up license text 2013-12-29 18:44:12 +00:00
creator_vt.c Retire vd_maskbitbltchr. The same functionality can be obtained by testing 2014-08-07 21:00:16 +00:00
creator.c Remove more superfluous const specifiers. 2014-02-23 18:36:45 +00:00
creatorreg.h
fb_if.m Merge VT(9) project (a.k.a. newcons). 2013-12-05 22:38:53 +00:00
fb.c
fbd.c fbd: Fix a bug where vt_fb_attach() success would be considered a failure 2014-08-10 14:55:39 +00:00
fbreg.h Remove ia64. 2014-07-07 00:27:09 +00:00
gallant12x22.c Clean up license text 2013-12-29 18:44:12 +00:00
gfb.h
machfb.c Remove more superfluous const specifiers. 2014-02-23 18:36:45 +00:00
machfbreg.h
s3_pci.c Fix a Clang warning. 2012-04-16 23:29:12 +00:00
splash_bmp.c
splash_pcx.c Convert files to UTF-8 2012-01-15 13:23:18 +00:00
splash_txt.c
splash.c
splashreg.h
vesa.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
vesa.h Properly check VESA video mode number. 2012-02-16 22:33:53 +00:00
vga.c Remove a useless warning. The mode information is unused for very long time 2012-04-04 21:19:55 +00:00
vgareg.h