Re: [PATCH] AGP support for powermac G5

2005-03-10 Thread Nigel Cunningham
Hi. On Fri, 2005-03-11 at 15:02, Paul Mackerras wrote: > Nigel Cunningham writes: > > > No power management support? :> > > The suspend/resume methods are in the pci_driver struct, not the > agp_bridge_driver struct. Not that we have suspend/resume on the G5 > yet. Ah. Thought I'd seen some in

Re: [PATCH] AGP support for powermac G5

2005-03-10 Thread Benjamin Herrenschmidt
> > No power management support? :> Heh, not yet :) We can't really put a G5 to sleep yet. I haven't figured out the magic incantations for the PMU chip on those. Ben. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] AGP support for powermac G5

2005-03-10 Thread Paul Mackerras
Nigel Cunningham writes: > No power management support? :> The suspend/resume methods are in the pci_driver struct, not the agp_bridge_driver struct. Not that we have suspend/resume on the G5 yet. Paul. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

Re: [PATCH] AGP support for powermac G5

2005-03-10 Thread Nigel Cunningham
Hi. On Fri, 2005-03-11 at 14:02, Paul Mackerras wrote: > +struct agp_bridge_driver u3_agp_driver = { > + .owner = THIS_MODULE, > + .aperture_sizes = (void *)u3_sizes, > + .size_type = U32_APER_SIZE, > + .num_aperture_sizes = 8, > + .con

[PATCH] AGP support for powermac G5

2005-03-10 Thread Paul Mackerras
This patch adds AGP support for the U3 northbridge used in Apple G5 machines to drivers/char/agp/uninorth-agp.c. This patch is based on earlier work by Jerome Glisse. With this patch, the driver works in both ppc32 and ppc64 kernels. Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]> diff -urN l