> >All I wanted was a function that allows the driver to decide that which >needs to be enabled. > >pci_enable_device(struct pci_dev *dev, byte enable_mask) > >This would allow drivers to enable that which it needs and not weird out >the hardware that does not like all of this extra fluff. This is indeed interesting. Some devices, for example, will provide several apertures (can eat much bus space) while only one of them is actually needed by the driver. Having the driver be able to only enable (and possibly claim) one of them would free up some bus space for other devices (I'm thinking here about hot swap devices that will dynamically claim bus space, like cardbus). Ben. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: New topic (PowerPC Linux PCI HELL) Richard B. Johnson
- Re: New topic (PowerPC Linux PCI HELL) Linus Torvalds
- Re: New topic (PowerPC Linux PCI HELL) Gérard Roudier
- Re: New topic (PowerPC Linux PCI HELL) Linus Torvalds
- Re: New topic (PowerPC Linux PCI HELL) Gérard Roudier
- Re: New topic (PowerPC Linux PCI HELL) Jeff Garzik
- Re: New topic (PowerPC Linux PCI HELL) Richard B. Johnson
- Re: New topic (PowerPC Linux PCI HELL) Gérard Roudier
- Re: New topic (PowerPC Linux PCI HELL) Richard B. Johnson
- Re: New topic (PowerPC Linux PCI HELL) Andre Hedrick
- Re: New topic (PowerPC Linux PCI HELL) Benjamin Herrenschmidt
- Re: New topic (PowerPC Linux PCI HELL) Alan Cox
- Re: New topic (PowerPC Linux PCI HELL) Gérard Roudier
- Re: New topic (PowerPC Linux PCI HELL) Michel Lanners
- Re: New topic (PowerPC Linux PCI HELL) Jamie Lokier
- Re: New topic (PowerPC Linux PCI HELL) Gérard Roudier
- Re: New topic (PowerPC Linux PCI HELL) Alan Cox
- Shortened CC (Re: New topic (PowerPC L... Andre Hedrick
- Re: Shortened CC (Re: New topic (Power... Alan Cox
- Re: New topic (PowerPC Linux PCI HELL) Alan Cox
- Re: New topic (PowerPC Linux PCI HELL) Richard B. Johnson