Commit 8676ce07 authored by Jeff Garzik's avatar Jeff Garzik

[libata] Bump versions

Update major version for libata, and several drivers.
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent eb99adde
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
#include <asm/io.h> #include <asm/io.h>
#define DRV_NAME "ahci" #define DRV_NAME "ahci"
#define DRV_VERSION "1.3" #define DRV_VERSION "2.0"
enum { enum {
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
#include <linux/libata.h> #include <linux/libata.h>
#define DRV_NAME "ata_piix" #define DRV_NAME "ata_piix"
#define DRV_VERSION "1.10" #define DRV_VERSION "2.00"
enum { enum {
PIIX_IOCFG = 0x54, /* IDE I/O configuration register */ PIIX_IOCFG = 0x54, /* IDE I/O configuration register */
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#define __LIBATA_H__ #define __LIBATA_H__
#define DRV_NAME "libata" #define DRV_NAME "libata"
#define DRV_VERSION "1.30" /* must be exactly four chars */ #define DRV_VERSION "2.00" /* must be exactly four chars */
struct ata_scsi_args { struct ata_scsi_args {
struct ata_device *dev; struct ata_device *dev;
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include <linux/libata.h> #include <linux/libata.h>
#define DRV_NAME "sata_nv" #define DRV_NAME "sata_nv"
#define DRV_VERSION "0.9" #define DRV_VERSION "2.0"
enum { enum {
NV_PORTS = 2, NV_PORTS = 2,
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include <linux/libata.h> #include <linux/libata.h>
#define DRV_NAME "sata_sil" #define DRV_NAME "sata_sil"
#define DRV_VERSION "1.0" #define DRV_VERSION "2.0"
enum { enum {
/* /*
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <asm/io.h> #include <asm/io.h>
#define DRV_NAME "sata_sil24" #define DRV_NAME "sata_sil24"
#define DRV_VERSION "0.24" #define DRV_VERSION "0.3"
/* /*
* Port request block (PRB) 32 bytes * Port request block (PRB) 32 bytes
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#endif /* CONFIG_PPC_OF */ #endif /* CONFIG_PPC_OF */
#define DRV_NAME "sata_svw" #define DRV_NAME "sata_svw"
#define DRV_VERSION "1.8" #define DRV_VERSION "2.0"
enum { enum {
/* Taskfile registers offsets */ /* Taskfile registers offsets */
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <linux/libata.h> #include <linux/libata.h>
#define DRV_NAME "sata_uli" #define DRV_NAME "sata_uli"
#define DRV_VERSION "0.6" #define DRV_VERSION "1.0"
enum { enum {
uli_5289 = 0, uli_5289 = 0,
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include <asm/io.h> #include <asm/io.h>
#define DRV_NAME "sata_via" #define DRV_NAME "sata_via"
#define DRV_VERSION "1.2" #define DRV_VERSION "2.0"
enum board_ids_enum { enum board_ids_enum {
vt6420, vt6420,
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include <linux/libata.h> #include <linux/libata.h>
#define DRV_NAME "sata_vsc" #define DRV_NAME "sata_vsc"
#define DRV_VERSION "1.2" #define DRV_VERSION "2.0"
enum { enum {
/* Interrupt register offsets (from chip base address) */ /* Interrupt register offsets (from chip base address) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment