PCIR_BDSM_GEN11
bdsm = pci_host_read_config(passthru_get_sel(sc), PCIR_BDSM_GEN11, 8);
pci_set_cfgdata32(pi, PCIR_BDSM_GEN11,
pci_set_cfgdata32(pi, PCIR_BDSM_GEN11 + 4, bdsm_gpa >> 32);
error = set_pcir_handler(sc, PCIR_BDSM_GEN11, 8, passthru_cfgread_emulate,
return (pci_get_cfgdata8(pi, PCIR_BDSM_GEN11 + offset));
return (pci_get_cfgdata16(pi, PCIR_BDSM_GEN11 + offset));
return (pci_get_cfgdata32(pi, PCIR_BDSM_GEN11 + offset));
pci_set_cfgdata8(pi, PCIR_BDSM_GEN11 + offset, val);
pci_set_cfgdata16(pi, PCIR_BDSM_GEN11 + offset, val);
pci_set_cfgdata32(pi, PCIR_BDSM_GEN11 + offset, val);