On Tue, 18 Nov 2008 05:10:48 +0200, "Elia Yehuda" <[EMAIL PROTECTED]>
wrote:
> this works just fine. i simply don't know where to add ".ops_pci" since i
> dont have
> "static struct device_operations mc_ops" in northbridge.c
>
I guess I am confused, why do you need .ops_pci? Why can't you use .ops_pci
in:
static struct device_operations northbridge_operations = {
.read_resources = pci_dev_read_resources,
.set_resources = pci_dev_set_resources,
.enable_resources = pci_dev_enable_resources,
.init = northbridge_init,
.enable = 0,
.ops_pci = 0,
};
???
--
Thanks,
Joseph Smith
Set-Top-Linux
www.settoplinux.org
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot
- Re: [coreboot] [patch] i82810 WIP for fixing VGA and 512MB Stefan Reinauer
- Re: [coreboot] [patch] i82810 WIP for fixing VGA and ... Elia Yehuda
- Re: [coreboot] [patch] i82810 WIP for fixing VGA ... Corey Osgood
- Re: [coreboot] [patch] i82810 WIP for fixing ... Elia Yehuda
- Re: [coreboot] [patch] i82810 WIP for fixing VGA and ... Uwe Hermann
- Re: [coreboot] [patch] i82810 WIP for fixing VGA and ... Elia Yehuda
- Re: [coreboot] [patch] i82810 WIP for fixing VGA ... Elia Yehuda
- Re: [coreboot] [patch] i82810 WIP for fixing ... Joseph Smith
- Re: [coreboot] [patch] i82810 WIP for fix... Elia Yehuda
- Re: [coreboot] [patch] i82810 WIP fo... Joseph Smith
- Re: [coreboot] [patch] i82810 WIP fo... Corey Osgood
- Re: [coreboot] [patch] i82810 WI... Elia Yehuda
- Re: [coreboot] [patch] i82810 WI... Elia Yehuda
- Re: [coreboot] [patch] i82810 WI... Corey Osgood
- Re: [coreboot] [patch] i82810 WIP for fixing VGA and 512MB z4ziggy
- Re: [coreboot] [patch] i82810 WIP for fixing VGA and 512MB z4ziggy

