Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
8bc3fc47
Commit
8bc3fc47
authored
May 21, 2007
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libata: bump versions
Signed-off-by:
Jeff Garzik
<
jeff@garzik.org
>
parent
a617c09f
Changes
35
Show whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
35 additions
and
35 deletions
+35
-35
drivers/ata/ahci.c
drivers/ata/ahci.c
+1
-1
drivers/ata/ata_generic.c
drivers/ata/ata_generic.c
+1
-1
drivers/ata/libata-core.c
drivers/ata/libata-core.c
+1
-1
drivers/ata/pata_artop.c
drivers/ata/pata_artop.c
+1
-1
drivers/ata/pata_cmd64x.c
drivers/ata/pata_cmd64x.c
+1
-1
drivers/ata/pata_cs5520.c
drivers/ata/pata_cs5520.c
+1
-1
drivers/ata/pata_cs5530.c
drivers/ata/pata_cs5530.c
+1
-1
drivers/ata/pata_cs5535.c
drivers/ata/pata_cs5535.c
+1
-1
drivers/ata/pata_cypress.c
drivers/ata/pata_cypress.c
+1
-1
drivers/ata/pata_hpt3x3.c
drivers/ata/pata_hpt3x3.c
+1
-1
drivers/ata/pata_isapnp.c
drivers/ata/pata_isapnp.c
+1
-1
drivers/ata/pata_it8213.c
drivers/ata/pata_it8213.c
+1
-1
drivers/ata/pata_ixp4xx_cf.c
drivers/ata/pata_ixp4xx_cf.c
+1
-1
drivers/ata/pata_jmicron.c
drivers/ata/pata_jmicron.c
+1
-1
drivers/ata/pata_legacy.c
drivers/ata/pata_legacy.c
+1
-1
drivers/ata/pata_platform.c
drivers/ata/pata_platform.c
+1
-1
drivers/ata/pata_qdi.c
drivers/ata/pata_qdi.c
+1
-1
drivers/ata/pata_rz1000.c
drivers/ata/pata_rz1000.c
+1
-1
drivers/ata/pata_sc1200.c
drivers/ata/pata_sc1200.c
+1
-1
drivers/ata/pata_scc.c
drivers/ata/pata_scc.c
+1
-1
drivers/ata/pata_serverworks.c
drivers/ata/pata_serverworks.c
+1
-1
drivers/ata/pata_sl82c105.c
drivers/ata/pata_sl82c105.c
+1
-1
drivers/ata/pata_winbond.c
drivers/ata/pata_winbond.c
+1
-1
drivers/ata/pdc_adma.c
drivers/ata/pdc_adma.c
+1
-1
drivers/ata/sata_inic162x.c
drivers/ata/sata_inic162x.c
+1
-1
drivers/ata/sata_mv.c
drivers/ata/sata_mv.c
+1
-1
drivers/ata/sata_nv.c
drivers/ata/sata_nv.c
+1
-1
drivers/ata/sata_qstor.c
drivers/ata/sata_qstor.c
+1
-1
drivers/ata/sata_sil24.c
drivers/ata/sata_sil24.c
+1
-1
drivers/ata/sata_sis.c
drivers/ata/sata_sis.c
+1
-1
drivers/ata/sata_svw.c
drivers/ata/sata_svw.c
+1
-1
drivers/ata/sata_sx4.c
drivers/ata/sata_sx4.c
+1
-1
drivers/ata/sata_uli.c
drivers/ata/sata_uli.c
+1
-1
drivers/ata/sata_via.c
drivers/ata/sata_via.c
+1
-1
drivers/ata/sata_vsc.c
drivers/ata/sata_vsc.c
+1
-1
No files found.
drivers/ata/ahci.c
View file @
8bc3fc47
...
...
@@ -46,7 +46,7 @@
#include <linux/libata.h>
#define DRV_NAME "ahci"
#define DRV_VERSION "2.
1
"
#define DRV_VERSION "2.
2
"
enum
{
...
...
drivers/ata/ata_generic.c
View file @
8bc3fc47
...
...
@@ -26,7 +26,7 @@
#include <linux/libata.h>
#define DRV_NAME "ata_generic"
#define DRV_VERSION "0.2.1
1
"
#define DRV_VERSION "0.2.1
2
"
/*
* A generic parallel ATA driver using libata
...
...
drivers/ata/libata-core.c
View file @
8bc3fc47
...
...
@@ -59,7 +59,7 @@
#include "libata.h"
#define DRV_VERSION "2.2
0
"
/* must be exactly four chars */
#define DRV_VERSION "2.2
1
"
/* must be exactly four chars */
/* debounce timing parameters in msecs { interval, duration, timeout } */
...
...
drivers/ata/pata_artop.c
View file @
8bc3fc47
...
...
@@ -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
...
...
drivers/ata/pata_cmd64x.c
View file @
8bc3fc47
...
...
@@ -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.
...
...
drivers/ata/pata_cs5520.c
View file @
8bc3fc47
...
...
@@ -41,7 +41,7 @@
#include <linux/libata.h>
#define DRV_NAME "pata_cs5520"
#define DRV_VERSION "0.6.
4
"
#define DRV_VERSION "0.6.
5
"
struct
pio_clocks
{
...
...
drivers/ata/pata_cs5530.c
View file @
8bc3fc47
...
...
@@ -35,7 +35,7 @@
#include <linux/dmi.h>
#define DRV_NAME "pata_cs5530"
#define DRV_VERSION "0.7.
2
"
#define DRV_VERSION "0.7.
3
"
static
void
__iomem
*
cs5530_port_base
(
struct
ata_port
*
ap
)
{
...
...
drivers/ata/pata_cs5535.c
View file @
8bc3fc47
...
...
@@ -39,7 +39,7 @@
#include <asm/msr.h>
#define DRV_NAME "cs5535"
#define DRV_VERSION "0.2.1
1
"
#define DRV_VERSION "0.2.1
2
"
/*
* The Geode (Aka Athlon GX now) uses an internal MSR based
...
...
drivers/ata/pata_cypress.c
View file @
8bc3fc47
...
...
@@ -18,7 +18,7 @@
#include <linux/libata.h>
#define DRV_NAME "pata_cypress"
#define DRV_VERSION "0.1.
4
"
#define DRV_VERSION "0.1.
5
"
/* here are the offset definitions for the registers */
...
...
drivers/ata/pata_hpt3x3.c
View file @
8bc3fc47
...
...
@@ -23,7 +23,7 @@
#include <linux/libata.h>
#define DRV_NAME "pata_hpt3x3"
#define DRV_VERSION "0.4.
2
"
#define DRV_VERSION "0.4.
3
"
/**
* hpt3x3_set_piomode - PIO setup
...
...
drivers/ata/pata_isapnp.c
View file @
8bc3fc47
...
...
@@ -17,7 +17,7 @@
#include <linux/libata.h>
#define DRV_NAME "pata_isapnp"
#define DRV_VERSION "0.2.
0
"
#define DRV_VERSION "0.2.
1
"
static
struct
scsi_host_template
isapnp_sht
=
{
.
module
=
THIS_MODULE
,
...
...
drivers/ata/pata_it8213.c
View file @
8bc3fc47
...
...
@@ -19,7 +19,7 @@
#include <linux/ata.h>
#define DRV_NAME "pata_it8213"
#define DRV_VERSION "0.0.
2
"
#define DRV_VERSION "0.0.
3
"
/**
* it8213_pre_reset - check for 40/80 pin
...
...
drivers/ata/pata_ixp4xx_cf.c
View file @
8bc3fc47
...
...
@@ -23,7 +23,7 @@
#include <scsi/scsi_host.h>
#define DRV_NAME "pata_ixp4xx_cf"
#define DRV_VERSION "0.1.
2
"
#define DRV_VERSION "0.1.
3
"
static
int
ixp4xx_set_mode
(
struct
ata_port
*
ap
,
struct
ata_device
**
error
)
{
...
...
drivers/ata/pata_jmicron.c
View file @
8bc3fc47
...
...
@@ -19,7 +19,7 @@
#include <linux/ata.h>
#define DRV_NAME "pata_jmicron"
#define DRV_VERSION "0.1.
4
"
#define DRV_VERSION "0.1.
5
"
typedef
enum
{
PORT_PATA0
=
0
,
...
...
drivers/ata/pata_legacy.c
View file @
8bc3fc47
...
...
@@ -64,7 +64,7 @@
#include <linux/platform_device.h>
#define DRV_NAME "pata_legacy"
#define DRV_VERSION "0.5.
4
"
#define DRV_VERSION "0.5.
5
"
#define NR_HOST 6
...
...
drivers/ata/pata_platform.c
View file @
8bc3fc47
...
...
@@ -22,7 +22,7 @@
#include <linux/pata_platform.h>
#define DRV_NAME "pata_platform"
#define DRV_VERSION "
0.1.2
"
#define DRV_VERSION "
1.0
"
static
int
pio_mask
=
1
;
...
...
drivers/ata/pata_qdi.c
View file @
8bc3fc47
...
...
@@ -26,7 +26,7 @@
#include <linux/platform_device.h>
#define DRV_NAME "pata_qdi"
#define DRV_VERSION "0.3.
0
"
#define DRV_VERSION "0.3.
1
"
#define NR_HOST 4
/* Two 6580s */
...
...
drivers/ata/pata_rz1000.c
View file @
8bc3fc47
...
...
@@ -21,7 +21,7 @@
#include <linux/libata.h>
#define DRV_NAME "pata_rz1000"
#define DRV_VERSION "0.2.
3
"
#define DRV_VERSION "0.2.
4
"
/**
...
...
drivers/ata/pata_sc1200.c
View file @
8bc3fc47
...
...
@@ -40,7 +40,7 @@
#include <linux/libata.h>
#define DRV_NAME "sc1200"
#define DRV_VERSION "0.2.
4
"
#define DRV_VERSION "0.2.
5
"
#define SC1200_REV_A 0x00
#define SC1200_REV_B1 0x01
...
...
drivers/ata/pata_scc.c
View file @
8bc3fc47
...
...
@@ -43,7 +43,7 @@
#include <linux/libata.h>
#define DRV_NAME "pata_scc"
#define DRV_VERSION "0.
1
"
#define DRV_VERSION "0.
2
"
#define PCI_DEVICE_ID_TOSHIBA_SCC_ATA 0x01b4
...
...
drivers/ata/pata_serverworks.c
View file @
8bc3fc47
...
...
@@ -41,7 +41,7 @@
#include <linux/libata.h>
#define DRV_NAME "pata_serverworks"
#define DRV_VERSION "0.4.
0
"
#define DRV_VERSION "0.4.
1
"
#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) */
...
...
drivers/ata/pata_sl82c105.c
View file @
8bc3fc47
...
...
@@ -26,7 +26,7 @@
#include <linux/libata.h>
#define DRV_NAME "pata_sl82c105"
#define DRV_VERSION "0.3.
0
"
#define DRV_VERSION "0.3.
1
"
enum
{
/*
...
...
drivers/ata/pata_winbond.c
View file @
8bc3fc47
...
...
@@ -16,7 +16,7 @@
#include <linux/platform_device.h>
#define DRV_NAME "pata_winbond"
#define DRV_VERSION "0.0.
2
"
#define DRV_VERSION "0.0.
3
"
#define NR_HOST 4
/* Two winbond controllers, two channels each */
...
...
drivers/ata/pdc_adma.c
View file @
8bc3fc47
...
...
@@ -44,7 +44,7 @@
#include <linux/libata.h>
#define DRV_NAME "pdc_adma"
#define DRV_VERSION "0.0
5
"
#define DRV_VERSION "0.0
6
"
/* macro to calculate base address for ATA regs */
#define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))
...
...
drivers/ata/sata_inic162x.c
View file @
8bc3fc47
...
...
@@ -28,7 +28,7 @@
#include <scsi/scsi_device.h>
#define DRV_NAME "sata_inic162x"
#define DRV_VERSION "0.
1
"
#define DRV_VERSION "0.
2
"
enum
{
MMIO_BAR
=
5
,
...
...
drivers/ata/sata_mv.c
View file @
8bc3fc47
...
...
@@ -35,7 +35,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_mv"
#define DRV_VERSION "0.8"
#define DRV_VERSION "0.8
1
"
enum
{
/* BAR's are enumerated in terms of pci_resource_start() terms */
...
...
drivers/ata/sata_nv.c
View file @
8bc3fc47
...
...
@@ -49,7 +49,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_nv"
#define DRV_VERSION "3.
3
"
#define DRV_VERSION "3.
4
"
#define NV_ADMA_DMA_BOUNDARY 0xffffffffUL
...
...
drivers/ata/sata_qstor.c
View file @
8bc3fc47
...
...
@@ -39,7 +39,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_qstor"
#define DRV_VERSION "0.0
7
"
#define DRV_VERSION "0.0
8
"
enum
{
QS_MMIO_BAR
=
4
,
...
...
drivers/ata/sata_sil24.c
View file @
8bc3fc47
...
...
@@ -30,7 +30,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_sil24"
#define DRV_VERSION "0.
8
"
#define DRV_VERSION "0.
9
"
/*
* Port request block (PRB) 32 bytes
...
...
drivers/ata/sata_sis.c
View file @
8bc3fc47
...
...
@@ -43,7 +43,7 @@
#include "sis.h"
#define DRV_NAME "sata_sis"
#define DRV_VERSION "0.
7
"
#define DRV_VERSION "0.
8
"
enum
{
sis_180
=
0
,
...
...
drivers/ata/sata_svw.c
View file @
8bc3fc47
...
...
@@ -53,7 +53,7 @@
#endif
/* CONFIG_PPC_OF */
#define DRV_NAME "sata_svw"
#define DRV_VERSION "2.
1
"
#define DRV_VERSION "2.
2
"
enum
{
/* ap->flags bits */
...
...
drivers/ata/sata_sx4.c
View file @
8bc3fc47
...
...
@@ -44,7 +44,7 @@
#include "sata_promise.h"
#define DRV_NAME "sata_sx4"
#define DRV_VERSION "0.1
0
"
#define DRV_VERSION "0.1
1
"
enum
{
...
...
drivers/ata/sata_uli.c
View file @
8bc3fc47
...
...
@@ -36,7 +36,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_uli"
#define DRV_VERSION "1.
1
"
#define DRV_VERSION "1.
2
"
enum
{
uli_5289
=
0
,
...
...
drivers/ata/sata_via.c
View file @
8bc3fc47
...
...
@@ -46,7 +46,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_via"
#define DRV_VERSION "2.
1
"
#define DRV_VERSION "2.
2
"
enum
board_ids_enum
{
vt6420
,
...
...
drivers/ata/sata_vsc.c
View file @
8bc3fc47
...
...
@@ -47,7 +47,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_vsc"
#define DRV_VERSION "2.
1
"
#define DRV_VERSION "2.
2
"
enum
{
VSC_MMIO_BAR
=
0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment