Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/30/2006 22:46:36
Module Name:	src
Committed By:	dsl
Date:		Mon Jan 30 22:46:36 UTC 2006

Modified Files:
	src/sys/arch/amd64/include: byte_swap.h
	src/sys/arch/arm/include: byte_swap.h
	src/sys/arch/hppa/include: byte_swap.h
	src/sys/arch/i386/include: byte_swap.h
	src/sys/arch/m68k/include: byte_swap.h
	src/sys/arch/pc532/include: byte_swap.h
	src/sys/arch/sh5/include: byte_swap.h
	src/sys/arch/vax/include: byte_swap.h
	src/sys/sys: bswap.h

Log Message:
Move all the stuff that detects bswapxx(constant) into the MI sys/bswap.h
Put the minimum to define the required inline assembler or C into the MD files.
NB: there may be some fallout from this!


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/amd64/include/byte_swap.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/arm/include/byte_swap.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/hppa/include/byte_swap.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/i386/include/byte_swap.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/m68k/include/byte_swap.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/pc532/include/byte_swap.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/sh5/include/byte_swap.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/vax/include/byte_swap.h
cvs rdiff -r1.5 -r1.6 src/sys/sys/bswap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.