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
fda0efc5
Commit
fda0efc5
authored
Jan 31, 2007
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[libata] Shuffle DRV_xxx in core and SiS drivers, to kill warnings
Signed-off-by:
Jeff Garzik
<
jeff@garzik.org
>
parent
d24bbbf2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
drivers/ata/libata-core.c
drivers/ata/libata-core.c
+3
-0
drivers/ata/libata.h
drivers/ata/libata.h
+0
-1
drivers/ata/pata_sis.c
drivers/ata/pata_sis.c
+1
-0
drivers/ata/sata_sis.c
drivers/ata/sata_sis.c
+1
-0
No files found.
drivers/ata/libata-core.c
View file @
fda0efc5
...
...
@@ -59,6 +59,9 @@
#include "libata.h"
#define DRV_VERSION "2.10"
/* must be exactly four chars */
/* debounce timing parameters in msecs { interval, duration, timeout } */
const
unsigned
long
sata_deb_timing_normal
[]
=
{
5
,
100
,
2000
};
const
unsigned
long
sata_deb_timing_hotplug
[]
=
{
25
,
500
,
2000
};
...
...
drivers/ata/libata.h
View file @
fda0efc5
...
...
@@ -29,7 +29,6 @@
#define __LIBATA_H__
#define DRV_NAME "libata"
#define DRV_VERSION "2.00"
/* must be exactly four chars */
struct
ata_scsi_args
{
struct
ata_device
*
dev
;
...
...
drivers/ata/pata_sis.c
View file @
fda0efc5
...
...
@@ -34,6 +34,7 @@
#include <linux/ata.h>
#include "libata.h"
#undef DRV_NAME
/* already defined in libata.h, for libata-core */
#define DRV_NAME "pata_sis"
#define DRV_VERSION "0.4.5"
...
...
drivers/ata/sata_sis.c
View file @
fda0efc5
...
...
@@ -42,6 +42,7 @@
#include <linux/libata.h>
#include "libata.h"
#undef DRV_NAME
/* already defined in libata.h, for libata-core */
#define DRV_NAME "sata_sis"
#define DRV_VERSION "0.7"
...
...
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