disable configuration space accesses */
| 152 | |
| 153 | /* disable configuration space accesses */ |
| 154 | static void |
| 155 | pci_cfgdisable(void) |
| 156 | { |
| 157 | |
| 158 | /* |
| 159 | * Do nothing. Writing a 0 to the address port can apparently |
| 160 | * confuse some bridges and cause spurious access failures. |
| 161 | */ |
| 162 | } |
| 163 | |
| 164 | static int |
| 165 | pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) |
no outgoing calls
no test coverage detected