Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Allow arch-specific code to specify in4_cksum() like it ...
details: https://anonhg.NetBSD.org/src/rev/60928a95b9a1
branches: trunk
changeset: 482125:60928a95b9a1
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Feb 14 21:42:50 2000 +0000
description:
Allow arch-specific code to specify in4_cksum() like it can specify
in_cksum().
diffstat:
sys/arch/alpha/conf/files.alpha | 3 ++-
sys/arch/arm32/conf/files.arm32 | 3 ++-
sys/arch/i386/conf/files.i386 | 3 ++-
sys/arch/m68k/conf/files.m68k | 3 ++-
sys/arch/mips/conf/files.mips | 3 ++-
sys/arch/pc532/conf/files.pc532 | 3 ++-
sys/arch/powerpc/conf/files.powerpc | 3 ++-
sys/arch/sh3/conf/files.sh3 | 3 ++-
sys/arch/sparc/conf/files.sparc | 3 ++-
sys/arch/sparc64/conf/files.sparc64 | 3 ++-
sys/arch/vax/conf/files.vax | 3 ++-
sys/conf/files | 3 +--
12 files changed, 23 insertions(+), 13 deletions(-)
diffs (204 lines):
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/alpha/conf/files.alpha
--- a/sys/arch/alpha/conf/files.alpha Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/alpha/conf/files.alpha Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.alpha,v 1.106 1999/12/07 21:47:12 thorpej Exp $
+# $NetBSD: files.alpha,v 1.107 2000/02/14 21:42:51 thorpej Exp $
#
# alpha-specific configuration info
@@ -440,6 +440,7 @@
# Network protocol checksum routines
file arch/alpha/alpha/in_cksum.c inet
+file netinet/in4_cksum.c inet
file netns/ns_cksum.c ns
# PROM console support (for ports that don't have native console support)
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/arm32/conf/files.arm32
--- a/sys/arch/arm32/conf/files.arm32 Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/arm32/conf/files.arm32 Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.arm32,v 1.79 1999/11/29 23:12:57 simonb Exp $
+# $NetBSD: files.arm32,v 1.80 2000/02/14 21:42:51 thorpej Exp $
#
# First try for arm-specific configuration info
#
@@ -354,6 +354,7 @@
file arch/arm32/dev/bus_space_notimpl.S
file arch/arm32/arm32/in_cksum_arm32.c inet
+file netinet/in4_cksum.c inet
file netns/ns_cksum.c ns
# library functions
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386 Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/i386/conf/files.i386 Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.i386,v 1.146 2000/01/26 18:47:59 drochner Exp $
+# $NetBSD: files.i386,v 1.147 2000/02/14 21:42:52 thorpej Exp $
#
# new style config file for i386 architecture
#
@@ -53,6 +53,7 @@
file arch/i386/i386/disksubr.c disk
file arch/i386/i386/gdt.c
file arch/i386/i386/in_cksum.s inet
+file netinet/in4_cksum.c inet
file arch/i386/i386/kgdb_machdep.c kgdb
file arch/i386/i386/machdep.c
file arch/i386/i386/math_emulate.c math_emulate
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/m68k/conf/files.m68k
--- a/sys/arch/m68k/conf/files.m68k Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/m68k/conf/files.m68k Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.m68k,v 1.26 1999/07/09 02:32:30 thorpej Exp $
+# $NetBSD: files.m68k,v 1.27 2000/02/14 21:42:52 thorpej Exp $
#
file arch/m68k/m68k/bcopy.s
file arch/m68k/m68k/copy.s
@@ -7,6 +7,7 @@
file arch/m68k/m68k/db_interface.c ddb
file arch/m68k/m68k/db_trace.c ddb
file arch/m68k/m68k/in_cksum.c inet
+file netinet/in4_cksum.c inet
file arch/m68k/m68k/kgdb_m68k.c kgdb
file arch/m68k/m68k/m68k_machdep.c
file arch/m68k/m68k/mappedcopy.c mappedcopy
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/mips/conf/files.mips
--- a/sys/arch/mips/conf/files.mips Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/mips/conf/files.mips Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.mips,v 1.22 1999/12/22 04:54:14 jun Exp $
+# $NetBSD: files.mips,v 1.23 2000/02/14 21:42:53 thorpej Exp $
#
defopt opt_cputype.h NOTHING_YET # reserved for CPU level
@@ -18,6 +18,7 @@
file arch/mips/mips/process_machdep.c # shared process_machdep
file arch/mips/mips/in_cksum.c inet
+file netinet/in4_cksum.c inet
file netns/ns_cksum.c ns
file arch/mips/mips/fpemu.c softfloat
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/pc532/conf/files.pc532
--- a/sys/arch/pc532/conf/files.pc532 Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/pc532/conf/files.pc532 Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pc532,v 1.41 1999/07/09 02:32:31 thorpej Exp $
+# $NetBSD: files.pc532,v 1.42 2000/02/14 21:42:53 thorpej Exp $
#
# new style config file for pc532 architecture
#
@@ -59,6 +59,7 @@
file arch/pc532/pc532/kgdb_machdep.c kgdb
file arch/pc532/pc532/disksubr.c disk
file arch/pc532/pc532/in_cksum.c inet
+file netinet/in4_cksum.c inet
file arch/pc532/pc532/intr.c
file arch/pc532/pc532/machdep.c
file arch/pc532/pc532/mem.c
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/powerpc/conf/files.powerpc
--- a/sys/arch/powerpc/conf/files.powerpc Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/powerpc/conf/files.powerpc Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.powerpc,v 1.12 1999/11/17 14:56:11 kleink Exp $
+# $NetBSD: files.powerpc,v 1.13 2000/02/14 21:42:53 thorpej Exp $
file arch/powerpc/powerpc/Locore.c
file arch/powerpc/powerpc/copyinstr.c
@@ -8,6 +8,7 @@
file arch/powerpc/powerpc/fubyte.c
file arch/powerpc/powerpc/fuswintr.c
file arch/powerpc/powerpc/in_cksum.c
+file netinet/in4_cksum.c inet
file arch/powerpc/powerpc/ipkdb_glue.c ipkdb
file arch/powerpc/powerpc/mem.c
file arch/powerpc/powerpc/pmap.c
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/sh3/conf/files.sh3
--- a/sys/arch/sh3/conf/files.sh3 Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/sh3/conf/files.sh3 Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sh3,v 1.6 2000/01/14 19:41:36 msaitoh Exp $
+# $NetBSD: files.sh3,v 1.7 2000/02/14 21:42:53 thorpej Exp $
#
# new style config file for sh3 architecture
#
@@ -17,6 +17,7 @@
file arch/sh3/sh3/db_trace.c ddb
file arch/sh3/sh3/disksubr.c disk
file arch/sh3/sh3/in_cksum.S inet
+file netinet/in4_cksum.c inet
#file arch/sh3/sh3/in_cksum.c inet
file arch/sh3/sh3/kgdb_machdep.c kgdb
file arch/sh3/sh3/Locore.c
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/sparc/conf/files.sparc
--- a/sys/arch/sparc/conf/files.sparc Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/sparc/conf/files.sparc Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sparc,v 1.85 1999/08/10 12:50:35 christos Exp $
+# $NetBSD: files.sparc,v 1.86 2000/02/14 21:42:54 thorpej Exp $
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
# sparc-specific configuration info
@@ -238,6 +238,7 @@
file arch/sparc/sparc/conf.c
file arch/sparc/sparc/emul.c
file arch/sparc/sparc/in_cksum.c
+file netinet/in4_cksum.c inet
file arch/sparc/sparc/intr.c
file arch/sparc/sparc/kgdb_machdep.c kgdb
# sparc/sparc/locore.s is handled specially in the makefile,
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64 Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64 Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sparc64,v 1.23 1999/06/07 20:31:34 thorpej Exp $
+# $NetBSD: files.sparc64,v 1.24 2000/02/14 21:42:54 thorpej Exp $
# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
# sparc64-specific configuration info
@@ -206,6 +206,7 @@
file arch/sparc64/sparc64/conf.c
file arch/sparc64/sparc64/emul.c
file arch/sparc64/sparc64/in_cksum.c
+file netinet/in4_cksum.c inet
file arch/sparc64/sparc64/intr.c
file arch/sparc64/sparc64/kgdb_machdep.c kgdb
# sparc/sparc/locore.s is handled specially in the makefile,
diff -r a92909b932c2 -r 60928a95b9a1 sys/arch/vax/conf/files.vax
--- a/sys/arch/vax/conf/files.vax Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/arch/vax/conf/files.vax Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.vax,v 1.63 2000/01/24 02:54:02 matt Exp $
+# $NetBSD: files.vax,v 1.64 2000/02/14 21:42:54 thorpej Exp $
#
# new style config file for vax architecture
#
@@ -337,6 +337,7 @@
file arch/vax/vax/findcpu.c
file arch/vax/vax/autoconf.c
file arch/vax/vax/in_cksum.c inet
+file netinet/in4_cksum.c inet
file arch/vax/vax/ns_cksum.c ns
file arch/vax/vax/disksubr.c disk | tape
file arch/vax/vax/db_machdep.c ddb
diff -r a92909b932c2 -r 60928a95b9a1 sys/conf/files
--- a/sys/conf/files Mon Feb 14 21:17:04 2000 +0000
+++ b/sys/conf/files Mon Feb 14 21:42:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.348 2000/02/11 19:22:53 thorpej Exp $
+# $NetBSD: files,v 1.349 2000/02/14 21:42:50 thorpej Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -616,7 +616,6 @@
file netinet6/in6_gif.c gif & inet6
file netinet6/in6.c inet6
file netinet6/in6_ifattach.c inet6
-file netinet/in4_cksum.c
file netinet6/in6_cksum.c inet6
file netinet6/in6_pcb.c inet6
file netinet6/in6_prefix.c inet6
Home |
Main Index |
Thread Index |
Old Index