Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751415AbWENX62 (ORCPT ); Sun, 14 May 2006 19:58:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751418AbWENX62 (ORCPT ); Sun, 14 May 2006 19:58:28 -0400 Received: from gate.crashing.org ([63.228.1.57]:57009 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S1751415AbWENX62 (ORCPT ); Sun, 14 May 2006 19:58:28 -0400 Subject: Re: Add a "enable" sysfs attribute to the pci devices to allow userspace (Xorg) to enable devices without doing foul direct access From: Benjamin Herrenschmidt To: Jon Smirl Cc: Peter Jones , Martin Mares , Matthew Garrett , Bjorn Helgaas , linux-pci@atrey.karlin.mff.cuni.cz, Dave Airlie , Andrew Morton , greg@kroah.com, linux-kernel@vger.kernel.org, Arjan van de Ven In-Reply-To: <9e4733910605131756q50ad5686n4ca8d5a8d1f9e3e1@mail.gmail.com> References: <1146300385.3125.3.camel@laptopd505.fenrus.org> <200605041309.53910.bjorn.helgaas@hp.com> <445A51F1.9040500@linux.intel.com> <200605041326.36518.bjorn.helgaas@hp.com> <9e4733910605041340r65d47209h2da079d9cf8fceae@mail.gmail.com> <1146776736.27727.11.camel@localhost.localdomain> <1146778197.27727.26.camel@localhost.localdomain> <1147566572.21291.30.camel@localhost.localdomain> <9e4733910605131756q50ad5686n4ca8d5a8d1f9e3e1@mail.gmail.com> Content-Type: text/plain Date: Mon, 15 May 2006 09:57:49 +1000 Message-Id: <1147651069.21291.63.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1650 Lines: 34 On Sat, 2006-05-13 at 20:56 -0400, Jon Smirl wrote: > On 5/13/06, Benjamin Herrenschmidt wrote: > > There are reasons why you may have to read the image at c0000... There's > > a bunch of laptops where it's in fact the only way to get to the video > > BIOS as it doesn't have a ROM attached to the video chip (it's burried > > in the main BIOS which thankfully copied it to c0000 when running it). > > In some cases, the BISO ROM self-modifies it's c0000 and it's that > > modified copy that the X (or fbdev) driver should get. Remeber that > > drivers needs access to the ROM for more than just POSTing the chip... > > Whenever klibc gets merged it would probably be good to add a > libemu86. Did you get one put together that you're happy with? No, not so far yet. Haven't had much time though. Did some expriments based on what you sent me back then, got it to work with loads of hacks, but I never properly cleaned it up. > Between the ROM attribute, klibc and libemu86 there will then be > enough support to write a tiny POST program that POSTs secondary and > non-x86 primary cards at boot. It will still need a little support in > sysfs for PCI bus VGA routing but we're almost there. And we need to "capture" the resulting BIOS image after POST and have a away to give that to the drivers as it will contain useful tables that the driver will need as well... Ben. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/