mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 09:40:58 +07:00
[libata] bump versions
Bump versions based on changes submitted during 2.6.21 merge window. Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
a84471fe26
commit
cb48cab7f3
@ -46,7 +46,7 @@
|
||||
#include <linux/libata.h>
|
||||
|
||||
#define DRV_NAME "ahci"
|
||||
#define DRV_VERSION "2.0"
|
||||
#define DRV_VERSION "2.1"
|
||||
|
||||
|
||||
enum {
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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 } */
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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,
|
||||
|
@ -80,7 +80,7 @@
|
||||
|
||||
|
||||
#define DRV_NAME "pata_it821x"
|
||||
#define DRV_VERSION "0.3.3"
|
||||
#define DRV_VERSION "0.3.4"
|
||||
|
||||
struct it821x_dev
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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) */
|
||||
|
@ -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 */
|
||||
|
@ -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 {
|
||||
/*
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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))
|
||||
|
@ -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 */
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include "sata_promise.h"
|
||||
|
||||
#define DRV_NAME "sata_promise"
|
||||
#define DRV_VERSION "1.05"
|
||||
#define DRV_VERSION "2.00"
|
||||
|
||||
|
||||
enum {
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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),
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "sata_promise.h"
|
||||
|
||||
#define DRV_NAME "sata_sx4"
|
||||
#define DRV_VERSION "0.9"
|
||||
#define DRV_VERSION "0.10"
|
||||
|
||||
|
||||
enum {
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user