Date: Wed, 6 Nov 1996 22:38:07 -0800 (PST) From: "Justin T. Gibbs" <gibbs> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c src/sys/pci ncr.c Message-ID: <199611070638.WAA03835@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611070638.WAA03835>