Skip to content

Commit

Permalink
pata_via: Correct missing comments
Browse files Browse the repository at this point in the history
The 8237S was added to the chipsets but not to the comments. Fix this

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Alan authored and Jeff Garzik committed Feb 2, 2007
1 parent 54494f3 commit 05c39e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/ata/pata_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* VIA VT8233c - UDMA100
* VIA VT8235 - UDMA133
* VIA VT8237 - UDMA133
* VIA VT8237S - UDMA133
* VIA VT8251 - UDMA133
*
* Most registers remain compatible across chips. Others start reserved
Expand Down Expand Up @@ -61,7 +62,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_via"
#define DRV_VERSION "0.2.0"
#define DRV_VERSION "0.2.1"

/*
* The following comes directly from Vojtech Pavlik's ide/pci/via82cxxx
Expand Down

0 comments on commit 05c39e5

Please sign in to comment.