|
@@ -44,7 +44,7 @@
|
|
#include <linux/libata.h>
|
|
#include <linux/libata.h>
|
|
|
|
|
|
#define DRV_NAME "pdc_adma"
|
|
#define DRV_NAME "pdc_adma"
|
|
-#define DRV_VERSION "0.06"
|
|
|
|
|
|
+#define DRV_VERSION "1.0"
|
|
|
|
|
|
/* macro to calculate base address for ATA regs */
|
|
/* macro to calculate base address for ATA regs */
|
|
#define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))
|
|
#define ADMA_ATA_REGS(base,port_no) ((base) + ((port_no) * 0x40))
|