On 8/15/07, Marc Jones marc.jones@amd.com wrote:
Shouldn't the PCI config register always be 0x2c (subsystem ID register) like in the last example (bcm5780_sb_pci_main.c)? Should these functions even be there since there is a stock pci_dev_set_subsystem() that seems to be correct?
IIRC it should be, but is not always. A lot of chips don't quite follow the spec, and this weird out-of-band setting of registers crops up. That's my take on it anyway.
ron