Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/21/2008 02:56:14
Module Name:	src
Committed By:	dyoung
Date:		Mon Jan 21 02:56:14 UTC 2008

Modified Files:
	src/sys/arch/i386/i386: trap.c
	src/sys/arch/x86/include: intr.h
	src/sys/arch/x86/x86: intr.c

Log Message:
Add primitive routines to establish NMI handlers on i386.

TBD: synchronize (dis)establishment of handlers.


To generate a diff of this commit:
cvs rdiff -r1.232 -r1.233 src/sys/arch/i386/i386/trap.c
cvs rdiff -r1.30 -r1.31 src/sys/arch/x86/include/intr.h
cvs rdiff -r1.39 -r1.40 src/sys/arch/x86/x86/intr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.