Re: where the hell is pci_read_config_xyz defined

Jonathan Kamens (jik@kamens.brookline.ma.us)
Thu, 29 Nov 2001 11:22:35 -0500


I encountered exactly this problem recently. I finally figured out
that the trick is that the pci_read_config_* and pci_write_config_*
functions are defined by a macro in drivers/pci/pci.c. Search for
"PCI_OP" in that file and you'll see what I mean.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/