diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 20:00:17 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 20:00:17 -0700 |
commit | 005940ead619c2867e0465c8e0fffb9e5989b57e (patch) | |
tree | c4610404433dc2d38389100f45c5d824d2713750 /drivers/scsi/ata_piix.c | |
parent | d3813fcf105814d06b47fa586f6b61f3cff1cefc (diff) | |
parent | 6885433c25aaca2cb13ee52a94be156163d6aa23 (diff) | |
download | op-kernel-dev-005940ead619c2867e0465c8e0fffb9e5989b57e.zip op-kernel-dev-005940ead619c2867e0465c8e0fffb9e5989b57e.tar.gz |
Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
Diffstat (limited to 'drivers/scsi/ata_piix.c')
-rw-r--r-- | drivers/scsi/ata_piix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index a2cfade..d96ebf9 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c @@ -32,7 +32,7 @@ #include <linux/libata.h> #define DRV_NAME "ata_piix" -#define DRV_VERSION "1.03" +#define DRV_VERSION "1.04" enum { PIIX_IOCFG = 0x54, /* IDE I/O configuration register */ |