diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-16 11:06:59 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-16 11:06:59 -0500 |
| commit | 7bdd720869ff75700b48b132ee71852615b55808 (patch) | |
| tree | 5d42dddd1cda8462fe1b2739a40ab28df28c227d | |
| parent | c2cd76ff106b8bd9c0a754c6439c74e86fd2aba7 (diff) | |
[libata] bump versions
| -rw-r--r-- | drivers/scsi/ahci.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/ata_piix.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/libata.h | 2 | ||||
| -rw-r--r-- | drivers/scsi/sata_promise.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/sata_qstor.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/sata_svw.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/sata_sx4.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/sata_vsc.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index 5386c0d6101c..83467a05dc8e 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | #include <asm/io.h> | 48 | #include <asm/io.h> |
| 49 | 49 | ||
| 50 | #define DRV_NAME "ahci" | 50 | #define DRV_NAME "ahci" |
| 51 | #define DRV_VERSION "1.01" | 51 | #define DRV_VERSION "1.2" |
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | enum { | 54 | enum { |
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index 855428ff37e9..333d69dd84ef 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | #include <linux/libata.h> | 50 | #include <linux/libata.h> |
| 51 | 51 | ||
| 52 | #define DRV_NAME "ata_piix" | 52 | #define DRV_NAME "ata_piix" |
| 53 | #define DRV_VERSION "1.04" | 53 | #define DRV_VERSION "1.05" |
| 54 | 54 | ||
| 55 | enum { | 55 | enum { |
| 56 | PIIX_IOCFG = 0x54, /* IDE I/O configuration register */ | 56 | PIIX_IOCFG = 0x54, /* IDE I/O configuration register */ |
diff --git a/drivers/scsi/libata.h b/drivers/scsi/libata.h index 74a84e0ec0a4..8ebaa694d18e 100644 --- a/drivers/scsi/libata.h +++ b/drivers/scsi/libata.h | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | #define __LIBATA_H__ | 29 | #define __LIBATA_H__ |
| 30 | 30 | ||
| 31 | #define DRV_NAME "libata" | 31 | #define DRV_NAME "libata" |
| 32 | #define DRV_VERSION "1.12" /* must be exactly four chars */ | 32 | #define DRV_VERSION "1.20" /* must be exactly four chars */ |
| 33 | 33 | ||
| 34 | struct ata_scsi_args { | 34 | struct ata_scsi_args { |
| 35 | u16 *id; | 35 | u16 *id; |
diff --git a/drivers/scsi/sata_promise.c b/drivers/scsi/sata_promise.c index 242d906987ad..8a8e3e3ef0ed 100644 --- a/drivers/scsi/sata_promise.c +++ b/drivers/scsi/sata_promise.c | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | #include "sata_promise.h" | 46 | #include "sata_promise.h" |
| 47 | 47 | ||
| 48 | #define DRV_NAME "sata_promise" | 48 | #define DRV_NAME "sata_promise" |
| 49 | #define DRV_VERSION "1.02" | 49 | #define DRV_VERSION "1.03" |
| 50 | 50 | ||
| 51 | 51 | ||
| 52 | enum { | 52 | enum { |
diff --git a/drivers/scsi/sata_qstor.c b/drivers/scsi/sata_qstor.c index 4a6d3067d23c..a8987f5ff5cc 100644 --- a/drivers/scsi/sata_qstor.c +++ b/drivers/scsi/sata_qstor.c | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | #include <linux/libata.h> | 41 | #include <linux/libata.h> |
| 42 | 42 | ||
| 43 | #define DRV_NAME "sata_qstor" | 43 | #define DRV_NAME "sata_qstor" |
| 44 | #define DRV_VERSION "0.04" | 44 | #define DRV_VERSION "0.05" |
| 45 | 45 | ||
| 46 | enum { | 46 | enum { |
| 47 | QS_PORTS = 4, | 47 | QS_PORTS = 4, |
diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c index 57e5a9d964c3..6e7f7c83a75a 100644 --- a/drivers/scsi/sata_svw.c +++ b/drivers/scsi/sata_svw.c | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | #endif /* CONFIG_PPC_OF */ | 54 | #endif /* CONFIG_PPC_OF */ |
| 55 | 55 | ||
| 56 | #define DRV_NAME "sata_svw" | 56 | #define DRV_NAME "sata_svw" |
| 57 | #define DRV_VERSION "1.06" | 57 | #define DRV_VERSION "1.07" |
| 58 | 58 | ||
| 59 | /* Taskfile registers offsets */ | 59 | /* Taskfile registers offsets */ |
| 60 | #define K2_SATA_TF_CMD_OFFSET 0x00 | 60 | #define K2_SATA_TF_CMD_OFFSET 0x00 |
diff --git a/drivers/scsi/sata_sx4.c b/drivers/scsi/sata_sx4.c index b4bbe48acab0..dcc3ad9a9d6e 100644 --- a/drivers/scsi/sata_sx4.c +++ b/drivers/scsi/sata_sx4.c | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | #include "sata_promise.h" | 46 | #include "sata_promise.h" |
| 47 | 47 | ||
| 48 | #define DRV_NAME "sata_sx4" | 48 | #define DRV_NAME "sata_sx4" |
| 49 | #define DRV_VERSION "0.7" | 49 | #define DRV_VERSION "0.8" |
| 50 | 50 | ||
| 51 | 51 | ||
| 52 | enum { | 52 | enum { |
diff --git a/drivers/scsi/sata_vsc.c b/drivers/scsi/sata_vsc.c index 77a6e4b9262d..fcfa486965b4 100644 --- a/drivers/scsi/sata_vsc.c +++ b/drivers/scsi/sata_vsc.c | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | #include <linux/libata.h> | 47 | #include <linux/libata.h> |
| 48 | 48 | ||
| 49 | #define DRV_NAME "sata_vsc" | 49 | #define DRV_NAME "sata_vsc" |
| 50 | #define DRV_VERSION "1.0" | 50 | #define DRV_VERSION "1.1" |
| 51 | 51 | ||
| 52 | /* Interrupt register offsets (from chip base address) */ | 52 | /* Interrupt register offsets (from chip base address) */ |
| 53 | #define VSC_SATA_INT_STAT_OFFSET 0x00 | 53 | #define VSC_SATA_INT_STAT_OFFSET 0x00 |
