From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272498AbTGZOdo (ORCPT ); Sat, 26 Jul 2003 10:33:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272541AbTGZOdo (ORCPT ); Sat, 26 Jul 2003 10:33:44 -0400 Received: from amsfep14-int.chello.nl ([213.46.243.22]:2105 "EHLO amsfep14-int.chello.nl") by vger.kernel.org with ESMTP id S272498AbTGZOcX (ORCPT ); Sat, 26 Jul 2003 10:32:23 -0400 Date: Sat, 26 Jul 2003 16:51:21 +0200 Message-Id: <200307261451.h6QEpL3q002255@callisto.of.borg> From: Geert Uytterhoeven To: Linus Torvalds , Alan Cox Cc: Paul Mackerras , Benjamin Herrenschmidt , Linux Kernel Development , Geert Uytterhoeven Subject: [PATCH] Update valkyriefb driver Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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. (from Paul Mackerras on lkml) --- linux-2.6.x/drivers/video/valkyriefb.c 2003-04-25 22:01:04.000000000 +1000 +++ linux-m68k-2.6.x/drivers/video/valkyriefb.c 2003-05-19 10:58:52.000000000 +1000 @@ -66,15 +66,9 @@ #endif #include -#include