<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Nov 18, 2008 at 3:44 AM, Joseph Smith <span dir="ltr"><<a href="mailto:joe@settoplinux.org">joe@settoplinux.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<br>
On Tue, 18 Nov 2008 00:59:07 +0200, "Elia Yehuda" <<a href="mailto:z4ziggy@gmail.com">z4ziggy@gmail.com</a>><br>
wrote:<br>
<div class="Ih2E3d">> just noticed ive put it in cpu_bus_ops... have a laugh...<br>
><br>
</div>No worries, this is how we learn :-)<br>
<div class="Ih2E3d">><br>
> but i dont have "static struct device_operations mc_ops" - where should i<br>
> add<br>
> the .ops_pci ?<br>
><br>
</div>Little confused about what your trying to do here. This doesn't work??<br>
<br>
static const struct pci_driver northbridge_driver __pci_driver = {<br>
         .ops    = &northbridge_operations,<br>
         .vendor = PCI_VENDOR_ID_INTEL,<br>
         .device = 0x7120,<br>
};<br>
<font color="#888888"></font></blockquote><div><br>this works just fine. i simply don't know where to add ".ops_pci" since i dont have <br>"static struct device_operations mc_ops" in northbridge.c<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font color="#888888"><br>
--<br>
</font><div><div></div><div class="Wj3C7c">Thanks,<br>
Joseph Smith<br>
Set-Top-Linux<br>
<a href="http://www.settoplinux.org" target="_blank">www.settoplinux.org</a><br>
<br>
</div></div></blockquote></div><br>Elia.<br></div>