Start merging actual code in arm32 and arm26:
arm32/arm32/in_cksum_arm32.c -> arm/arm/in_cksum_arm.c Also move specification of other checksum stuff to files.arm, even though we use the MI code for that.
This commit is contained in:
parent
455e3228dd
commit
6fa98146d5
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: in_cksum_arm32.c,v 1.2 1998/08/15 03:02:33 mycroft Exp $ */
|
||||
/* $NetBSD: in_cksum_arm.c,v 1.1 2001/01/11 23:27:27 bjh21 Exp $ */
|
||||
|
||||
/*
|
||||
* ARM version:
|
|
@ -1 +1,5 @@
|
|||
# $NetBSD: files.arm,v 1.1 2001/01/10 18:33:47 bjh21 Exp $
|
||||
# $NetBSD: files.arm,v 1.2 2001/01/11 23:27:26 bjh21 Exp $
|
||||
|
||||
file arch/arm/arm/in_cksum_arm.c inet
|
||||
file netinet/in4_cksum.c inet
|
||||
file netns/ns_cksum.c ns
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.arm26,v 1.13 2001/01/07 19:39:08 bjh21 Exp $
|
||||
# $NetBSD: files.arm26,v 1.14 2001/01/11 23:27:27 bjh21 Exp $
|
||||
|
||||
# Copyright (c) 1997, 1998, 2000 Ben Harris
|
||||
# All rights reserved.
|
||||
|
@ -51,6 +51,7 @@ device fpu
|
|||
attach fpu at cpu
|
||||
defopt opt_fputypes.h FPU_FPPC FPU_FPA
|
||||
file arch/arm26/arm26/fpu.c fpu needs-flag
|
||||
file arch/arm26/arm26/fpu_asm.S fpu
|
||||
|
||||
# I/O bus (on the far side of the address and data latches)
|
||||
device iobus { base = -1 }
|
||||
|
@ -210,10 +211,6 @@ major { md = 1 }
|
|||
file dev/cons.c
|
||||
file dev/cninit.c
|
||||
|
||||
file arch/arm32/arm32/in_cksum_arm32.c inet
|
||||
file netinet/in4_cksum.c inet
|
||||
file netns/ns_cksum.c ns
|
||||
|
||||
file arch/arm26/arm26/db_disasm.c ddb
|
||||
file arch/arm26/arm26/db_interface.c ddb
|
||||
file arch/arm26/arm26/db_machdep.c ddb
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.arm32,v 1.83 2000/11/08 19:48:51 ad Exp $
|
||||
# $NetBSD: files.arm32,v 1.84 2001/01/11 23:27:27 bjh21 Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
|
@ -360,10 +360,6 @@ file arch/arm32/arm32/spl.S
|
|||
file arch/arm32/arm32/intr.c
|
||||
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
|
||||
file arch/arm32/arm32/strstr.c
|
||||
file arch/arm32/arm32/bcopy_page.S
|
||||
|
|
Loading…
Reference in New Issue