diff options
author | Maciej Sosnowski <maciej.sosnowski@intel.com> | 2009-02-26 13:05:43 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-03-05 02:04:40 +0300 |
commit | 211a22ce08dbb27eb1a66df8a4bdae5e96092bc8 (patch) | |
tree | 34391f0ab37094ff7651f5c5a884ae42ca34004e /drivers/dma/ioatdma.h | |
parent | aa2d0b8b97efa1033609ca89b9faa5d3a1232959 (diff) | |
download | linux-211a22ce08dbb27eb1a66df8a4bdae5e96092bc8.tar.xz |
I/OAT: update driver version and copyright dates
Together with new fixes update driver version
and extend copyright dates ranges.
Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/ioatdma.h')
-rw-r--r-- | drivers/dma/ioatdma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/ioatdma.h b/drivers/dma/ioatdma.h index dcf8db513c3a..a52ff4bd4601 100644 --- a/drivers/dma/ioatdma.h +++ b/drivers/dma/ioatdma.h @@ -1,5 +1,5 @@ /* - * Copyright(c) 2004 - 2007 Intel Corporation. All rights reserved. + * Copyright(c) 2004 - 2009 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -29,7 +29,7 @@ #include <linux/pci_ids.h> #include <net/tcp.h> -#define IOAT_DMA_VERSION "3.30" +#define IOAT_DMA_VERSION "3.64" enum ioat_interrupt { none = 0, |