Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227632
b: refs/heads/master
c: 0ca646d
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylyov authored and Jeff Garzik committed Jan 8, 2011
1 parent 68ac562 commit 80f36fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e834c2e6d51e053c6bd23fec1d95529f618f760
refs/heads/master: 0ca646db68d1bd7184dfc41362d0dd9d56c0e57e
4 changes: 2 additions & 2 deletions trunk/drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 2 additions & 4 deletions trunk/drivers/ata/pata_hpt3x2n.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* 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:
*
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 80f36fa

Please sign in to comment.