Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758142AbXF3QbR (ORCPT ); Sat, 30 Jun 2007 12:31:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755328AbXF3QbE (ORCPT ); Sat, 30 Jun 2007 12:31:04 -0400 Received: from ipn26-148.piekary.net ([83.238.26.148]:41129 "EHLO ipn26-148.piekary.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755083AbXF3QbE (ORCPT ); Sat, 30 Jun 2007 12:31:04 -0400 Date: Sat, 30 Jun 2007 18:31:01 +0200 From: Michal Januszewski To: linux-fbdev-devel@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org, hpa@zytor.com Subject: [PATCH v2 0/5] uvesafb: a general description Message-ID: <20070630163101.GA3838@spock.one.pl> Reply-To: spock@gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Disposition: inline X-PGP-Key: http://dev.gentoo.org/~spock/spock.gpg User-Agent: Mutt/1.5.15 (2007-04-06) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1250 Lines: 27 uvesafb is a generic driver for VBE2+ compliant video cards; an enhanced version of vesafb and a direct successor of vesafb-tng [1]. This is the second version of this patch, and it incorporates all fixes and cleanups suggested on the lkml. My thanks to everyone who took their time to review the first version. uvesafb uses a userspace helper application (v86d, [2]) to run the x86 Video BIOS code. This makes it possible to include in uvesafb all the standard features (refresh rate control, video mode changes etc) that are missing from vesafb without resorting to ugly hacks such as the ones used in [1]. The current implementation of v86d can use either LRMI or x86emu to run the BIOS code and supports both x86 and x86_64. [1] http://dev.gentoo.org/~spock/projects/vesafb-tng/ [2] http://dev.gentoo.org/~spock/projects/uvesafb/ Best regards. -- Michal Januszewski JID: spock@im.gentoo.org Gentoo Linux Developer http://people.gentoo.org/spock - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/