Jeff Garzik wrote:
Things in SATA-land have been moving along recently, so I updated the
software status report:
http://linux.yyz.us/sata/software-status.html
Although I have not updated it in several weeks, folks may wish to refer
to the hardware status report as well:
http://linux.yyz.us/sata/sata-status.html
Thanks to all the hard-working SATA contributors!
Good overview!
I'm wondering how the support for the SIS 182 controller is doing, I
noticed they have a GPL driver on their website for kernel 2.6.10, which
is not a drop in replacement for sata_sis.c in 2.6.12.5, I haven't tried
compiling it as an add-on module outside the tree, though...
Adding the 0x182 identifier to the 180 driver does compile (duh!), but I
haven't tried it on hardware.
As a temporary measure, there was a patch posted to this list [1] a
while ago, would it be a good idea to include this while full support is
being worked on?
Cheers
Simon
[1]
Patch signed-off-by: Rainer Koenig <[email protected]>
--- linux-2.6.12.4/drivers/scsi/sata_sis.c 2005-08-05 09:04:37.000000000
+0200
+++ linux/drivers/scsi/sata_sis.c 2005-08-11 10:22:07.000000000 +0200
@@ -62,6 +62,7 @@
static struct pci_device_id sis_pci_tbl[] = {
{ PCI_VENDOR_ID_SI, 0x180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
{ PCI_VENDOR_ID_SI, 0x181, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
+ { PCI_VENDOR_ID_SI, 0x182, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
{ } /* terminate list */
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|