NetBSD/sys/arch/i386/include
jdolecek 492b500611 Add couple hooks, needed primarily for NCR 53C90 MCA card driver:
* add flag to explicitly specify if the DMA should be done as 16bit or 8bit
* add flag to specify the DMA should happen via I/O port
* add new function mca_dma_set_ioport(), to set I/O port to be used for the
  DMA operation

Also clarify copyright (welcome to 2001 :), and couple other minor nits
2001-12-02 17:02:33 +00:00
..
acpi_machdep.h Bah, fix typo that crept in (tank you vi(1)). 2001-09-28 01:50:04 +00:00
ansi.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
aout_machdep.h
apmvar.h Make it possible to query each battery individually by making the 2001-09-10 05:23:30 +00:00
asm.h Remove ALTENTRY(). It's dangerous and should not be used. 2000-12-14 20:15:26 +00:00
bios32.h
bioscall.h Add support for getting %es value from the bios call. 2001-05-02 13:12:45 +00:00
bootinfo.h
bswap.h
bus.h trivially rename some macro parameters to avoid lint warnings. 2001-11-10 22:21:00 +00:00
byte_swap.h minor knf 2001-11-29 02:46:55 +00:00
cdefs.h
coff_machdep.h
conf.h now that duplicated stuff has been moved to sys/conf.h, remove unnecessary 2001-03-21 23:42:14 +00:00
cpu.h Add transmeta crusoe cpu support from toshi. 2001-11-17 08:21:43 +00:00
cpufunc.h Set up function pointers for copyin/copyout in preparation for 2001-07-31 18:28:58 +00:00
cputypes.h Add transmeta crusoe cpu support from toshi. 2001-11-17 08:21:43 +00:00
db_machdep.h Add %fs/%gs to trap frame and save/restore them on 2001-06-17 21:01:32 +00:00
disklabel.h Use highest bit of minor as an extra bit for the partition number to 2001-01-02 23:06:54 +00:00
eisa_machdep.h
elf_machdep.h
endian_machdep.h
endian.h
float.h remove needless externs in front of function prototypes 2001-05-21 04:47:35 +00:00
frame.h Add %fs/%gs to trap frame and save/restore them on 2001-06-17 21:01:32 +00:00
freebsd_machdep.h Update freebsd_sigcontext to what FreeBSD currently uses, and save/restore 2001-10-27 12:26:29 +00:00
gdt.h
ibcs2_machdep.h Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
ieee.h
ieeefp.h
int_const.h Add definitions of C99 integer constant macros. 2001-04-14 22:38:33 +00:00
int_fmtio.h {,u}intptr_t are longs; adjust printf/scanf formats. 2001-09-19 05:23:43 +00:00
int_limits.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_mwgwtypes.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_types.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
intr.h In i386_softintr_lock(), use splserial() rather than splhigh(), 2001-07-16 16:53:00 +00:00
ipkdb.h
isa_machdep.h Garbage-collect some more stuff. 2000-11-15 19:30:10 +00:00
isapnp_machdep.h
joystick.h
kcore.h
limits.h
loadfile_machdep.h Split elf32 vs. elf64 handling in loadfile(), including support for 2001-10-31 17:20:45 +00:00
lock.h remove some lint, including ansifying some inlines 2001-04-30 01:17:30 +00:00
macho_machdep.h add MACHO_MACHDEP_CASES 2001-07-14 03:05:51 +00:00
Makefile Add mtrr.h to INCS list to get installed on a make includes 2001-09-12 04:44:21 +00:00
math.h
mca_machdep.h Add couple hooks, needed primarily for NCR 53C90 MCA card driver: 2001-12-02 17:02:33 +00:00
mouse.h
mtrr.h Add code to frob the MTRR-like registers on the AMD K6-2 2001-09-19 01:26:18 +00:00
npx.h Upon further reading of the manual, don't save the MXCSR-at-last-exception. 2001-08-03 01:46:08 +00:00
param.h Remove trailing "U" on KERNBASE introduced in last commit. 2001-08-03 01:03:10 +00:00
pcb.h Add support for saving/restoring SSE/SSE2 state using FXSAVE/FXRSTOR. 2001-08-02 21:04:43 +00:00
pccons.h
pci_machdep.h For ports that wire up pciide in compatibility mode, have 2001-06-08 04:48:54 +00:00
pio.h Make the type of ports in the in*()/out*() routines u_long instead of 2001-11-13 03:27:50 +00:00
pmap.h correct comment. 2001-11-07 10:52:08 +00:00
pmc.h
proc.h Add flag to indicate that a process set some mtrrs that need to be 2001-09-10 10:11:21 +00:00
profile.h Declare some asm statement with output as volatile. Without this, 2001-11-30 06:53:56 +00:00
psl.h use _KERNEL_OPT 2001-05-30 11:57:16 +00:00
pte.h
ptrace.h
rbus_machdep.h Move _i386_memio_unmap() into bus_machdep.c; the ACPI code wants it. 2001-04-25 03:31:23 +00:00
reg.h Redefine evil tXXX register offset defines into the trapframe structure 2001-07-17 08:13:06 +00:00
rnd.h
segments.h Use global descriptor 7 for mach traps. Unfortunately this is already 2001-07-14 02:02:45 +00:00
setjmp.h
signal.h
specialreg.h Define the AMD K6 cache/write-combinding control register MSR. 2001-09-19 00:30:11 +00:00
spkr.h
stdarg.h
svr4_machdep.h Add defines for the rest of fasttraps as defined on Solaris8/i386. For 2001-10-31 18:20:13 +00:00
sysarch.h Add definitions for mtrr syscalls. 2001-09-10 10:10:57 +00:00
trap.h
tss.h
types.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
userret.h Introduce PROC_PC(), which is used to get a process's user PC. If this is 2000-12-10 19:29:30 +00:00
varargs.h
vm86.h
vmparam.h MAXSLP is defined to be a machine-independent scheduling parameter, 2001-11-15 18:06:11 +00:00