From owner-cvs-sys Wed May 22 08:35:22 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04157 for cvs-sys-outgoing; Wed, 22 May 1996 08:35:22 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04122; Wed, 22 May 1996 08:35:02 -0700 (PDT) Date: Wed, 22 May 1996 08:35:02 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199605221535.IAA04122@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/05/22 08:35:01 Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi aic7xxx.c Log: Merge with HEAD: Setup ULTRAEN in SXFRCTL0 to match the syncrate we are using during the call of ahc_scsirate. Otherwise, the proper setting may not get set until the next reconnection/selection. The saved_queue used to re-order the QINFIFO during error recovery or certain SCB paging operations should be an array of u_chars not ints. saved_queue type error pointed out by: Noriyuki Soda Revision Changes Path 1.29.2.16 +15 -8 src/sys/i386/scsi/aic7xxx.c