public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SATA DVD Writer on SiI 3114 controller
@ 2004-12-23 15:48 Fred Emmott
  2004-12-23 17:25 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Fred Emmott @ 2004-12-23 15:48 UTC (permalink / raw)
  To: linux-kernel

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] SATA DVD Writer on SiI 3114 controller
  2004-12-23 15:48 [PATCH] SATA DVD Writer on SiI 3114 controller Fred Emmott
@ 2004-12-23 17:25 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2004-12-23 17:25 UTC (permalink / raw)
  To: Fred Emmott; +Cc: linux-kernel

On Thu, 23 Dec 2004 15:48:30 +0000, Fred Emmott <mail@fredemmott.co.uk> wrote:
> 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.

Have you tried some recent kernel (say 2.6.10-rc3) with sata_sil
and ATA_ENABLE_ATAPI defined in <linux/libata.h>?

[ ATAPI support was added to libata driver in 2.6.10-rc1. ]

> 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},

Please send unified diffs ('-u' option).

Bartlomiej

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-23 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-23 15:48 [PATCH] SATA DVD Writer on SiI 3114 controller Fred Emmott
2004-12-23 17:25 ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox