Home
last modified time | relevance | path

Searched refs:PCIS_BRIDGE_ISA (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/bus/pci/
H A Disa_pci.c101 (pci_get_subclass(dev) == PCIS_BRIDGE_ISA)) { in isab_probe()
H A Dpcireg.h335 #define PCIS_BRIDGE_ISA 0x01 macro
H A Dpci.c3511 {PCIC_BRIDGE, PCIS_BRIDGE_ISA, "PCI-ISA"},
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c557 {PCIC_BRIDGE, PCIS_BRIDGE_ISA, "PCI-ISA"},
/dragonfly/sys/dev/drm/i915/
H A Di915_drv.c186 while ((pch = pci_iterate_class(&di, PCIC_BRIDGE, PCIS_BRIDGE_ISA))) { in intel_detect_pch()