NetBSD/sys/arch
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
..
alpha Use SIGBUS iff we get a legitimate bus fault. Use SIGSEGV for page protection 1996-09-07 22:26:41 +00:00
amiga s/reutrn/return/, although in normally inactive code. 1996-09-08 11:21:11 +00:00
arm32 Use cdev_uk_init(). 1996-09-08 00:40:08 +00:00
atari Use <m68k/exec.h>. 1996-09-08 01:00:35 +00:00
hp300 Use <m68k/exec.h>. 1996-09-08 01:00:35 +00:00
i386 change APM to use new almost-generalized BIOS trampoline: 1996-09-08 15:43:37 +00:00
m68k All of the m68k ports' exec.h's were essentially the same. Merge them. 1996-09-08 00:57:29 +00:00
mac68k Use <m68k/exec.h>. 1996-09-08 01:00:35 +00:00
mips Use SIGBUS iff we get a legitimate bus fault. Use SIGSEGV for page protection 1996-09-07 22:26:41 +00:00
mvme68k Use <m68k/exec.h>. 1996-09-08 01:00:35 +00:00
pc532 Use SIGBUS iff we get a legitimate bus fault. Use SIGSEGV for page protection 1996-09-07 22:26:41 +00:00
pica Implement poll(2). 1996-09-07 12:40:22 +00:00
pmax * Call doshutdownhooks() before rebooting. 1996-09-08 11:49:49 +00:00
sparc Implement poll(2). 1996-09-07 12:40:22 +00:00
sun3 Use <m68k/exec.h>. 1996-09-08 01:00:35 +00:00
vax Implement poll(2). 1996-09-07 12:40:22 +00:00
x68k Use <m68k/exec.h>. 1996-09-08 01:00:35 +00:00