Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmd/
H A Dvmd.c65 #define CAN_BYPASS_MSI 4 macro
108 { 0x8086, 0x28c0, "Intel Volume Management Device", BUS_RESTRICT | CAN_BYPASS_MSI },
357 if (vmd_bypass_msi && (t->flags & CAN_BYPASS_MSI)) { in vmd_attach()