Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ca646db authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Jeff Garzik
Browse files

pata_hpt3x2n: clarify about HPT371N support



Commit 28e21c8c (pata_hpt3x2n: Add HPT371N
support and other bits) forgot to update the driver's Kconfig entry, heading
comment, and module description (that also wrongly claims support of HPT302)
which may confuse users...

Signed-off-by: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 8e834c2e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -408,11 +408,11 @@ config PATA_HPT37X
	  If unsure, say N.

config PATA_HPT3X2N
	tristate "HPT 372N/302N PATA support"
	tristate "HPT 371N/372N/302N PATA support"
	depends on PCI
	help
	  This option enables support for the N variant HPT PATA
	  controllers via the new ATA layer
	  controllers via the new ATA layer.

	  If unsure, say N.

+2 −4
Original line number Diff line number Diff line
/*
 * Libata driver for the highpoint 372N and 302N UDMA66 ATA controllers.
 * Libata driver for the HighPoint 371N, 372N, and 302N UDMA66 ATA controllers.
 *
 * This driver is heavily based upon:
 *
@@ -456,8 +456,6 @@ static int hpt3x2n_pci_clock(struct pci_dev *pdev)
 *	HPT372N			9 (HPT372N)	*	UDMA133
 *
 *	(1) UDMA133 support depends on the bus clock
 *
 *	To pin down		HPT371N
 */

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)
}

MODULE_AUTHOR("Alan Cox");
MODULE_DESCRIPTION("low-level driver for the Highpoint HPT3x2n/30x");
MODULE_DESCRIPTION("low-level driver for the Highpoint HPT3xxN");
MODULE_LICENSE("GPL");
MODULE_DEVICE_TABLE(pci, hpt3x2n);
MODULE_VERSION(DRV_VERSION);