Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 10/23/2000 17:53:56
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Oct 23 14:53:55 UTC 2000

Modified Files:
	syssrc/sys/dev/microcode/siop: siop.ss

Log Message:
Rearrange things a bit to have less jumps
Install the core of the scheduler in main script (so it's in RAM when there is
one), and avoid jump in the common case. The command part of the scheduler now
lives in host memory, with tables.
Add template for a tag switch.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/microcode/siop/siop.ss

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