Date: Wed, 20 Apr 2011 12:58:30 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files.amd64 files.arm files.i386 files.ia64 files.mips files.pc98 files.powerpc files.sparc64 files.sun4v Message-ID: <201104201258.p3KCwcwJ007621@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2011-04-20 12:58:30 UTC
FreeBSD src repository
Modified files:
sys/conf files.amd64 files.arm files.i386
files.ia64 files.mips files.pc98
files.powerpc files.sparc64 files.sun4v
Log:
SVN rev 220885 on 2011-04-20 12:58:30Z by bz
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
Revision Changes Path
1.180 +1 -1 src/sys/conf/files.amd64
1.26 +2 -2 src/sys/conf/files.arm
1.664 +1 -1 src/sys/conf/files.i386
1.108 +1 -1 src/sys/conf/files.ia64
1.21 +1 -1 src/sys/conf/files.mips
1.397 +1 -1 src/sys/conf/files.pc98
1.126 +1 -1 src/sys/conf/files.powerpc
1.118 +1 -1 src/sys/conf/files.sparc64
1.24 +1 -1 src/sys/conf/files.sun4v
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104201258.p3KCwcwJ007621>
