Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 04/05/2006 06:54:26
Module Name:	src
Committed By:	gdamore
Date:		Wed Apr  5 06:54:26 UTC 2006

Modified Files:
	src/sys/arch/macppc/conf: std.macppc
	src/sys/arch/sparc64/conf: std.sparc64
	src/sys/conf: files
	src/sys/contrib/dev/ath/netbsd: ah_osdep.c
	src/sys/contrib/dev/ath/public: powerpc-be-eabi.opt_ah.h
	    powerpc-be-elf.opt_ah.h powerpc-le-eabi.opt_ah.h
	    xscale-be-elf.opt_ah.h xscale-le-elf.opt_ah.h

Log Message:
Rename AH_DEBUG, AH_ASSERT, and AH_DEBUG_ALQ to ATH_XXX.
Use the opt_ah.h for the provided HAL to get options like AH_REGOPS_FUNC.
Add AH_REGOPS_FUNC to a few opt_ah.h that don't have it in this version
of the HAL but need it.  (The next version from Sam should have this fixed
in it.  If it doesn't, then we'll have to take care at import time.)

Ultimately, this should make future imports even easier, and individual ports
should not have to worry about whether AH_REGOPS_FUNC is properly defined or
not, since the opt_ah.h will just take care of it automatically.

Ok'd by dyoung@.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/arch/macppc/conf/std.macppc
cvs rdiff -r1.13 -r1.14 src/sys/arch/sparc64/conf/std.sparc64
cvs rdiff -r1.766 -r1.767 src/sys/conf/files
cvs rdiff -r1.1 -r1.2 src/sys/contrib/dev/ath/netbsd/ah_osdep.c
cvs rdiff -r1.1 -r1.2 src/sys/contrib/dev/ath/public/powerpc-be-eabi.opt_ah.h \
    src/sys/contrib/dev/ath/public/powerpc-be-elf.opt_ah.h \
    src/sys/contrib/dev/ath/public/powerpc-le-eabi.opt_ah.h \
    src/sys/contrib/dev/ath/public/xscale-be-elf.opt_ah.h \
    src/sys/contrib/dev/ath/public/xscale-le-elf.opt_ah.h

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