Date: Sun, 31 Aug 1997 12:35:54 -0700 (PDT) From: Stefan Esser <se@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c Message-ID: <199708311935.MAA25250@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
se 1997/08/31 12:35:54 PDT Modified files: sys/pci ncr.c Log: Fix problem with early revision 53c825a and 53c875 chips, which could cause a solid system lockup in the driver attach: These chips do not abort an access to the internal SRAM, when the driver set the software reset bit in the istat register. But the chip will never acknowledge the requested PCI bus transfer in the situation, causing an infinite wait and a lockout of other bus-masters. The problem has been reported for rev 0x11 of the 53c825a and rev 0x01 of the 53c875. Revisions 0x13 of the 53c825a and 0x03 of the 53c875 are known to support SRAM accesses, even in the software reset state. Revision Changes Path 1.106 +3 -5 src/sys/pci/ncr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708311935.MAA25250>