Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys 1.5W -- hardware IPv4/TCP/UDP checksumming support.



details:   https://anonhg.NetBSD.org/src/rev/d7b6a302ff0e
branches:  trunk
changeset: 510634:d7b6a302ff0e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jun 03 02:48:45 2001 +0000

description:
1.5W -- hardware IPv4/TCP/UDP checksumming support.

diffstat:

 sys/conf/osrelease.sh |  4 ++--
 sys/sys/param.h       |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 58de12cd2b5a -r d7b6a302ff0e sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Sun Jun 03 02:23:31 2001 +0000
+++ b/sys/conf/osrelease.sh     Sun Jun 03 02:48:45 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.68 2001/05/02 10:33:36 scw Exp $
+#      $NetBSD: osrelease.sh,v 1.69 2001/06/03 02:48:45 thorpej Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -39,7 +39,7 @@
 
 # Release number to use
 # Also check __NetBSD_Version__ in sys/sys/param.h if you change this!
-release=1.5V
+release=1.5W
 
 case $1 in
 -s)
diff -r 58de12cd2b5a -r d7b6a302ff0e sys/sys/param.h
--- a/sys/sys/param.h   Sun Jun 03 02:23:31 2001 +0000
+++ b/sys/sys/param.h   Sun Jun 03 02:48:45 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.127 2001/05/02 10:33:37 scw Exp $  */
+/*     $NetBSD: param.h,v 1.128 2001/06/03 02:48:45 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  * Don't forget to change conf/osrelease.sh too.
  */
 
-#define        __NetBSD_Version__      105220000       /* NetBSD 1.5V */
+#define        __NetBSD_Version__      105230000       /* NetBSD 1.5W */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index