···59596060#include "libata.h"61616262-#define DRV_VERSION "2.10" /* must be exactly four chars */6262+#define DRV_VERSION "2.20" /* must be exactly four chars */636364646565/* debounce timing parameters in msecs { interval, duration, timeout } */
···3434#include <linux/libata.h>35353636#define DRV_NAME "pata_opti"3737-#define DRV_VERSION "0.2.7"3737+#define DRV_VERSION "0.2.8"38383939enum {4040 READ_REG = 0, /* index of Read cycle timing register */
+1-1
drivers/ata/pata_optidma.c
···3333#include <linux/libata.h>34343535#define DRV_NAME "pata_optidma"3636-#define DRV_VERSION "0.2.3"3636+#define DRV_VERSION "0.2.4"37373838enum {3939 READ_REG = 0, /* index of Read cycle timing register */
+1-1
drivers/ata/pata_pcmcia.c
···424243434444#define DRV_NAME "pata_pcmcia"4545-#define DRV_VERSION "0.2.11"4545+#define DRV_VERSION "0.3.0"46464747/*4848 * Private data structure to glue stuff together