lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 23 Jun 2019 10:57:03 +0200 From: Daniele Venzano <venza@...wnhat.org> To: Sergej Benilov <sergej.benilov@...glemail.com>, netdev@...r.kernel.org Subject: Re: [PATCH] sis900: increment revision number Sorry to be late in replying, I am ok also with the previous changes. Signed-off-by: Daniele Venzano <venza@...wnhat.org> On 23/06/2019 09:47, Sergej Benilov wrote: > Increment revision number to 1.08.11 (TX completion fix). > > Signed-off-by: Sergej Benilov <sergej.benilov@...glemail.com> > --- > drivers/net/ethernet/sis/sis900.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/drivers/net/ethernet/sis/sis900.c b/drivers/net/ethernet/sis/sis900.c > index abb9b42e..09b4e1c5 100644 > --- a/drivers/net/ethernet/sis/sis900.c > +++ b/drivers/net/ethernet/sis/sis900.c > @@ -1,6 +1,6 @@ > /* sis900.c: A SiS 900/7016 PCI Fast Ethernet driver for Linux. > Copyright 1999 Silicon Integrated System Corporation > - Revision: 1.08.10 Apr. 2 2006 > + Revision: 1.08.11 Jun. 23 2019 > > Modified from the driver which is originally written by Donald Becker. > > @@ -16,7 +16,8 @@ > preliminary Rev. 1.0 Nov. 10, 1998 > SiS 7014 Single Chip 100BASE-TX/10BASE-T Physical Layer Solution, > preliminary Rev. 1.0 Jan. 18, 1998 > - > + > + Rev 1.08.11 Jun. 23 2019 Sergej Benilov TX completion fix > Rev 1.08.10 Apr. 2 2006 Daniele Venzano add vlan (jumbo packets) support > Rev 1.08.09 Sep. 19 2005 Daniele Venzano add Wake on LAN support > Rev 1.08.08 Jan. 22 2005 Daniele Venzano use netif_msg for debugging messages > @@ -79,7 +80,7 @@ > #include "sis900.h" > > #define SIS900_MODULE_NAME "sis900" > -#define SIS900_DRV_VERSION "v1.08.10 Apr. 2 2006" > +#define SIS900_DRV_VERSION "v1.08.11 Jun. 23 2019" > > static const char version[] = > KERN_INFO "sis900.c: " SIS900_DRV_VERSION "\n";
Powered by blists - more mailing lists