diff options
Diffstat (limited to 'drivers/ata/pata_optidma.c')
| -rw-r--r-- | drivers/ata/pata_optidma.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/drivers/ata/pata_optidma.c b/drivers/ata/pata_optidma.c index 177a455f4251..7296a20cd107 100644 --- a/drivers/ata/pata_optidma.c +++ b/drivers/ata/pata_optidma.c | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | #include <linux/libata.h> | 33 | #include <linux/libata.h> |
| 34 | 34 | ||
| 35 | #define DRV_NAME "pata_optidma" | 35 | #define DRV_NAME "pata_optidma" |
| 36 | #define DRV_VERSION "0.2.1" | 36 | #define DRV_VERSION "0.2.2" |
| 37 | 37 | ||
| 38 | enum { | 38 | enum { |
| 39 | READ_REG = 0, /* index of Read cycle timing register */ | 39 | READ_REG = 0, /* index of Read cycle timing register */ |
| @@ -59,11 +59,9 @@ static int optidma_pre_reset(struct ata_port *ap) | |||
| 59 | 0x40, 1, 0x08, 0x00 | 59 | 0x40, 1, 0x08, 0x00 |
| 60 | }; | 60 | }; |
| 61 | 61 | ||
| 62 | if (ap->port_no && !pci_test_config_bits(pdev, &optidma_enable_bits)) { | 62 | if (ap->port_no && !pci_test_config_bits(pdev, &optidma_enable_bits)) |
| 63 | ata_port_disable(ap); | 63 | return -ENOENT; |
| 64 | printk(KERN_INFO "ata%u: port disabled. ignoring.\n", ap->id); | 64 | |
| 65 | return 0; | ||
| 66 | } | ||
| 67 | ap->cbl = ATA_CBL_PATA40; | 65 | ap->cbl = ATA_CBL_PATA40; |
| 68 | return ata_std_prereset(ap); | 66 | return ata_std_prereset(ap); |
| 69 | } | 67 | } |
| @@ -388,7 +386,7 @@ static struct ata_port_operations optidma_port_ops = { | |||
| 388 | 386 | ||
| 389 | .qc_prep = ata_qc_prep, | 387 | .qc_prep = ata_qc_prep, |
| 390 | .qc_issue = ata_qc_issue_prot, | 388 | .qc_issue = ata_qc_issue_prot, |
| 391 | .eng_timeout = ata_eng_timeout, | 389 | |
| 392 | .data_xfer = ata_pio_data_xfer, | 390 | .data_xfer = ata_pio_data_xfer, |
| 393 | 391 | ||
| 394 | .irq_handler = ata_interrupt, | 392 | .irq_handler = ata_interrupt, |
| @@ -423,7 +421,7 @@ static struct ata_port_operations optiplus_port_ops = { | |||
| 423 | 421 | ||
| 424 | .qc_prep = ata_qc_prep, | 422 | .qc_prep = ata_qc_prep, |
| 425 | .qc_issue = ata_qc_issue_prot, | 423 | .qc_issue = ata_qc_issue_prot, |
| 426 | .eng_timeout = ata_eng_timeout, | 424 | |
| 427 | .data_xfer = ata_pio_data_xfer, | 425 | .data_xfer = ata_pio_data_xfer, |
| 428 | 426 | ||
| 429 | .irq_handler = ata_interrupt, | 427 | .irq_handler = ata_interrupt, |
