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
nexedi
linux
Commits
af64371a
Commit
af64371a
authored
Apr 02, 2006
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[libata] bump versions
parent
4bced2d4
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
drivers/scsi/ahci.c
drivers/scsi/ahci.c
+1
-1
drivers/scsi/ata_piix.c
drivers/scsi/ata_piix.c
+1
-1
drivers/scsi/libata.h
drivers/scsi/libata.h
+1
-1
drivers/scsi/pdc_adma.c
drivers/scsi/pdc_adma.c
+1
-1
drivers/scsi/sata_nv.c
drivers/scsi/sata_nv.c
+1
-1
drivers/scsi/sata_qstor.c
drivers/scsi/sata_qstor.c
+1
-1
drivers/scsi/sata_sil.c
drivers/scsi/sata_sil.c
+1
-1
drivers/scsi/sata_sil24.c
drivers/scsi/sata_sil24.c
+1
-1
drivers/scsi/sata_sis.c
drivers/scsi/sata_sis.c
+1
-1
drivers/scsi/sata_svw.c
drivers/scsi/sata_svw.c
+1
-1
drivers/scsi/sata_sx4.c
drivers/scsi/sata_sx4.c
+1
-1
drivers/scsi/sata_uli.c
drivers/scsi/sata_uli.c
+1
-1
drivers/scsi/sata_via.c
drivers/scsi/sata_via.c
+1
-1
No files found.
drivers/scsi/ahci.c
View file @
af64371a
...
...
@@ -48,7 +48,7 @@
#include <asm/io.h>
#define DRV_NAME "ahci"
#define DRV_VERSION "1.
2
"
#define DRV_VERSION "1.
3
"
enum
{
...
...
drivers/scsi/ata_piix.c
View file @
af64371a
...
...
@@ -93,7 +93,7 @@
#include <linux/libata.h>
#define DRV_NAME "ata_piix"
#define DRV_VERSION "1.
05
"
#define DRV_VERSION "1.
10
"
enum
{
PIIX_IOCFG
=
0x54
,
/* IDE I/O configuration register */
...
...
drivers/scsi/libata.h
View file @
af64371a
...
...
@@ -29,7 +29,7 @@
#define __LIBATA_H__
#define DRV_NAME "libata"
#define DRV_VERSION "1.
2
0"
/* must be exactly four chars */
#define DRV_VERSION "1.
3
0"
/* must be exactly four chars */
struct
ata_scsi_args
{
struct
ata_port
*
ap
;
...
...
drivers/scsi/pdc_adma.c
View file @
af64371a
...
...
@@ -46,7 +46,7 @@
#include <linux/libata.h>
#define DRV_NAME "pdc_adma"
#define DRV_VERSION "0.0
3
"
#define DRV_VERSION "0.0
4
"
/* macro to calculate base address for ATA regs */
#define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))
...
...
drivers/scsi/sata_nv.c
View file @
af64371a
...
...
@@ -44,7 +44,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_nv"
#define DRV_VERSION "0.
8
"
#define DRV_VERSION "0.
9
"
enum
{
NV_PORTS
=
2
,
...
...
drivers/scsi/sata_qstor.c
View file @
af64371a
...
...
@@ -41,7 +41,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_qstor"
#define DRV_VERSION "0.0
5
"
#define DRV_VERSION "0.0
6
"
enum
{
QS_PORTS
=
4
,
...
...
drivers/scsi/sata_sil.c
View file @
af64371a
...
...
@@ -46,7 +46,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_sil"
#define DRV_VERSION "
0.9
"
#define DRV_VERSION "
1.0
"
enum
{
/*
...
...
drivers/scsi/sata_sil24.c
View file @
af64371a
...
...
@@ -31,7 +31,7 @@
#include <asm/io.h>
#define DRV_NAME "sata_sil24"
#define DRV_VERSION "0.2
3
"
#define DRV_VERSION "0.2
4
"
/*
* Port request block (PRB) 32 bytes
...
...
drivers/scsi/sata_sis.c
View file @
af64371a
...
...
@@ -43,7 +43,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_sis"
#define DRV_VERSION "0.
5
"
#define DRV_VERSION "0.
6
"
enum
{
sis_180
=
0
,
...
...
drivers/scsi/sata_svw.c
View file @
af64371a
...
...
@@ -54,7 +54,7 @@
#endif
/* CONFIG_PPC_OF */
#define DRV_NAME "sata_svw"
#define DRV_VERSION "1.
07
"
#define DRV_VERSION "1.
8
"
enum
{
/* Taskfile registers offsets */
...
...
drivers/scsi/sata_sx4.c
View file @
af64371a
...
...
@@ -46,7 +46,7 @@
#include "sata_promise.h"
#define DRV_NAME "sata_sx4"
#define DRV_VERSION "0.
8
"
#define DRV_VERSION "0.
9
"
enum
{
...
...
drivers/scsi/sata_uli.c
View file @
af64371a
...
...
@@ -37,7 +37,7 @@
#include <linux/libata.h>
#define DRV_NAME "sata_uli"
#define DRV_VERSION "0.
5
"
#define DRV_VERSION "0.
6
"
enum
{
uli_5289
=
0
,
...
...
drivers/scsi/sata_via.c
View file @
af64371a
...
...
@@ -47,7 +47,7 @@
#include <asm/io.h>
#define DRV_NAME "sata_via"
#define DRV_VERSION "1.
1
"
#define DRV_VERSION "1.
2
"
enum
board_ids_enum
{
vt6420
,
...
...
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