Loading drivers/ata/ahci.c +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ #include <linux/libata.h> #define DRV_NAME "ahci" #define DRV_VERSION "2.1" #define DRV_VERSION "2.2" enum { Loading drivers/ata/ata_generic.c +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ #include <linux/libata.h> #define DRV_NAME "ata_generic" #define DRV_VERSION "0.2.11" #define DRV_VERSION "0.2.12" /* * A generic parallel ATA driver using libata Loading drivers/ata/libata-core.c +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ #include "libata.h" #define DRV_VERSION "2.20" /* must be exactly four chars */ #define DRV_VERSION "2.21" /* must be exactly four chars */ /* debounce timing parameters in msecs { interval, duration, timeout } */ Loading drivers/ata/pata_artop.c +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ #include <linux/ata.h> #define DRV_NAME "pata_artop" #define DRV_VERSION "0.4.2" #define DRV_VERSION "0.4.3" /* * The ARTOP has 33 Mhz and "over clocked" timing tables. Until we Loading drivers/ata/pata_cmd64x.c +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ #include <linux/libata.h> #define DRV_NAME "pata_cmd64x" #define DRV_VERSION "0.2.2" #define DRV_VERSION "0.2.3" /* * CMD64x specific registers definition. Loading Loading
drivers/ata/ahci.c +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ #include <linux/libata.h> #define DRV_NAME "ahci" #define DRV_VERSION "2.1" #define DRV_VERSION "2.2" enum { Loading
drivers/ata/ata_generic.c +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ #include <linux/libata.h> #define DRV_NAME "ata_generic" #define DRV_VERSION "0.2.11" #define DRV_VERSION "0.2.12" /* * A generic parallel ATA driver using libata Loading
drivers/ata/libata-core.c +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ #include "libata.h" #define DRV_VERSION "2.20" /* must be exactly four chars */ #define DRV_VERSION "2.21" /* must be exactly four chars */ /* debounce timing parameters in msecs { interval, duration, timeout } */ Loading
drivers/ata/pata_artop.c +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ #include <linux/ata.h> #define DRV_NAME "pata_artop" #define DRV_VERSION "0.4.2" #define DRV_VERSION "0.4.3" /* * The ARTOP has 33 Mhz and "over clocked" timing tables. Until we Loading
drivers/ata/pata_cmd64x.c +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ #include <linux/libata.h> #define DRV_NAME "pata_cmd64x" #define DRV_VERSION "0.2.2" #define DRV_VERSION "0.2.3" /* * CMD64x specific registers definition. Loading