NetBSD/sys/arch/i386/include
2003-07-07 13:30:10 +00:00
..
acpi_func.h Add a new include file with some ACPI MD macros, to move i386 specific 2003-05-11 21:05:19 +00:00
acpi_machdep.h Redirect to x86/. 2003-05-11 18:18:08 +00:00
ansi.h add some ISO C 1995 I18N functions and types: 2003-03-02 22:18:11 +00:00
aout_machdep.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
apicvar.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
apmvar.h Use PAGE_SIZE rather than NBPG. 2003-04-02 07:35:54 +00:00
asm.h set symbol to be a function using .type directive in IDTVEC macro 2003-05-02 18:05:46 +00:00
atomic.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
bios32.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
bioscall.h Use PAGE_SIZE rather than NBPG. 2003-04-02 07:35:54 +00:00
bootinfo.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
bswap.h
bus.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
byte_swap.h
cdefs.h
coff_machdep.h
cpu_counter.h Share i386/tsc_microtime.c with alpha and sparc64 as kern_microtime.c. 2003-02-05 12:18:01 +00:00
cpu.h -make cpu_feature unsigned, just like ci_feature_flags 2003-06-26 16:41:32 +00:00
cpufunc.h make cpu_feature unsigned, just like ci_feature_flags 2003-06-26 16:45:19 +00:00
cputypes.h
cpuvar.h Redirect to x86/cpuvar.h 2003-03-01 18:30:03 +00:00
darwin_machdep.h This new file is wanted by compat_darwin. 2002-12-12 17:41:53 +00:00
db_machdep.h Make sure to include opt_foo.h if a defflag option FOO is used. 2003-06-23 11:00:59 +00:00
disklabel.h Remove 'dosparts' it hasn't been used for a while (if ever). 2003-07-07 13:30:10 +00:00
eisa_machdep.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
elf_machdep.h
endian_machdep.h
endian.h
float.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
frame.h Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
frameasm.h Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
freebsd_machdep.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
gdt.h Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
i8259.h Redirect to x86/ 2003-03-02 18:09:42 +00:00
i82093reg.h The i82093 spec is unclear about it, but my assumption that the selected 2003-05-11 14:02:17 +00:00
i82093var.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
i82489reg.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
i82489var.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
ibcs2_machdep.h Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
ieee.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
ieeefp.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
int_const.h
int_fmtio.h {u,}intptr_t are ints again. 2003-05-30 11:07:38 +00:00
int_limits.h
int_mwgwtypes.h
int_types.h Back to unsigned int and int for {u,}intptr_t, otherwise java has no chance... 2003-05-29 18:06:55 +00:00
intr.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
intrdefs.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
ipkdb.h
isa_machdep.h Adapt for move to x86/include. 2003-02-27 00:12:21 +00:00
isapnp_machdep.h
joystick.h
kcore.h
kvm86.h add kvm86_incall again which got lost in the SMP merge 2002-10-02 14:54:43 +00:00
limits.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
loadfile_machdep.h
lock.h Adapt for move to x86/include. 2003-02-27 00:12:21 +00:00
macho_machdep.h Introduce an array of supported CPU types by a given arch for Mach-O 2002-10-29 22:22:30 +00:00
Makefile Don't install machine/mouse.h on i386 and prep; there are no users for 2003-05-15 18:51:18 +00:00
math.h
mca_machdep.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
mcontext.h Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
mpacpi.h Redirect to x86/ 2003-05-11 18:46:59 +00:00
mpbiosreg.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
mpbiosvar.h Enable the define for EISA MPBIOS support. 2003-03-04 22:19:32 +00:00
mpconfig.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
mtrr.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
npx.h Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
param.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
pcb.h Delete pcb_flags. 2002-10-08 20:24:58 +00:00
pccons.h
pci_machdep.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
pic.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
pio.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
pmap.h Add the ability for pool caches to cache the physical address of 2003-04-09 18:22:13 +00:00
pmc.h Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
proc.h Protect kernel opt_*.h include by #ifdef _KERNEL_OPT 2003-06-23 12:56:07 +00:00
profile.h
psl.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
pte.h Use PAGE_SIZE rather than NBPG. 2003-04-02 07:35:54 +00:00
ptrace.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
rbus_machdep.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
reg.h
segments.h The IDT only contains gate descriptors, so define it as such. 2003-03-03 22:14:15 +00:00
setjmp.h
signal.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
specialreg.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
spkr.h
stdarg.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
svr4_machdep.h
sysarch.h Support Athlon performance counters. 2002-06-07 04:04:47 +00:00
tlog.h Add NetBSD RCS Id. 2002-10-11 14:22:56 +00:00
trap.h Redirect some includes to x86/foo.h 2003-02-26 21:28:59 +00:00
tss.h Protect against multiple inclusion. 2002-10-05 21:27:52 +00:00
types.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
userret.h Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
varargs.h
vm86.h Merge the nathanw_sa branch. 2003-01-17 22:58:53 +00:00
vmparam.h Use PAGE_SIZE rather than NBPG. 2003-04-02 07:35:54 +00:00