Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47370
b: refs/heads/master
c: fda0efc
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed Feb 9, 2007
1 parent 98581b0 commit e201332
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d24bbbf251e70bf984cbaa9b1fcadc5f56fc3ae9
refs/heads/master: fda0efc5977864a90f365aeeb13f2546854e2aa9
3 changes: 3 additions & 0 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/ata/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/ata/pata_sis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/ata/sata_sis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e201332

Please sign in to comment.