From: Tejun Heo Date: Sat, 17 Mar 2007 20:57:25 +0000 (+0100) Subject: jmicron: make ide jmicron driver play nice with libata ones X-Git-Tag: v2.6.21-rc5~69^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebbc2031362cfac7f325f051c619dc39ef4892ed;p=pandora-kernel.git jmicron: make ide jmicron driver play nice with libata ones When libata is configured, the device is configured such that SATA and PATA ports live in separate functions with different programming interfaces. pata_jmicron and ide jmicron drivers can drive only the PATA part. This patch makes jmicron match PCI class code such that it doesn't attach itself to the SATA part preventing the proper ahci driver from attaching. This change is suggested by Bartlomiej. Signed-off-by: Tejun Heo Cc: Jeff Garzik Cc: justin@jmicron.com Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed