PCI Enable Bit?
PCI Enable Bit?
In the PCI spec, it says, and I quote, "Bit 31 is an enable flag for determining when accesses to CONFIG_DATA are to be translated to configuration transactions on the PCI bus." What else could it be treated as, and why should the enable bit be set?
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: PCI Enable Bit?
Reading configuration space requires a configuration transaction. If you don't set that bit, you don't get a configuration transaction, and thus no access to configuration space.