diff options
-rw-r--r-- | drivers/ata/Kconfig | 4 | ||||
-rw-r--r-- | drivers/ata/pata_hpt3x2n.c | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index e3e0e95c7aa5..e0c34d73770a 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -408,11 +408,11 @@ config PATA_HPT37X | |||
408 | If unsure, say N. | 408 | If unsure, say N. |
409 | 409 | ||
410 | config PATA_HPT3X2N | 410 | config PATA_HPT3X2N |
411 | tristate "HPT 372N/302N PATA support" | 411 | tristate "HPT 371N/372N/302N PATA support" |
412 | depends on PCI | 412 | depends on PCI |
413 | help | 413 | help |
414 | This option enables support for the N variant HPT PATA | 414 | This option enables support for the N variant HPT PATA |
415 | controllers via the new ATA layer | 415 | controllers via the new ATA layer. |
416 | 416 | ||
417 | If unsure, say N. | 417 | If unsure, say N. |
418 | 418 | ||
diff --git a/drivers/ata/pata_hpt3x2n.c b/drivers/ata/pata_hpt3x2n.c index 97c6ded047b8..87b735a45935 100644 --- a/drivers/ata/pata_hpt3x2n.c +++ b/drivers/ata/pata_hpt3x2n.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Libata driver for the highpoint 372N and 302N UDMA66 ATA controllers. | 2 | * Libata driver for the HighPoint 371N, 372N, and 302N UDMA66 ATA controllers. |
3 | * | 3 | * |
4 | * This driver is heavily based upon: | 4 | * This driver is heavily based upon: |
5 | * | 5 | * |
@@ -456,8 +456,6 @@ static int hpt3x2n_pci_clock(struct pci_dev *pdev) | |||
456 | * HPT372N 9 (HPT372N) * UDMA133 | 456 | * HPT372N 9 (HPT372N) * UDMA133 |
457 | * | 457 | * |
458 | * (1) UDMA133 support depends on the bus clock | 458 | * (1) UDMA133 support depends on the bus clock |
459 | * | ||
460 | * To pin down HPT371N | ||
461 | */ | 459 | */ |
462 | 460 | ||
463 | static int hpt3x2n_init_one(struct pci_dev *dev, const struct pci_device_id *id) | 461 | static int hpt3x2n_init_one(struct pci_dev *dev, const struct pci_device_id *id) |
@@ -616,7 +614,7 @@ static void __exit hpt3x2n_exit(void) | |||
616 | } | 614 | } |
617 | 615 | ||
618 | MODULE_AUTHOR("Alan Cox"); | 616 | MODULE_AUTHOR("Alan Cox"); |
619 | MODULE_DESCRIPTION("low-level driver for the Highpoint HPT3x2n/30x"); | 617 | MODULE_DESCRIPTION("low-level driver for the Highpoint HPT3xxN"); |
620 | MODULE_LICENSE("GPL"); | 618 | MODULE_LICENSE("GPL"); |
621 | MODULE_DEVICE_TABLE(pci, hpt3x2n); | 619 | MODULE_DEVICE_TABLE(pci, hpt3x2n); |
622 | MODULE_VERSION(DRV_VERSION); | 620 | MODULE_VERSION(DRV_VERSION); |