Re: [PATCH] tlan timer fix on tytso's list.

From: Tigran Aivazian (tigran@veritas.com)
Date: Thu Oct 05 2000 - 10:36:46 EST


On Thu, 5 Oct 2000, Torben Mathiasen wrote:

> Linus,
>
> This patch includes the following:
>
> Fixes the timer being added twice bug (on tytso's list)
> Convertes driver to new PCI layout
> Adds support for EISA based TLAN adapters.
>
> Patch has been tested for over a month now and is ready for 2.4.
>
> Against final test9.
>

Hi Torben,

Just a tiny comment - maybe you noticed the recent "trend" in moving
zero-initialised data out of data into where it belongs, i.e. bss. Your
patch does a little bit to the contrary, namely bits like:

+static struct net_device *TLan_Eisa_Devices = NULL;

....

+static int tlan_have_pci = 0;
+static int tlan_have_eisa = 0;

etc.

Regards,
Tigran

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



This archive was generated by hypermail 2b29 : Sat Oct 07 2000 - 21:00:16 EST