SIBA_TYPE_PCI
if ((siba_get_type(sc->sc_dev) == SIBA_TYPE_PCI) &&
if (siba_get_type(dev) == SIBA_TYPE_PCI) {
siba->siba_type = SIBA_TYPE_PCI;
if (siba->siba_type != SIBA_TYPE_PCI ||
if (siba->siba_type == SIBA_TYPE_PCI) {
KASSERT(siba->siba_type == SIBA_TYPE_PCI,
if (siba->siba_type != SIBA_TYPE_PCI || !psd)
KASSERT(siba->siba_type == SIBA_TYPE_PCI,
if (siba->siba_type != SIBA_TYPE_PCI)
case SIBA_TYPE_PCI:
KASSERT(siba->siba_type == SIBA_TYPE_PCI,
if (siba->siba_type == SIBA_TYPE_PCI) {
case SIBA_TYPE_PCI:
KASSERT(siba->siba_type == SIBA_TYPE_PCI,