]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] libata: use correct map_db values for ICH8
authorKristen Carlson Accardi <kristen.c.accardi@intel.com>
Thu, 19 Oct 2006 20:27:39 +0000 (13:27 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 21 Oct 2006 19:10:10 +0000 (15:10 -0400)
commit158f30c8945fea7cf0d0161cd9463cf2f3d2c19e
treeb81dfdefc0e81c2807d19b443dbfe7a8a0809832
parent7b7fc708b568a258595e1fa911b930a75ac07b48
[PATCH] libata: use correct map_db values for ICH8

Use valid values for ICH8 map_db.  With the old values, when the
controller was in Native mode, and SCC was 1 (drives configured for
IDE), any drive plugged into a slave port was not recognized.  For
Combined Mode (and SCC is still 1), 2 is a value value for MAP.map_value,
and needs to be recognized.

Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ata_piix.c