From owner-cvs-sys Fri Aug 15 12:28:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA14515 for cvs-sys-outgoing; Fri, 15 Aug 1997 12:28:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA14484; Fri, 15 Aug 1997 12:28:03 -0700 (PDT) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA29816; Fri, 15 Aug 1997 12:27:45 -0700 (PDT) Date: Fri, 15 Aug 1997 12:27:45 -0700 (PDT) Message-Id: <199708151927.MAA29816@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/scsi aic7xxx.c aic7xxx.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1997/08/15 12:27:45 PDT Modified files: sys/i386/scsi aic7xxx.c aic7xxx.h Log: Remove the bus settle delay after reset code. It could cause an infinite loop. Perform a "-Wall" cleanup which actually exposed two real bugs having to do with operator precedence. Revision Changes Path 1.122 +22 -162 src/sys/i386/scsi/aic7xxx.c 1.43 +1 -6 src/sys/i386/scsi/aic7xxx.h