lkml.org 
[lkml]   [2004]   [Dec]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH] SATA DVD Writer on SiI 3114 controller
Date
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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.219 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site