Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 02/20/2000 08:30:31
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Sun Feb 20 16:30:30 UTC 2000

Added Files:
	syssrc/sys/arch/i386/include [sommerfeld_i386mp_1]: i82489reg.h
	    i82489var.h

Log Message:
MP: registers and variable definitions for the Local APIC, which sits
between the APIC bus and the processor, and does a bunch of useful
things in an MP system:
 - accepts APIC bus interrupt requests and passes the interrupt vector
   to the processor
 - manages the processor's interrupt priority.
 - initiates priority-based software interrupts directed at this or
   other processors

it also includes a local countdown timer and a few other functions.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 syssrc/sys/arch/i386/include/i82489reg.h \
    syssrc/sys/arch/i386/include/i82489var.h

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