NetBSD/sys/arch/i386/include
jtk 1a1feb3827 change APM to use new almost-generalized BIOS trampoline:
/*
 * void bioscall(int function, struct apmregs *regs):
 * 	call the BIOS interrupt "function" from real mode with
 *	registers as specified in "regs"
 *	(for the flags, though, only these flags are passed to the BIOS;
 *	the remainder come from the flags register at the time of the call:
 *	(PSL_C|PSL_PF|PSL_AF|PSL_Z|PSL_N|PSL_D|PSL_V)
 *
 *	Fills in *regs with registers as returned by BIOS.
 */

Thanks to Charles Hannum for complaining and inspiring me to hack this
together.
1996-09-08 15:43:37 +00:00
..
pc
ansi.h
aout_machdep.h
apmvar.h change APM to use new almost-generalized BIOS trampoline: 1996-09-08 15:43:37 +00:00
asm.h
bus.h New implementation of bus_io_{,un}map() for the i386. Details: 1996-06-23 19:59:06 +00:00
cdefs.h
conf.h Implement poll(2). 1996-09-07 12:40:22 +00:00
cpu.h
cpufunc.h
cputypes.h
db_machdep.h
disklabel.h
endian.h
exec.h
float.h
frame.h
freebsd_machdep.h
gdt.h add Advanced Power Management driver 1996-08-25 23:38:57 +00:00
ieeefp.h
intr.h Make imask[] larger, to match other changes. 1996-05-13 06:11:28 +00:00
joystick.h
limits.h
linux_machdep.h
mouse.h
npx.h
param.h
pcb.h
pccons.h
pio.h
pmap.h
proc.h
profile.h
psl.h Move spl*() and soft interrupt definitions into intr.h. For now, include it 1996-05-13 01:28:01 +00:00
pte.h
ptrace.h
reg.h
segments.h change APM to use new almost-generalized BIOS trampoline: 1996-09-08 15:43:37 +00:00
setjmp.h
signal.h
specialreg.h
spkr.h
stdarg.h
svr4_machdep.h
sysarch.h
trap.h
tss.h
types.h
varargs.h
vm86.h
vmparam.h