patch-2.4.23 linux-2.4.23/drivers/ide/pci/siimage.c

Next file: linux-2.4.23/drivers/ide/raid/hptraid.c
Previous file: linux-2.4.23/drivers/ide/pci/sgiioc4.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/drivers/ide/pci/siimage.c linux-2.4.23/drivers/ide/pci/siimage.c
@@ -1113,7 +1113,10 @@
 	hwif->pre_reset = &siimage_pre_reset;
 
 	if(is_sata(hwif))
+	{
 		hwif->busproc   = &siimage_busproc;
+		hwif->sata = 1;
+	}
 
 	if (!hwif->dma_base) {
 		hwif->drives[0].autotune = 1;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)