NetBSD/sys/arch
msaitoh d191cbf210 add interrupt mode into wdog
To use:

	ioctl(fd, SIOWDOGSETMODE, &val)

	val:	WDOGM_RESET	-> reset when counter expired
		WDOGM_INTR	-> print PC when counter expired (new!)

This interface is still under experimental.
2000-10-31 02:04:12 +00:00
..
alpha ca -> lsu 2000-10-19 14:35:41 +00:00
amiga add a semicolon to make this compile again 2000-10-30 14:40:33 +00:00
amigappc don't specify number of ptys if >= 16 (current default initial number) 2000-09-24 15:59:26 +00:00
arc clean up and consistency for CP0 Count, Compare, Wired, and Config 2000-10-05 02:36:44 +00:00
arm26 IDE hard discs seem to work -- turn them on by default. 2000-10-14 23:46:40 +00:00
arm32 Enable options SOFTDEP. 2000-10-28 22:42:08 +00:00
atari Correct `off by one' error when testing against size of disk. 2000-10-23 06:56:00 +00:00
bebox more rnd(4). 2000-10-04 22:26:49 +00:00
cobalt Add `major' for lsu. 2000-10-23 11:32:30 +00:00
evbsh3 add interrupt mode into wdog 2000-10-31 02:04:12 +00:00
hp300 Add randomness sampling from hil, sd and rd devices. 2000-10-10 19:58:42 +00:00
hpcmips when apm version is not 1.0, 2000-10-27 08:19:37 +00:00
i386 Add support for booting off RAIDframe RAID1 mirrors. Check the first partition 2000-10-30 07:30:59 +00:00
luna68k Add wsmouse support. 2000-10-19 10:36:32 +00:00
m68k %%<reg> -> %<reg> 2000-10-19 12:15:53 +00:00
mac68k Replace the call to macfb_init() when attaching a non-console fb device 2000-10-22 05:05:39 +00:00
macppc Switch to sys/dev/md_root.c. Tested on an INSTALL kernel. 2000-10-29 01:39:19 +00:00
mips fix cp0 hazard. 2000-10-29 08:01:29 +00:00
mipsco more rnd(4). 2000-10-04 22:26:49 +00:00
mmeye fix shpcic* iomem size from 0x4000000 to 0x1000000 2000-10-17 10:02:11 +00:00
mvme68k more rnd(4). 2000-10-04 22:26:49 +00:00
news68k - Initialize zs chip in zscninit() so that kernel can use 2000-10-14 16:45:49 +00:00
newsmips Add dmac for spifi. (commented out) 2000-10-30 10:16:31 +00:00
next68k add rnd_source field to mb8796_softc 2000-10-09 10:45:45 +00:00
ofppc enable rnd device. they are now mandatory for ssh/sshd support, 2000-10-04 03:35:53 +00:00
pc532 Ensure all INSTALL* kernels have two ptys, and a note explaining why: 2000-10-02 18:43:34 +00:00
pmax add '-s' option which will cause the installboot program to recalculate the 2000-10-17 01:54:30 +00:00
powerpc In mem_regions(), remove zero sized entry returned from OF. 2000-09-24 15:57:03 +00:00
prep don't specify number of ptys if >= 16 (current default initial number) 2000-09-24 15:59:26 +00:00
sgimips Add `major' for lsu. 2000-10-23 11:32:30 +00:00
sh3 add interrupt mode into wdog 2000-10-31 02:04:12 +00:00
sparc Enable sun4 support and VME devices. 2000-10-30 23:23:15 +00:00
sparc64 Add pmap_growkernel(). 2000-10-29 23:30:35 +00:00
sun3 Enable options SOFTDEP. 2000-10-28 22:42:08 +00:00
vax add a clarifying comment. 2000-10-18 21:38:52 +00:00
x68k Use up-to-date (newly installed) header files when DESTDIR is set. 2000-10-19 16:17:41 +00:00
Makefile