CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2011/07/04 16:06:07
Modified files: sys/dev/pci : ahci.c Log message: Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and 3400 series) report that they do, and some BIOSes for those chipsets don't clear the capability bit like they're supposed to. Since we know it doesn't work, don't check for port multipliers on these controllers. Replaces my earlier hack for a specific 3400 series device. ok kettenis@ phessler@