Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/conf in_cksum.c ->in_cksum.S



details:   https://anonhg.NetBSD.org/src/rev/9c34dd5b3a01
branches:  trunk
changeset: 480529:9c34dd5b3a01
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jan 14 19:20:32 2000 +0000

description:
in_cksum.c ->in_cksum.S

diffstat:

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

diffs (19 lines):

diff -r ec58be045392 -r 9c34dd5b3a01 sys/arch/sh3/conf/files.sh3
--- a/sys/arch/sh3/conf/files.sh3       Fri Jan 14 19:09:35 2000 +0000
+++ b/sys/arch/sh3/conf/files.sh3       Fri Jan 14 19:20:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sh3,v 1.4 1999/09/21 13:16:17 tsubai Exp $
+#      $NetBSD: files.sh3,v 1.5 2000/01/14 19:20:32 msaitoh Exp $
 #
 # new style config file for sh3 architecture
 #
@@ -16,7 +16,8 @@
 file   arch/sh3/sh3/db_memrw.c         ddb | kgdb
 file   arch/sh3/sh3/db_trace.c         ddb
 file   arch/sh3/sh3/disksubr.c         disk
-file   arch/sh3/sh3/in_cksum.c         inet
+file   arch/sh3/sh3/in_cksum.S         inet
+#file  arch/sh3/sh3/in_cksum.c         inet
 file   arch/sh3/sh3/kgdb_machdep.c     kgdb
 file   arch/sh3/sh3/Locore.c
 file   arch/sh3/sh3/math_emulate.c     math_emulate



Home | Main Index | Thread Index | Old Index