NetBSD/sys/arch
fvdl c15f6d921f Changes for NKPDE calculation from cgd.
- New variables: biosextmem, biosbasemem, nkpde
- Above can be set by using the options BIOSEXTMEM, BIOSBASEMEM,
  and NKPDE respectively (EXTMEM_SIZE is now called BIOSEXTMEM).
  When preset this way, they won't be filled in / calculated.
- Readable by sysctl using machdep.nkpde, machdep.biosbasemem
  and machdep.biosextmem.
- nkpde is calculated as:

	min(NKPDE_MAX, NKPDE_BASE + (biosextmem >> 10) * NKPDE_SCALE)

  Where NKPDE_MAX is 31, NKPDE_BASE is 4, NKPDE_SCALE = 1.
1996-11-18 01:06:09 +00:00
..
alpha implement interrupt enable/disable and mapping as described in 1996-11-17 02:30:25 +00:00
amiga Make sure we only handle the DraCo native timer interupt, if it was enabled. 1996-11-17 18:22:37 +00:00
arm32 Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_ 1996-11-15 22:38:45 +00:00
atari Plug some spl-holes in the lp-driver. Also be more strict in protecting 1996-11-17 13:47:09 +00:00
hp300 Fix an inconsistency that came in with Lite: setrq() was renamed to 1996-11-06 20:19:19 +00:00
i386 Changes for NKPDE calculation from cgd. 1996-11-18 01:06:09 +00:00
m68k Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_ 1996-11-15 22:38:45 +00:00
mac68k Include MACHINE_NONCONTIG here. It isn't needed on all macs, but it has been 1996-11-15 14:21:00 +00:00
mips Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_ 1996-11-15 22:38:45 +00:00
mvme68k fix uninit'd variable [detected by charles] 1996-11-09 22:27:22 +00:00
ofppc Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
pc532 Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_ 1996-11-15 22:38:45 +00:00
pica Use bitmask_snprintf(). 1996-11-15 03:01:01 +00:00
pmax Move non-optional "options" SWAPPAGER, VNODEPAGER, DEVPAGER to std.pmax 1996-11-16 23:10:47 +00:00
powerpc Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_ 1996-11-15 22:38:45 +00:00
sparc Move *PAGER options and `machine sparc' to std.sparc. 1996-11-18 00:10:19 +00:00
sun3 Use bitmask_snprintf(). 1996-11-13 07:00:30 +00:00
vax Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_ 1996-11-15 22:38:45 +00:00
x68k Fix an inconsistency that came in with Lite: setrq() was renamed to 1996-11-06 20:19:19 +00:00