Netdev List
 help / color / mirror / Atom feed
* [PATCH] sis900: increment revision number
@ 2019-06-23  7:47 Sergej Benilov
  2019-06-23  8:57 ` Daniele Venzano
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sergej Benilov @ 2019-06-23  7:47 UTC (permalink / raw)
  To: venza, netdev; +Cc: Sergej Benilov

Increment revision number to 1.08.11 (TX completion fix).

Signed-off-by: Sergej Benilov <sergej.benilov@googlemail.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";
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-06-23 16:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-23  7:47 [PATCH] sis900: increment revision number Sergej Benilov
2019-06-23  8:57 ` Daniele Venzano
2019-06-23  9:10 ` Joe Perches
2019-06-23  9:13   ` Daniele Venzano
2019-06-23 15:37     ` David Miller
2019-06-23 16:26       ` Joe Perches
2019-06-23 15:36 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox