PCIEM_SLOT_STA_PDS
} else if (old_slot_sta & PCIEM_SLOT_STA_PDS) {
sc->pcie_slot_sta & PCIEM_SLOT_STA_PDS ? "card present" :
if ((sc->pcie_slot_sta & PCIEM_SLOT_STA_PDS) == 0)
if ((sc->pcie_slot_sta & (PCIEM_SLOT_STA_PDC | PCIEM_SLOT_STA_PDS)) ==
printf(" HotPlug(%s)", sta & PCIEM_SLOT_STA_PDS ? "present" :