Date: Tue, 7 Dec 1999 03:23:59 -0800 (PST) From: Kazutaka YOKOTA <yokota@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa vesa.c src/sys/dev/fb fb.c vga.c Message-ID: <199912071123.DAA67423@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 1999/12/07 03:23:59 PST Modified files: sys/i386/isa vesa.c sys/dev/fb fb.c vga.c Log: Fix the ioctl CONS_FINDMODE and its underlying subroutine xxx_query_mode() in the vga and vesa drivers. - xxx_query_mode() returns 0 (success) and a positive error number. - Copy mode information on success. - Remove redundant structure copy. The bug first found in -STABLE by jmg. Revision Changes Path 1.31 +7 -6 src/sys/i386/isa/vesa.c 1.11 +1 -9 src/sys/dev/fb/fb.c 1.5 +5 -6 src/sys/dev/fb/vga.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912071123.DAA67423>