Skip to content

Commit

Permalink
[libata] bump versions
Browse files Browse the repository at this point in the history
Bump versions based on changes submitted during 2.6.21 merge window.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jeff Garzik committed Feb 26, 2007
1 parent a84471f commit cb48cab
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion drivers/ata/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include <linux/libata.h>

#define DRV_NAME "ahci"
#define DRV_VERSION "2.0"
#define DRV_VERSION "2.1"


enum {
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/ata_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <linux/libata.h>

#define DRV_NAME "ata_generic"
#define DRV_VERSION "0.2.10"
#define DRV_VERSION "0.2.11"

/*
* A generic parallel ATA driver using libata
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
#include <linux/libata.h>

#define DRV_NAME "ata_piix"
#define DRV_VERSION "2.00ac7"
#define DRV_VERSION "2.10"

enum {
PIIX_IOCFG = 0x54, /* IDE I/O configuration register */
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

#include "libata.h"

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


/* debounce timing parameters in msecs { interval, duration, timeout } */
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_ali.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <linux/dmi.h>

#define DRV_NAME "pata_ali"
#define DRV_VERSION "0.7.2"
#define DRV_VERSION "0.7.3"

/*
* Cable special cases
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_amd"
#define DRV_VERSION "0.2.7"
#define DRV_VERSION "0.2.8"

/**
* timing_setup - shared timing computation and load
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_cs5520.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_cs5520"
#define DRV_VERSION "0.6.3"
#define DRV_VERSION "0.6.4"

struct pio_clocks
{
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_cs5530.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <linux/dmi.h>

#define DRV_NAME "pata_cs5530"
#define DRV_VERSION "0.7.1"
#define DRV_VERSION "0.7.2"

static void __iomem *cs5530_port_base(struct ata_port *ap)
{
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_hpt366.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_hpt366"
#define DRV_VERSION "0.5.3"
#define DRV_VERSION "0.6.0"

struct hpt_clock {
u8 xfer_speed;
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_hpt37x.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_hpt37x"
#define DRV_VERSION "0.5.2"
#define DRV_VERSION "0.6.0"

struct hpt_clock {
u8 xfer_speed;
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_isapnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_isapnp"
#define DRV_VERSION "0.1.5"
#define DRV_VERSION "0.2.0"

static struct scsi_host_template isapnp_sht = {
.module = THIS_MODULE,
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_it821x.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@


#define DRV_NAME "pata_it821x"
#define DRV_VERSION "0.3.3"
#define DRV_VERSION "0.3.4"

struct it821x_dev
{
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_ixp4xx_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <scsi/scsi_host.h>

#define DRV_NAME "pata_ixp4xx_cf"
#define DRV_VERSION "0.1.1ac3"
#define DRV_VERSION "0.1.2"

static int ixp4xx_set_mode(struct ata_port *ap, struct ata_device **error)
{
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#include <linux/platform_device.h>

#define DRV_NAME "pata_legacy"
#define DRV_VERSION "0.5.3"
#define DRV_VERSION "0.5.4"

#define NR_HOST 6

Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_opti.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_opti"
#define DRV_VERSION "0.2.7"
#define DRV_VERSION "0.2.8"

enum {
READ_REG = 0, /* index of Read cycle timing register */
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_optidma.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_optidma"
#define DRV_VERSION "0.2.3"
#define DRV_VERSION "0.2.4"

enum {
READ_REG = 0, /* index of Read cycle timing register */
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_pcmcia.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


#define DRV_NAME "pata_pcmcia"
#define DRV_VERSION "0.2.11"
#define DRV_VERSION "0.3.0"

/*
* Private data structure to glue stuff together
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_pdc2027x.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_pdc2027x"
#define DRV_VERSION "0.74-ac5"
#define DRV_VERSION "0.8"
#undef PDC_DEBUG

#ifdef PDC_DEBUG
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_pdc202xx_old.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_pdc202xx_old"
#define DRV_VERSION "0.2.3"
#define DRV_VERSION "0.3.0"

/**
* pdc2024x_pre_reset - probe begin
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_qdi.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <linux/platform_device.h>

#define DRV_NAME "pata_qdi"
#define DRV_VERSION "0.2.4"
#define DRV_VERSION "0.3.0"

#define NR_HOST 4 /* Two 6580s */

Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_serverworks.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_serverworks"
#define DRV_VERSION "0.3.9"
#define DRV_VERSION "0.4.0"

#define SVWKS_CSB5_REVISION_NEW 0x92 /* min PCI_REVISION_ID for UDMA5 (A2.0) */
#define SVWKS_CSB6_REVISION 0xa0 /* min PCI_REVISION_ID for UDMA4 (A1.0) */
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_sis.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "sis.h"

#define DRV_NAME "pata_sis"
#define DRV_VERSION "0.4.5"
#define DRV_VERSION "0.5.0"

struct sis_chipset {
u16 device; /* PCI host ID */
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_sl82c105.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <linux/libata.h>

#define DRV_NAME "pata_sl82c105"
#define DRV_VERSION "0.2.5"
#define DRV_VERSION "0.3.0"

enum {
/*
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pata_winbond.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <linux/platform_device.h>

#define DRV_NAME "pata_winbond"
#define DRV_VERSION "0.0.1"
#define DRV_VERSION "0.0.2"

#define NR_HOST 4 /* Two winbond controllers, two channels each */

Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/pdc_adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include <linux/libata.h>

#define DRV_NAME "pdc_adma"
#define DRV_VERSION "0.04"
#define DRV_VERSION "0.05"

/* macro to calculate base address for ATA regs */
#define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <linux/libata.h>

#define DRV_NAME "sata_mv"
#define DRV_VERSION "0.7"
#define DRV_VERSION "0.8"

enum {
/* BAR's are enumerated in terms of pci_resource_start() terms */
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_promise.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include "sata_promise.h"

#define DRV_NAME "sata_promise"
#define DRV_VERSION "1.05"
#define DRV_VERSION "2.00"


enum {
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_qstor.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <linux/libata.h>

#define DRV_NAME "sata_qstor"
#define DRV_VERSION "0.06"
#define DRV_VERSION "0.07"

enum {
QS_MMIO_BAR = 4,
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_sil.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include <linux/libata.h>

#define DRV_NAME "sata_sil"
#define DRV_VERSION "2.0"
#define DRV_VERSION "2.1"

enum {
SIL_MMIO_BAR = 5,
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <linux/libata.h>

#define DRV_NAME "sata_sil24"
#define DRV_VERSION "0.3"
#define DRV_VERSION "0.8"

/*
* Port request block (PRB) 32 bytes
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_svw.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#endif /* CONFIG_PPC_OF */

#define DRV_NAME "sata_svw"
#define DRV_VERSION "2.0"
#define DRV_VERSION "2.1"

enum {
K2_FLAG_NO_ATAPI_DMA = (1 << 29),
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_sx4.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include "sata_promise.h"

#define DRV_NAME "sata_sx4"
#define DRV_VERSION "0.9"
#define DRV_VERSION "0.10"


enum {
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_uli.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <linux/libata.h>

#define DRV_NAME "sata_uli"
#define DRV_VERSION "1.0"
#define DRV_VERSION "1.1"

enum {
uli_5289 = 0,
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include <linux/libata.h>

#define DRV_NAME "sata_via"
#define DRV_VERSION "2.0"
#define DRV_VERSION "2.1"

enum board_ids_enum {
vt6420,
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_vsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <linux/libata.h>

#define DRV_NAME "sata_vsc"
#define DRV_VERSION "2.0"
#define DRV_VERSION "2.1"

enum {
VSC_MMIO_BAR = 0,
Expand Down

0 comments on commit cb48cab

Please sign in to comment.