NetBSD/sys/arch/alpha/include
tsutsui d99606f782 More fixes for Jensen, reported and tested by Christoph Franzen
in PR port-alpha/36628:
- make jensenio_eisa_maxslots() return 8 (instead of 16) since
  EISA config for slot 8-15 on jensen could return invalid values
- pass eisa_chipset_tag_t to eisa_init() and check eisa_maxslots()
  on probing EISA config space
- pass M_ZERO to malloc(9) and make sure malloc(9) doesn't fail
- fix typo in a debug printf, add more debug printfs, and
  use #ifdef EISA_DEBUG to enable them
- cast uint8_t value to uint32_t before shift more than 8 bits
- check buffer region on reading compressed data from EISA config space
2007-07-22 02:14:39 +00:00
..
alpha_cpu.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
alpha.h merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
ansi.h fix gcc -Werror -Wmissing-braces problem 2006-10-04 13:51:59 +00:00
aout_machdep.h
asm.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
atomic.h inline -> __inline 2005-12-28 19:09:29 +00:00
autoconf.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bswap.h
bus.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
bwx.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
cdefs.h
cfbreg.h
cpu_counter.h Add MI todr(9) support and timercounter(9) support with kern_cctr.c to alpha: 2007-07-21 11:59:55 +00:00
cpu.h Add MI todr(9) support and timercounter(9) support with kern_cctr.c to alpha: 2007-07-21 11:59:55 +00:00
cpuconf.h
cpuvar.h
db_machdep.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
disklabel.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ecoff_machdep.h
eisa_machdep.h More fixes for Jensen, reported and tested by Christoph Franzen 2007-07-22 02:14:39 +00:00
elf_machdep.h
endian_machdep.h
endian.h
float.h
fpu.h
frame.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ieee.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
int_mwgwtypes.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
int_types.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
intr.h Fix alpha build after idlelwp merge. I don't know why machine/cpu.h was 2007-05-18 19:58:06 +00:00
isa_machdep.h
isapnp_machdep.h
joystick.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kbio.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kcore.h
limits.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
loadfile_machdep.h free -> dealloc 2006-01-25 18:28:25 +00:00
lock.h inline -> __inline 2007-02-11 15:41:31 +00:00
logout.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
Makefile.inc
math.h
mcontext.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mutex.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
pal.h
param.h - remove unused bdbtofsb. 2006-08-28 13:43:35 +00:00
pcb.h merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
pci_machdep.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pio.h
pmap.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
pmc.h
proc.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
profile.h
prom.h
psl.h
pte.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ptrace.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
reg.h
rpb.h
rwlock.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
setjmp.h
sigdebug.h
signal.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
stdarg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sysarch.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
tc_machdep.h
types.h Add MI todr(9) support and timercounter(9) support with kern_cctr.c to alpha: 2007-07-21 11:59:55 +00:00
userret.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
varargs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vmparam.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vuid_event.h Use the common <dev/sun/vuid_event.h> header file instead of maintaining 2006-08-28 16:41:04 +00:00
wchar_limits.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
z8530var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00