From owner-cvs-all Tue Dec 7 3:24: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB48C14F33; Tue, 7 Dec 1999 03:23:59 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67423; Tue, 7 Dec 1999 03:23:59 -0800 (PST) (envelope-from yokota@FreeBSD.org) Message-Id: <199912071123.DAA67423@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 7 Dec 1999 03:23:59 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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