commit | 40dfc0ee947c35f31e935ec290622e7780bb52b8 | [log] [tgz] |
---|---|---|
author | Vladimir Serbinenko <phcoder@gmail.com> | Mon May 18 15:00:31 2015 +0200 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu May 21 11:31:15 2015 -0400 |
tree | b1f98ae7a5941fa72767a604dc992fdd6781d555 | |
parent | 92f9b9189eb00da42a8bfcf26c664f48ee8d2868 [diff] |
ahci: Ignore max_ports. At least AHCI on Intel on some machines claim to support only 6 ports while in fact higher port numbers are present and work. This is needed to access CD-ROM on PackardBell MS2290. Both GRUB and Linux have a similar workaround. Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>