History log of /netbsd/sys/external/isc/atheros_hal/dist/ah_regdomain.c (Results 1 – 2 of 2)
Revision Date Author Comments
# a9d4fb0b 11-Dec-2008 alc <alc@NetBSD.org>

Fix the build of the new HAL:

- constify link-set iterator
- do RF lookup only if any RF has been built
- fix global symbols shadowing
- const static -> static const
- don't redefine `uintptr_t

Fix the build of the new HAL:

- constify link-set iterator
- do RF lookup only if any RF has been built
- fix global symbols shadowing
- const static -> static const
- don't redefine `uintptr_t'
- use `unsigned long' in __DECONST()
- fix AH_RF() macros
- __va_list -> va_list
- add missing struct trailing element
- add a few #ifdef AH_DEBUG block to avoid empty if() statement
- some other nits...

show more ...


# 1e10b93d 11-Dec-2008 alc <alc@NetBSD.org>

Import Atheros HAL, from FreeBSD (revision 185521)