Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/conf Enable CPU_IN_CKSUM.



details:   https://anonhg.NetBSD.org/src/rev/227add755495
branches:  trunk
changeset: 322234:227add755495
user:      ragge <ragge%NetBSD.org@localhost>
date:      Wed Apr 25 11:12:55 2018 +0000

description:
Enable CPU_IN_CKSUM.

diffstat:

 sys/arch/vax/conf/GENERIC |  5 +++--
 sys/arch/vax/conf/INSTALL |  3 ++-
 sys/arch/vax/conf/VAX780  |  3 ++-
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs (60 lines):

diff -r f16f41f0cab0 -r 227add755495 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Wed Apr 25 11:08:21 2018 +0000
+++ b/sys/arch/vax/conf/GENERIC Wed Apr 25 11:12:55 2018 +0000
@@ -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 @@
 
 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       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
diff -r f16f41f0cab0 -r 227add755495 sys/arch/vax/conf/INSTALL
--- a/sys/arch/vax/conf/INSTALL Wed Apr 25 11:08:21 2018 +0000
+++ b/sys/arch/vax/conf/INSTALL Wed Apr 25 11:12:55 2018 +0000
@@ -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 @@
 # Networking options
 #options       GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
+options        CPU_IN_CKSUM    # optimized checksum routine
 
 # File systems
 file-system    FFS
diff -r f16f41f0cab0 -r 227add755495 sys/arch/vax/conf/VAX780
--- a/sys/arch/vax/conf/VAX780  Wed Apr 25 11:08:21 2018 +0000
+++ b/sys/arch/vax/conf/VAX780  Wed Apr 25 11:12:55 2018 +0000
@@ -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       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



Home | Main Index | Thread Index | Old Index