Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bdd7208 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[libata] bump versions

parent c2cd76ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
#include <asm/io.h>

#define DRV_NAME	"ahci"
#define DRV_VERSION	"1.01"
#define DRV_VERSION	"1.2"


enum {
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
#include <linux/libata.h>

#define DRV_NAME	"ata_piix"
#define DRV_VERSION	"1.04"
#define DRV_VERSION	"1.05"

enum {
	PIIX_IOCFG		= 0x54, /* IDE I/O configuration register */
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#define __LIBATA_H__

#define DRV_NAME	"libata"
#define DRV_VERSION	"1.12"	/* must be exactly four chars */
#define DRV_VERSION	"1.20"	/* must be exactly four chars */

struct ata_scsi_args {
	u16			*id;
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
#include "sata_promise.h"

#define DRV_NAME	"sata_promise"
#define DRV_VERSION	"1.02"
#define DRV_VERSION	"1.03"


enum {
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
#include <linux/libata.h>

#define DRV_NAME	"sata_qstor"
#define DRV_VERSION	"0.04"
#define DRV_VERSION	"0.05"

enum {
	QS_PORTS		= 4,
Loading