diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/sata/adapters/ahci/ahci.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/usr/src/uts/common/io/sata/adapters/ahci/ahci.c b/usr/src/uts/common/io/sata/adapters/ahci/ahci.c index 0a2929e256..d3b051070f 100644 --- a/usr/src/uts/common/io/sata/adapters/ahci/ahci.c +++ b/usr/src/uts/common/io/sata/adapters/ahci/ahci.c @@ -3088,18 +3088,6 @@ ahci_config_space_init(ahci_ctl_t *ahci_ctlp) } /* - * nVidia MCP78 AHCI controller (pci10de,0ad4) will be forced to use - * Fixed interrupt until the known CR 6766472 (MSIs do not function - * on most Nvidia boards) is fixed. - */ - if (venid == 0x10de && devid == 0x0ad4) { - AHCIDBG(AHCIDBG_INIT, ahci_ctlp, - "Force nVidia MCP78 AHCI controller to use " - "fixed interrupts", NULL); - ahci_msi_enabled = B_FALSE; - } - - /* * Check if capabilities list is supported and if so, * get initial capabilities pointer and clear bits 0,1. */ |