Subject: Re: ciss(9), aac(9) and Xen
To: None <tech-kern@netbsd.org>
From: Tonnerre LOMBARD <tonnerre@thebsh.sygroup.ch>
List: tech-kern
Date: 03/17/2006 11:58:08
--kERJ49nCKmnv470N
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline

Salut,

I added the following code (ed script):

e src/sys/dev/ic/ciss.c
512a
				if (id > sc->maxcmd)
					panic("ID %d is larger than the number of available command buffers (%d)\n", id, sc->maxcmd);