Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14295
b: refs/heads/master
c: 7bdd720
h: refs/heads/master
i:
  14293: 1e4a5a5
  14291: 1f7f258
  14287: bcbef3e
v: v3
  • Loading branch information
Jeff Garzik committed Nov 16, 2005
1 parent 0cd5402 commit 6b3738c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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: c2cd76ff106b8bd9c0a754c6439c74e86fd2aba7
refs/heads/master: 7bdd720869ff75700b48b132ee71852615b55808
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include <asm/io.h>

#define DRV_NAME "ahci"
#define DRV_VERSION "1.01"
#define DRV_VERSION "1.2"


enum {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include <linux/libata.h>

#define DRV_NAME "ata_piix"
#define DRV_VERSION "1.04"
#define DRV_VERSION "1.05"

enum {
PIIX_IOCFG = 0x54, /* IDE I/O configuration register */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define __LIBATA_H__

#define DRV_NAME "libata"
#define DRV_VERSION "1.12" /* must be exactly four chars */
#define DRV_VERSION "1.20" /* must be exactly four chars */

struct ata_scsi_args {
u16 *id;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sata_promise.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "sata_promise.h"

#define DRV_NAME "sata_promise"
#define DRV_VERSION "1.02"
#define DRV_VERSION "1.03"


enum {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sata_qstor.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <linux/libata.h>

#define DRV_NAME "sata_qstor"
#define DRV_VERSION "0.04"
#define DRV_VERSION "0.05"

enum {
QS_PORTS = 4,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sata_svw.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#endif /* CONFIG_PPC_OF */

#define DRV_NAME "sata_svw"
#define DRV_VERSION "1.06"
#define DRV_VERSION "1.07"

/* Taskfile registers offsets */
#define K2_SATA_TF_CMD_OFFSET 0x00
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sata_sx4.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "sata_promise.h"

#define DRV_NAME "sata_sx4"
#define DRV_VERSION "0.7"
#define DRV_VERSION "0.8"


enum {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sata_vsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <linux/libata.h>

#define DRV_NAME "sata_vsc"
#define DRV_VERSION "1.0"
#define DRV_VERSION "1.1"

/* Interrupt register offsets (from chip base address) */
#define VSC_SATA_INT_STAT_OFFSET 0x00
Expand Down

0 comments on commit 6b3738c

Please sign in to comment.