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

Commit 8bc3fc47 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

libata: bump versions



Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent a617c09f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
#include <linux/libata.h>

#define DRV_NAME	"ahci"
#define DRV_VERSION	"2.1"
#define DRV_VERSION	"2.2"


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

#define DRV_NAME "ata_generic"
#define DRV_VERSION "0.2.11"
#define DRV_VERSION "0.2.12"

/*
 *	A generic parallel ATA driver using libata
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@

#include "libata.h"

#define DRV_VERSION	"2.20"	/* must be exactly four chars */
#define DRV_VERSION	"2.21"	/* must be exactly four chars */


/* debounce timing parameters in msecs { interval, duration, timeout } */
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
#include <linux/ata.h>

#define DRV_NAME	"pata_artop"
#define DRV_VERSION	"0.4.2"
#define DRV_VERSION	"0.4.3"

/*
 *	The ARTOP has 33 Mhz and "over clocked" timing tables. Until we
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_cmd64x"
#define DRV_VERSION "0.2.2"
#define DRV_VERSION "0.2.3"

/*
 * CMD64x specific registers definition.
Loading