On Tue, 18 Nov 2008 00:59:07 +0200, "Elia Yehuda" <[EMAIL PROTECTED]>
wrote:
> just noticed ive put it in cpu_bus_ops... have a laugh...
>
No worries, this is how we learn :-)
>
> but i dont have "static struct device_operations mc_ops" - where should i
> add
> the .ops_pci ?
>
Little confused about what your trying to do here. This doesn't work??
static const struct pci_driver northbridge_driver __pci_driver = {
.ops = &northbridge_operations,
.vendor = PCI_VENDOR_ID_INTEL,
.device = 0x7120,
};
--
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

