Module Name: src
Committed By: ragge
Date: Wed Apr 25 11:12:55 UTC 2018
Modified Files:
src/sys/arch/vax/conf: GENERIC INSTALL VAX780
Log Message:
Enable CPU_IN_CKSUM.
To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 src/sys/arch/vax/conf/GENERIC
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/vax/conf/INSTALL
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/vax/conf/VAX780
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/vax/conf/GENERIC
diff -u src/sys/arch/vax/conf/GENERIC:1.204 src/sys/arch/vax/conf/GENERIC:1.205
--- src/sys/arch/vax/conf/GENERIC:1.204 Tue Jan 23 14:47:56 2018
+++ src/sys/arch/vax/conf/GENERIC Wed Apr 25 11:12:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.204 2018/01/23 14:47:56 sevan Exp $
+# $NetBSD: GENERIC,v 1.205 2018/04/25 11:12:55 ragge Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.204 $"
+#ident "GENERIC-$Revision: 1.205 $"
# Here are all different supported CPU types listed.
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
@@ -75,6 +75,7 @@ options PPP_FILTER # Active filter supp
#options IPFILTER_LOOKUP # ippool(8) support
options IPFILTER_COMPAT # Compat for IP-Filter
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
+options CPU_IN_CKSUM # optimized checksum routine
#options ALTQ # Manipulate network interfaces' output queues
#options ALTQ_BLUE # Stochastic Fair Blue
Index: src/sys/arch/vax/conf/INSTALL
diff -u src/sys/arch/vax/conf/INSTALL:1.73 src/sys/arch/vax/conf/INSTALL:1.74
--- src/sys/arch/vax/conf/INSTALL:1.73 Thu Sep 14 07:58:44 2017
+++ src/sys/arch/vax/conf/INSTALL Wed Apr 25 11:12:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.73 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: INSTALL,v 1.74 2018/04/25 11:12:55 ragge Exp $
#
# INSTALL kernel; all supported devices but nothing fancy.
#
@@ -47,6 +47,7 @@ options MEMORY_DISK_RBFLAGS=RB_SINGLE #
# Networking options
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
+options CPU_IN_CKSUM # optimized checksum routine
# File systems
file-system FFS
Index: src/sys/arch/vax/conf/VAX780
diff -u src/sys/arch/vax/conf/VAX780:1.25 src/sys/arch/vax/conf/VAX780:1.26
--- src/sys/arch/vax/conf/VAX780:1.25 Tue Jan 23 14:47:56 2018
+++ src/sys/arch/vax/conf/VAX780 Wed Apr 25 11:12:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: VAX780,v 1.25 2018/01/23 14:47:56 sevan Exp $
+# $NetBSD: VAX780,v 1.26 2018/04/25 11:12:55 ragge Exp $
#
# 11/780,750,730 machine description file
#
@@ -60,6 +60,7 @@ options INET # IP + ICMP + TCP + UDP
#options IPFILTER_LOG # ipmon(8) log support
#options IPFILTER_LOOKUP # ippool(8) support
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
+options CPU_IN_CKSUM # optimized checksum routine
#options ALTQ # Manipulate network interfaces' output queues
#options ALTQ_BLUE # Stochastic Fair Blue