From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270751AbTGNTVR (ORCPT ); Mon, 14 Jul 2003 15:21:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270729AbTGNTVR (ORCPT ); Mon, 14 Jul 2003 15:21:17 -0400 Received: from pa186.opole.sdi.tpnet.pl ([213.76.204.186]:49646 "EHLO uran.deimos.one.pl") by vger.kernel.org with ESMTP id S270742AbTGNTUa (ORCPT ); Mon, 14 Jul 2003 15:20:30 -0400 Date: Mon, 14 Jul 2003 21:34:24 +0200 From: Damian Kolkowski To: Marcelo Tosatti Cc: ajoshi@kernel.crashing.org, lkml , benh@kernel.crashing.org Subject: Re: radeonfb patch for 2.4.22... Message-ID: <20030714193424.GA1989@deimos.one.pl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.1i X-Age: 23 (1980.09.27 - libra) X-Girl: one will be enough! X-IM: JID:dEiMoS_DK@jabber.org ICQ:59367544 GG:88988 X-Operating-System: Slackware GNU/Linux, kernel 2.4.22-pre5, up 49 min Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 14, 2003 at 04:11:02PM -0300, Marcelo Tosatti wrote: > I received complains from people I trust. I'm sorry for accusing you of > something you have not made. There's no linux/radeonfb.h :-) Just add it from Ani Joshi 0.1.8 patch: .~. $ cat /src/linux/include/linux/radeonfb.h #ifndef __LINUX_RADEONFB_H__ #define __LINUX_RADEONFB_H__ #include #include #define ATY_RADEON_LCD_ON 0x00000001 #define ATY_RADEON_CRT_ON 0x00000002 #define FBIO_RADEON_GET_MIRROR _IOR('@', 3, sizeof(__u32*)) #define FBIO_RADEON_SET_MIRROR _IOW('@', 4, sizeof(__u32*)) #endif .~. $ -- # Damian *dEiMoS* Kołkowski # http://deimos.one.pl/ #