linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Uwe Koziolek <uwe.koziolek@gmx.net>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: Daniela Engert <dani@ngrt.de>, linux-ide@vger.kernel.org
Subject: Serial ATA SIS 964
Date: Sun, 04 Apr 2004 14:24:05 +0200	[thread overview]
Message-ID: <1081081444.2384.77.camel@uk2.local> (raw)

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

Hello Jeff,

it exists a variant of the serial ATA SIS 180. This variant has the same
functionality like the SIS 180 but a different PCI ID 0x0181.
I have no motherboard with that behavior. But I think it is good idea to
include this PCI ID too into the driver.
Thanks to Daniela Engert for this information.

regards

Uwe



[-- Attachment #2: sata_sis.c.diff --]
[-- Type: text/x-patch, Size: 376 bytes --]

--- sata_sis.c.old	2004-03-21 20:35:03.000000000 +0100
+++ sata_sis.c	2004-04-04 12:20:51.000000000 +0200
@@ -46,6 +46,7 @@
 
 static struct pci_device_id sis_pci_tbl[] = {
 	{ PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
+	{ PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_181, PCI_ANA_ID, PCI_ANI_ID, 0, 0, sis_180 },
 	{ }	/* terminate list */
 };
 

             reply	other threads:[~2004-04-04 12:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-04 12:24 Uwe Koziolek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-02-23 10:20 Serial ATA SIS 964 Uwe Koziolek
2004-02-24  1:21 ` Jeff Garzik
2004-02-24  9:44   ` Uwe Koziolek
2004-02-28  4:55     ` Jeff Garzik

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=1081081444.2384.77.camel@uk2.local \
    --to=uwe.koziolek@gmx.net \
    --cc=dani@ngrt.de \
    --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 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).