Date: Mon, 1 May 1995 11:43:16 -0700 From: "Justin T. Gibbs" <gibbs> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Message-ID: <199505011843.LAA02792@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
gibbs 95/05/01 11:43:15 Modified: sys/i386/scsi aic7xxx.c Log: Aaron Daily of Adaptec has informed me that some form of paged SCB algorithm is used on aic7770 Rev E or higher chips to improve perfomance. This required a hardware change but we don't know exactly what (most likely some special register to do fast SCB indexing into host memory), and we are not at all sure that there are more than 4 SCBs on these chips. This probe will still classify the revision of the aic7xxx, but we now default to 4 SCBs (at least until we know more of what was done). This also fixes a bug in the timeout routine where we cleared a flag too soon making it imposible to enter one section of the routine. Submitted by: Timeout bug - Dan Eischen <deischen@iworks.InterWorks.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505011843.LAA02792>