From owner-cvs-sys Wed Nov 6 22:38:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA03852 for cvs-sys-outgoing; Wed, 6 Nov 1996 22:38:20 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA03835; Wed, 6 Nov 1996 22:38:07 -0800 (PST) Date: Wed, 6 Nov 1996 22:38:07 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199611070638.WAA03835@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/11/06 22:38:06 Branch: sys/i386/scsi SCSI Modified: sys/i386/scsi aic7xxx.c Log: Bzero the kernel scb array after it is allocated otherwise the control byte used on the first transaction on an SCB is indeterminate. Revision Changes Path 1.75.2.7 +3 -1 src/sys/i386/scsi/aic7xxx.c Modified: sys/pci ncr.c Log: Add a missing splx(). This is probably the cause of the hang when doing tagged queueing that Stefan reported to me. Revision Changes Path 1.76.2.5 +3 -2 src/sys/pci/ncr.c