PCIM_EA_ENABLE
return ((ea->eae_flags & PCIM_EA_ENABLE) > 0);
if ((ea->eae_flags & PCIM_EA_ENABLE) == 0)
tmp &= ~PCIM_EA_ENABLE;
(flags & PCIM_EA_ENABLE ? "Enabled" : "Disabled"),