aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_amd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_amd.c')
-rw-r--r--drivers/ata/pata_amd.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/drivers/ata/pata_amd.c b/drivers/ata/pata_amd.c
index a6b330089f22..619e44b04032 100644
--- a/drivers/ata/pata_amd.c
+++ b/drivers/ata/pata_amd.c
@@ -362,14 +362,14 @@ static struct ata_port_operations amd33_port_ops = {
362 .qc_prep = ata_qc_prep, 362 .qc_prep = ata_qc_prep,
363 .qc_issue = ata_qc_issue_prot, 363 .qc_issue = ata_qc_issue_prot,
364 364
365 .data_xfer = ata_pio_data_xfer, 365 .data_xfer = ata_data_xfer,
366 366
367 .irq_handler = ata_interrupt, 367 .irq_handler = ata_interrupt,
368 .irq_clear = ata_bmdma_irq_clear, 368 .irq_clear = ata_bmdma_irq_clear,
369 .irq_on = ata_irq_on,
370 .irq_ack = ata_irq_ack,
369 371
370 .port_start = ata_port_start, 372 .port_start = ata_port_start,
371 .port_stop = ata_port_stop,
372 .host_stop = ata_host_stop
373}; 373};
374 374
375static struct ata_port_operations amd66_port_ops = { 375static struct ata_port_operations amd66_port_ops = {
@@ -396,14 +396,14 @@ static struct ata_port_operations amd66_port_ops = {
396 .qc_prep = ata_qc_prep, 396 .qc_prep = ata_qc_prep,
397 .qc_issue = ata_qc_issue_prot, 397 .qc_issue = ata_qc_issue_prot,
398 398
399 .data_xfer = ata_pio_data_xfer, 399 .data_xfer = ata_data_xfer,
400 400
401 .irq_handler = ata_interrupt, 401 .irq_handler = ata_interrupt,
402 .irq_clear = ata_bmdma_irq_clear, 402 .irq_clear = ata_bmdma_irq_clear,
403 .irq_on = ata_irq_on,
404 .irq_ack = ata_irq_ack,
403 405
404 .port_start = ata_port_start, 406 .port_start = ata_port_start,
405 .port_stop = ata_port_stop,
406 .host_stop = ata_host_stop
407}; 407};
408 408
409static struct ata_port_operations amd100_port_ops = { 409static struct ata_port_operations amd100_port_ops = {
@@ -430,14 +430,14 @@ static struct ata_port_operations amd100_port_ops = {
430 .qc_prep = ata_qc_prep, 430 .qc_prep = ata_qc_prep,
431 .qc_issue = ata_qc_issue_prot, 431 .qc_issue = ata_qc_issue_prot,
432 432
433 .data_xfer = ata_pio_data_xfer, 433 .data_xfer = ata_data_xfer,
434 434
435 .irq_handler = ata_interrupt, 435 .irq_handler = ata_interrupt,
436 .irq_clear = ata_bmdma_irq_clear, 436 .irq_clear = ata_bmdma_irq_clear,
437 .irq_on = ata_irq_on,
438 .irq_ack = ata_irq_ack,
437 439
438 .port_start = ata_port_start, 440 .port_start = ata_port_start,
439 .port_stop = ata_port_stop,
440 .host_stop = ata_host_stop
441}; 441};
442 442
443static struct ata_port_operations amd133_port_ops = { 443static struct ata_port_operations amd133_port_ops = {
@@ -464,14 +464,14 @@ static struct ata_port_operations amd133_port_ops = {
464 .qc_prep = ata_qc_prep, 464 .qc_prep = ata_qc_prep,
465 .qc_issue = ata_qc_issue_prot, 465 .qc_issue = ata_qc_issue_prot,
466 466
467 .data_xfer = ata_pio_data_xfer, 467 .data_xfer = ata_data_xfer,
468 468
469 .irq_handler = ata_interrupt, 469 .irq_handler = ata_interrupt,
470 .irq_clear = ata_bmdma_irq_clear, 470 .irq_clear = ata_bmdma_irq_clear,
471 .irq_on = ata_irq_on,
472 .irq_ack = ata_irq_ack,
471 473
472 .port_start = ata_port_start, 474 .port_start = ata_port_start,
473 .port_stop = ata_port_stop,
474 .host_stop = ata_host_stop
475}; 475};
476 476
477static struct ata_port_operations nv100_port_ops = { 477static struct ata_port_operations nv100_port_ops = {
@@ -498,14 +498,14 @@ static struct ata_port_operations nv100_port_ops = {
498 .qc_prep = ata_qc_prep, 498 .qc_prep = ata_qc_prep,
499 .qc_issue = ata_qc_issue_prot, 499 .qc_issue = ata_qc_issue_prot,
500 500
501 .data_xfer = ata_pio_data_xfer, 501 .data_xfer = ata_data_xfer,
502 502
503 .irq_handler = ata_interrupt, 503 .irq_handler = ata_interrupt,
504 .irq_clear = ata_bmdma_irq_clear, 504 .irq_clear = ata_bmdma_irq_clear,
505 .irq_on = ata_irq_on,
506 .irq_ack = ata_irq_ack,
505 507
506 .port_start = ata_port_start, 508 .port_start = ata_port_start,
507 .port_stop = ata_port_stop,
508 .host_stop = ata_host_stop
509}; 509};
510 510
511static struct ata_port_operations nv133_port_ops = { 511static struct ata_port_operations nv133_port_ops = {
@@ -532,14 +532,14 @@ static struct ata_port_operations nv133_port_ops = {
532 .qc_prep = ata_qc_prep, 532 .qc_prep = ata_qc_prep,
533 .qc_issue = ata_qc_issue_prot, 533 .qc_issue = ata_qc_issue_prot,
534 534
535 .data_xfer = ata_pio_data_xfer, 535 .data_xfer = ata_data_xfer,
536 536
537 .irq_handler = ata_interrupt, 537 .irq_handler = ata_interrupt,
538 .irq_clear = ata_bmdma_irq_clear, 538 .irq_clear = ata_bmdma_irq_clear,
539 .irq_on = ata_irq_on,
540 .irq_ack = ata_irq_ack,
539 541
540 .port_start = ata_port_start, 542 .port_start = ata_port_start,
541 .port_stop = ata_port_stop,
542 .host_stop = ata_host_stop
543}; 543};
544 544
545static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id) 545static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)