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 Add cpu_in_cksum.S.



details:   https://anonhg.NetBSD.org/src/rev/f16f41f0cab0
branches:  trunk
changeset: 322233:f16f41f0cab0
user:      ragge <ragge%NetBSD.org@localhost>
date:      Wed Apr 25 11:08:21 2018 +0000

description:
Add cpu_in_cksum.S.

diffstat:

 sys/arch/vax/conf/files.vax |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 89305fcec46b -r f16f41f0cab0 sys/arch/vax/conf/files.vax
--- a/sys/arch/vax/conf/files.vax       Wed Apr 25 11:06:49 2018 +0000
+++ b/sys/arch/vax/conf/files.vax       Wed Apr 25 11:08:21 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.vax,v 1.123 2017/06/22 17:51:22 flxd Exp $
+#      $NetBSD: files.vax,v 1.124 2018/04/25 11:08:21 ragge Exp $
 #
 # new style config file for vax architecture
 #
@@ -385,6 +385,7 @@
 file   arch/vax/vax/db_disasm.c        ddb
 file   arch/vax/uba/uba_dma.c          uba
 file   arch/vax/vax/multicpu.c         multiprocessor
+file   arch/vax/vax/cpu_in_cksum.S     (inet | inet6) & cpu_in_cksum
 
 # Binary compatibility with previous NetBSD releases (COMPAT_XX)
 file   arch/vax/vax/compat_13_machdep.c        compat_13 | compat_ultrix |



Home | Main Index | Thread Index | Old Index