[PATCH] 2.5.24 - drivers/net/tlan.c dma mapping 10/10

Francois Romieu (romieu@cogenit.fr)
Sun, 30 Jun 2002 17:20:10 +0200


- changelog update.

--- linux-2.5.24/drivers/net/tlan.c Sun Jun 30 15:13:20 2002
+++ linux-2.5.24/drivers/net/tlan.c Sun Jun 30 16:10:08 2002
@@ -164,6 +164,8 @@
* v1.15 Apr 4, 2002 - Correct operation when aui=1 to be
* 10T half duplex no loopback
* Thanks to Gunnar Eikman
+ *
+ * v1.16 Jun 30, 2002 - DMA mapping conversion <romieu@cogenit.fr>
*******************************************************************************/

#include <linux/module.h>
@@ -218,7 +220,7 @@ static int bbuf;
static dma_addr_t TLanPadBuffer_dma;
static u8 *TLanPadBuffer;
static char TLanSignature[] = "TLAN";
-static const char tlan_banner[] = "ThunderLAN driver v1.15\n";
+static const char tlan_banner[] = "ThunderLAN driver v1.16\n";
static int tlan_have_pci;
static int tlan_have_eisa;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/