From owner-cvs-sys Fri Oct 11 12:50:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA20953 for cvs-sys-outgoing; Fri, 11 Oct 1996 12:50:25 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA20936; Fri, 11 Oct 1996 12:50:14 -0700 (PDT) Date: Fri, 11 Oct 1996 12:50:14 -0700 (PDT) From: Stefan Esser Message-Id: <199610111950.MAA20936@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci ncr.c ncrreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/10/11 12:50:13 Modified: sys/pci ncr.c ncrreg.h Log: Improve support of SCSI cards based on the 53c860 and 53c875. Still no support for Ultra-SCSI and other new features, but the code should now correctly initialize the clock pre-scaler (based on freqency measurement results, if necessary). Fix support of 16 targets for WIDE SCSI. Disable bus reset in case no progress is made for too long ("ncr dead" message), which did not work too well with scanners and other slow devices. Revision Changes Path 1.80 +121 -66 src/sys/pci/ncr.c 1.4 +3 -1 src/sys/pci/ncrreg.h