Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 04/24/2002 12:43:15
Module Name:	syssrc
Committed By:	bouyer
Date:		Wed Apr 24 09:43:14 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: esiop.c esiopvar.h
	syssrc/sys/dev/microcode/siop: esiop.ss

Log Message:
For a new command, use the id in the command table and get rid of the ID in the
scheduler slot. This costs a few more instructions but divide the size of the
scheduler ring by 2, saving 1k of onboard RAM (a bus with 15 devices would
overflow the on-board RAM by 128 bytes).


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/esiop.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ic/esiopvar.h
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/microcode/siop/esiop.ss

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