From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264047AbTEXLa1 (ORCPT ); Sat, 24 May 2003 07:30:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264051AbTEXLa0 (ORCPT ); Sat, 24 May 2003 07:30:26 -0400 Received: from dp.samba.org ([66.70.73.150]:48598 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id S264047AbTEXL3x (ORCPT ); Sat, 24 May 2003 07:29:53 -0400 From: Paul Mackerras MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16079.23215.864277.374639@argo.ozlabs.ibm.com> Date: Sat, 24 May 2003 21:42:39 +1000 To: James Simmons Cc: linux-kernel@vger.kernel.org, linux-fbdev-devel@lists.sourceforge.net Subject: [PATCH] update valkyriefb driver X-Mailer: VM 7.15 under Emacs 21.3.2 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org James, This patch updates the valkyriefb driver to the new API. It compiles OK, but I haven't been able to test it. I have simplified the driver quite a bit using the knowledge that there can only ever be one valkyrie graphics adaptor in a system - it is the built-in graphics adaptor on various ancient mac and powermac machines, and we access it at a hard-coded address, so we can only handle one. Please apply. Thanks, Paul. diff -urN linux-2.5/drivers/video/valkyriefb.c pmac-2.5/drivers/video/valkyriefb.c --- linux-2.5/drivers/video/valkyriefb.c 2003-04-25 22:01:04.000000000 +1000 +++ pmac-2.5/drivers/video/valkyriefb.c 2003-05-19 10:58:52.000000000 +1000 @@ -66,15 +66,9 @@ #endif #include -#include