From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Antonino A. Daplas" Subject: Re: porting a driver to the new fbdev api - part 2 Date: Mon, 12 Sep 2005 17:59:12 +0800 Message-ID: <43255170.7080005@gmail.com> References: <196b7d3105091105032ec2e67f@mail.gmail.com> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1EEl74-0004L9-0D for linux-fbdev-devel@lists.sourceforge.net; Mon, 12 Sep 2005 03:00:34 -0700 Received: from zproxy.gmail.com ([64.233.162.204]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1EEl72-0003oW-W7 for linux-fbdev-devel@lists.sourceforge.net; Mon, 12 Sep 2005 03:00:34 -0700 Received: by zproxy.gmail.com with SMTP id 9so1621068nzo for ; Mon, 12 Sep 2005 03:00:27 -0700 (PDT) In-Reply-To: <196b7d3105091105032ec2e67f@mail.gmail.com> 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" To: linux-fbdev-devel@lists.sourceforge.net, balkohen@gmail.com Lior Balkohen wrote: Just a few suggestions. If you have more specific questions, feel free to ask. > ok, apparently no attachments allowed in the list, so i'm sending the > source in plain. > > /* Xilleon 220 frame buffer driver > * > * Copyright (C) 2002 MontaVista Software Inc. > * > */ > > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > #include > > #include