aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/pdc_adma.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-04-02 20:41:36 -0400
committerJeff Garzik <jeff@garzik.org>2006-04-02 20:41:36 -0400
commitaf64371ada9452632c349563d688d30d94e918ba (patch)
tree0b6b451ba75c18bff270ab31eedffcfa5f941d67 /drivers/scsi/pdc_adma.c
parent4bced2d40555eebf8d685f174aa6d58ace353655 (diff)
[libata] bump versions
Diffstat (limited to 'drivers/scsi/pdc_adma.c')
-rw-r--r--drivers/scsi/pdc_adma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pdc_adma.c b/drivers/scsi/pdc_adma.c
index d64073dd028..1364b1da9e2 100644
--- a/drivers/scsi/pdc_adma.c
+++ b/drivers/scsi/pdc_adma.c
@@ -46,7 +46,7 @@
#include <linux/libata.h>
#define DRV_NAME "pdc_adma"
-#define DRV_VERSION "0.03"
+#define DRV_VERSION "0.04"
/* macro to calculate base address for ATA regs */
#define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))