1.5W -- hardware IPv4/TCP/UDP checksumming support.
This commit is contained in:
parent
c8642d34a1
commit
70b2367cfd
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user