From owner-cvs-sys Mon May 1 11:43:18 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA02803 for cvs-sys-outgoing; Mon, 1 May 1995 11:43:18 -0700 Received: (from gibbs@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA02792 ; Mon, 1 May 1995 11:43:16 -0700 Date: Mon, 1 May 1995 11:43:16 -0700 From: "Justin T. Gibbs" Message-Id: <199505011843.LAA02792@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk 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