]> xenbits.xensource.com Git - seabios.git/commit
ahci: Ignore max_ports.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 May 2015 13:00:31 +0000 (15:00 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 21 May 2015 15:31:15 +0000 (11:31 -0400)
commit40dfc0ee947c35f31e935ec290622e7780bb52b8
treeb1f98ae7a5941fa72767a604dc992fdd6781d555
parent92f9b9189eb00da42a8bfcf26c664f48ee8d2868
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>
src/hw/ahci.c