From: Uwe Koziolek <uwe.koziolek@gmx.net>
To: Jeff Garzik <jgarzik@pobox.com>, htejun@gmail.com
Cc: "linux.ide" <linux-ide@vger.kernel.org>
Subject: new libata-code breaks functionality of sata_sis
Date: Wed, 23 May 2007 00:42:22 +0200 [thread overview]
Message-ID: <465371CE.70201@gmx.net> (raw)
a SiS180 controller is connected with a PATA-disk.
Starting with 2.6.22-rc1 the disk is no longer working.
sata_sis 0000:01:07.0: version 0.7
ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
ACPI: PCI Interrupt 0000:01:07.0[A] -> Link [APC4] -> GSI 19 (level,
low) -> IRQ 16
sata_sis 0000:01:07.0: Detected SiS 180/181 chipset in combined mode
scsi0 : sata_sis
scsi1 : sata_sis
ata1: PATA max UDMA/133 cmd 0x00019000 ctl 0x00019402 bmdma 0x0001a000 irq 0
ata2: PATA max UDMA/133 cmd 0x00019800 ctl 0x00019c02 bmdma 0x0001a008 irq 0
ata1: port disabled. ignoring.
ata2: port disabled. ignoring.
ATA: abnormal status 0x7F on port 0x00019807
ata2 must be a SATA port.
this problem can be solved by the patch.
ata1 must not be disabled
For this problem i have no solution.
--- a/drivers/ata/sata_sis.c 2007-05-22 11:05:38.000000000 +0200
+++ b/drivers/ata/sata_sis.c 2007-05-23 00:24:28.000000000 +0200
@@ -255,7 +255,7 @@
{
static int printed_version;
struct ata_port_info pi = sis_port_info;
- const struct ata_port_info *ppi[] = { &pi, NULL };
+ const struct ata_port_info *ppi[] = { &pi, &pi };
struct ata_host *host;
u32 genctl, val;
u8 pmr;
next reply other threads:[~2007-05-22 22:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-22 22:42 Uwe Koziolek [this message]
2007-05-23 8:00 ` new libata-code breaks functionality of sata_sis Tejun Heo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=465371CE.70201@gmx.net \
--to=uwe.koziolek@gmx.net \
--cc=htejun@gmail.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.