Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/ahci/
H A Dahci_attach.c113 static int ahci_msi_enable = 1; variable
115 TUNABLE_INT("hw.ahci.msi.enable", &ahci_msi_enable);
264 msi_enable = ahci_msi_enable; in ahci_pci_attach()