Enable CPU_IN_CKSUM.

This commit is contained in:
ragge 2018-04-25 11:12:55 +00:00
parent 09fcb8c02e
commit 1cb48e477a
3 changed files with 7 additions and 4 deletions

View File

@ -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 support for PPP (requires bpf)
#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

View File

@ -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 # boot in single-user mode
# Networking options
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
options CPU_IN_CKSUM # optimized checksum routine
# File systems
file-system FFS

View File

@ -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