summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.sparc64
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-04-20 12:58:30 +0000
committerbz <bz@FreeBSD.org>2011-04-20 12:58:30 +0000
commit2542a7137fee4edaf21da449b1716abb01a1846d (patch)
tree9397d6686c5b66e37bff628681d5f679c46ed3a7 /sys/conf/files.sparc64
parent34a7fa4984c901c23771726b6066400bef57a638 (diff)
downloadFreeBSD-src-2542a7137fee4edaf21da449b1716abb01a1846d.zip
FreeBSD-src-2542a7137fee4edaf21da449b1716abb01a1846d.tar.gz
Compile in in_cksum* implementations for both IPv6 and IPv6.
While in_pseudo() etc. is often used in offloading feature support, in_cksum() is mostly used to fix some broken hardware. Keeping both around for the moment allows us to compile NIC drivers even in an IPv6 only environment without the need to mangle them with #ifdef INETs in a way they are not prepared for. This will leave some dead code paths that will not be exercised for IPv6. Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after: 3 days
Diffstat (limited to 'sys/conf/files.sparc64')
-rw-r--r--sys/conf/files.sparc642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 6860d06..ed93d1c 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -105,7 +105,7 @@ sparc64/sparc64/eeprom.c optional eeprom ebus | eeprom fhc | \
eeprom sbus
sparc64/sparc64/gdb_machdep.c optional gdb
sparc64/sparc64/identcpu.c standard
-sparc64/sparc64/in_cksum.c optional inet
+sparc64/sparc64/in_cksum.c optional inet | inet6
sparc64/sparc64/interrupt.S standard no-obj \
compile-with "${NORMAL_S} -mcpu=ultrasparc"
sparc64/sparc64/intr_machdep.c standard
OpenPOWER on IntegriCloud