Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/i386/conf oPull up revision 1.183 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/b2d40399fe8f
branches:  netbsd-1-5
changeset: 491025:b2d40399fe8f
user:      he <he%NetBSD.org@localhost>
date:      Fri Mar 30 22:29:40 2001 +0000

description:
oPull up revision 1.183 (requested by fvdl):
  Use optimized i386 assembly version for in4_cksum as well as the
  older in_cksum.  Gets back the 10-15% throughput loss compared
  to the NetBSD 1.4 branch.

diffstat:

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

diffs (17 lines):

diff -r ada14691aec2 -r b2d40399fe8f sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386     Fri Mar 30 22:29:23 2001 +0000
+++ b/sys/arch/i386/conf/files.i386     Fri Mar 30 22:29:40 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i386,v 1.163.2.2 2001/03/30 21:51:03 he Exp $
+#      $NetBSD: files.i386,v 1.163.2.3 2001/03/30 22:29:40 he Exp $
 #
 # new style config file for i386 architecture
 #
@@ -55,7 +55,6 @@
 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/ipkdb_glue.c     ipkdb
 file   arch/i386/i386/kgdb_machdep.c   kgdb
 file   arch/i386/i386/machdep.c



Home | Main Index | Thread Index | Old Index