> the pata133 sis controllers does not support a drive present status
> in the pci configspace like the older sis controllers, check removed.

Are you sure about this - I've no idea about the SATA/PATA combo but the
pure PATA 133Mhz (MuTOL 96x) chipsets seem to do so correctly.
 
> Signed-off-by: Uwe Koziolek <[EMAIL PROTECTED]>

> +static void sis_133_error_handler(struct ata_port *ap)
> +{
> +     ata_bmdma_drive_eh(ap, ata_std_prereset, ata_std_softreset, NULL, 
> ata_std_postreset);
> +}

NAK - if this is needed then you can simply set .error_handler to use the
default bmdma handler rather than adding the function

Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to