History log of /netbsd/sys/external/isc/atheros_hal/ic/ah_osdep.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 9f2c6cd5 17-Jul-2011 joerg <joerg@NetBSD.org>

Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce a

Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.

show more ...


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

Import HAL's OS dependent code and config(9)'s interface header.