diff options
author | Uwe Koziolek <uwe.koziolek@gmx.net> | 2007-06-14 23:40:43 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-02 10:17:42 -0400 |
commit | a3cabb271ea66739704497102536fb01bb72fe37 (patch) | |
tree | 0a6dc5d93bfe11c98f86f2fe516d385830937f92 /drivers/ata/sis.h | |
parent | e14cbfa630cd3ab2631ee21b718b290928f47868 (diff) |
libata: PATA-mode fixes for sis_sata
Changed PATA handler for PATA-ports used by sata_sis.
This patch was originally submitted by Jeff Garzik.
Added PCI-ID 1180 for SiS966 Controller in pata_sis.
The 1180 mode is fully compatible to other SiS PATA-controller.
The PCI-ID 1183 is SATA in PATA-emulation, but not fully compatible
to SiS5513/5518. sata_sis.c is forwarding this ID to pata_sis.
1183 is not working if simply added to pata_sis.
This handling fixes issues with SiS968.
Signed-off-by: Uwe Koziolek <uwe.koziolek@gmx.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/sis.h')
-rw-r--r-- | drivers/ata/sis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sis.h b/drivers/ata/sis.h index 0f2208d8d5ef..f7f3eebe666c 100644 --- a/drivers/ata/sis.h +++ b/drivers/ata/sis.h @@ -2,4 +2,4 @@ struct ata_port_info; /* pata_sis.c */ -extern const struct ata_port_info sis_info133; +extern const struct ata_port_info sis_info133_for_sata; |