From owner-cvs-sys Wed Nov 6 22:40:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA04043 for cvs-sys-outgoing; Wed, 6 Nov 1996 22:40:10 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA03964; Wed, 6 Nov 1996 22:39:50 -0800 (PST) Date: Wed, 6 Nov 1996 22:39:50 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199611070639.WAA03964@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/11/06 22:39:49 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. Spaces -> tabs. Revision Changes Path 1.84 +5 -3 src/sys/i386/scsi/aic7xxx.c