From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Antonino A. Daplas" Subject: Re: Fw: [PATCH 2/3] DEC PMAG BA frame buffer update Date: Sun, 07 Aug 2005 18:24:34 +0800 Message-ID: <42F5E162.4070400@gmail.com> References: <20050803215954.47d3cfc1.akpm@osdl.org> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1E1iKQ-0001S1-K7 for linux-fbdev-devel@lists.sourceforge.net; Sun, 07 Aug 2005 03:24:26 -0700 Received: from rproxy.gmail.com ([64.233.170.198]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1E1iKP-0000Tf-Ti for linux-fbdev-devel@lists.sourceforge.net; Sun, 07 Aug 2005 03:24:26 -0700 Received: by rproxy.gmail.com with SMTP id j1so785927rnf for ; Sun, 07 Aug 2005 03:24:24 -0700 (PDT) In-Reply-To: <20050803215954.47d3cfc1.akpm@osdl.org> Sender: linux-fbdev-devel-admin@lists.sourceforge.net Errors-To: linux-fbdev-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-fbdev-devel@lists.sourceforge.net Cc: Ralf Baechle , Andrew Morton Andrew Morton wrote: > for reviewing pleasure (Ralf is shy) Looks good. Acked-by: Antonino Daplas PS: Is it possible to port this to the driver model? > > Begin forwarded message: > > Date: Tue, 2 Aug 2005 11:37:34 +0100 > From: Ralf Baechle > To: Andrew Morton > Subject: [PATCH 2/3] DEC PMAG BA frame buffer update > > > Rewrite PMAG BA frame buffer driver for 2.6. > > diff -urN linux-2.6.13-rc4/drivers/video/pmag-ba-fb.c linux-cvs/drivers/video/pmag-ba-fb.c > --- linux-2.6.13-rc4/drivers/video/pmag-ba-fb.c 2005-03-17 11:53:40.000000000 +0000 > +++ linux-cvs/drivers/video/pmag-ba-fb.c 2005-07-11 21:55:31.000000000 +0100 > @@ -1,57 +1,55 @@ > /* > - * linux/drivers/video/pmag-ba-fb.c > + * linux/drivers/video/pmag-ba-fb.c > * > - * PMAG-BA TurboChannel framebuffer card support ... derived from: > + * PMAG-BA TURBOchannel Color Frame Buffer (CFB) card support, > + * derived from: > * "HP300 Topcat framebuffer support (derived from macfb of all things) > * Phil Blundell 1998", the original code can be > - * found in the file hpfb.c in the same directory. > + * found in the file hpfb.c in the same directory. > * > * Based on digital document: > * "PMAG-BA TURBOchannel Color Frame Buffer > * Functional Specification", Revision 1.2, August 27, 1990 > * > - * DECstation related code Copyright (C) 1999, 2000, 2001 by > - * Michael Engel , > - * Karsten Merker and > + * DECstation related code Copyright (C) 1999, 2000, 2001 by > + * Michael Engel , > + * Karsten Merker and > * Harald Koerfgen. > - * This file is subject to the terms and conditions of the GNU General > - * Public License. See the file COPYING in the main directory of this > - * archive for more details. > + * Copyright (c) 2005 Maciej W. Rozycki > * > + * This file is subject to the terms and conditions of the GNU General > + * Public License. See the file COPYING in the main directory of this > + * archive for more details. > */ > -#include > -#include > -#include > + > +#include > #include > -#include > -#include > -#include > -#include > -#include > -#include > -#include > #include > -#include > -#include > +#include > +#include > +#include > +#include > + > +#include > +#include > +#include > + > #include > + > #include