From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] Radeon driver From: Philippe Anel To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> In-Reply-To: References: Content-Type: text/plain Date: Wed, 18 Oct 2006 08:06:02 +0200 Message-Id: <1161151562.5313.5.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: cbe3a148-ead1-11e9-9d60-3106f5b1d025 Hello, I used to work on this driver, but these last days/months(years?), I hadn't enough time to work on it. However, I think I can help you here. I'll send you my latest vgaradeon.c tomorrow. I hope the current aux/vga part is working with your card. Regards, Phil. On Tue, 2006-10-17 at 17:44 +0400, Alexander Sychev wrote: > Hi, 9fans! > > I have installed Plan9 on my IBM ThinkPad T40 and it works fine with vesa > and wired networking. > But I can't compile Philippe Anel's radeon driver. > > <-----------------------------------------------> > term% mk 'CONF=pcf' > 8c -FVw vgaradeon.c > vgaradeon.c:274 not a member of struct/union: aperture > vgaradeon.c:276 not a member of struct/union: isupamem > vgaradeon.c:290 not a member of struct/union: isupamem > vgaradeon.c:292 function args not checked: upamalloc > vgaradeon.c:294 function args not checked: upamalloc > vgaradeon.c:296 not a member of struct/union: isupamem > vgaradeon.c:299 not a member of struct/union: isupamem > vgaradeon.c:302 not a member of struct/union: isupamem > warning: vgaradeon.c:265 used and not set: wasupamem oaperture > vgaradeon.c:321 function args not checked: upamalloc > vgaradeon.c:332 not a member of struct/union: aperture > vgaradeon.c:446 not a member of struct/union: aperture > warning: vgaradeon.c:445 set and not used: storage > vgaradeon.c:753 initialization of incompatible pointers: vgaradeondev > IND FUNC(IND STRUCT VGAscr, INT, INT) VOID and IND FUNC(IND STRUCT VGAscr, > IND INT, IND INT) ULONG > mk: 8c -FVw vgaradeon.c : exit status=rc 234: 8c 236: error > <-----------------------------------------------> > > It seems struct VGAscr (screen.h) was changed a lot. > > Does anybody maintain this driver? >