mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Fred Emmott <mail@fredemmott.co.uk>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] SATA DVD Writer on SiI 3114 controller
Date: Thu, 23 Dec 2004 15:48:30 +0000	[thread overview]
Message-ID: <200412231548.31080.mail@fredemmott.co.uk> (raw)

The sata-sil driver supports the controller, however it doesn't support ATAPI 
devices. Here's patches for the siimage controller (needs sata support in ide 
config enabled) to use this controller with the siimage module and atapi 
devices, against 2.6.9.

include/linux/pci_ids_h:

923a924
> #define PCI_DEVICE_ID_SII_3114                0x3114

drivers/ide/pci/siimage.c:

48a49
>               case PCI_DEVICE_ID_SII_3114:
1109c1110,1111
<       /* 2 */ DECLARE_SII_DEV("Adaptec AAR-1210SA")
---
>       /* 2 */ DECLARE_SII_DEV("SiI3114 Serial ATA"),
>       /* 3 */ DECLARE_SII_DEV("Adaptec AAR-1210SA")
1131c1133,1134
<       { PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_1210SA, PCI_ANY_ID, PCI_ANY_ID, 
0, 0, 2},
---
>       { PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_3114, PCI_ANY_ID, PCI_ANY_ID, 
0,0, 2},
>       { PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_1210SA, PCI_ANY_ID, PCI_ANY_ID, 
0, 0, 3},

-- 
Fred Emmott
(http://www.fredemmott.co.uk)

             reply	other threads:[~2004-12-23 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-23 15:48 Fred Emmott [this message]
2004-12-23 17:25 ` Bartlomiej Zolnierkiewicz

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=200412231548.31080.mail@fredemmott.co.uk \
    --to=mail@fredemmott.co.uk \
    --cc=linux-kernel@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

Powered by JetHome