linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Uwe Koziolek <uwe.koziolek@gmx.net>
To: Wes Newell <w.newell@verizon.net>
Cc: "linux.ide" <linux-ide@vger.kernel.org>
Subject: Re: Pata support for SIS180
Date: Sun, 12 Jun 2005 22:31:53 +0200	[thread overview]
Message-ID: <42AC9BB9.2030304@gmx.net> (raw)
In-Reply-To: <42AAE8B1.8080607@verizon.net>

Wes Newell schrieb:

> Can anyone tell me if/how one could add device support for the sis180
> chipset pata ports to the sis5513 module? I've tried adding this as
> others have said it works for the 965 southbridge,
>
> if ((trueid == 0x5518) || (trueid == 0x0180)) {
>
> but it stll doesn't see a real sis180 on a Jetway S755MAX MB.


you must include the chip into the pci_device_id table

static *struct* pci_device_id sis5513_pci_tbl[] = {
	{ PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5513, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
	{ PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5518, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+	{ PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
	{ 0, },
};


regards
Uwe Koziolek

  reply	other threads:[~2005-06-12 20:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-11 13:35 Pata support for SIS180 Wes Newell
2005-06-12 20:31 ` Uwe Koziolek [this message]
2005-06-12 21:50   ` Wes Newell
2005-06-13  3:34     ` Jeff Garzik
2005-06-13  6:34       ` Wes Newell
2005-06-13 17:19         ` Wes Newell

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=42AC9BB9.2030304@gmx.net \
    --to=uwe.koziolek@gmx.net \
    --cc=linux-ide@vger.kernel.org \
    --cc=w.newell@verizon.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).