Date: Sat, 5 Apr 1997 14:03:51 -0800 (PST) From: "Justin T. Gibbs" <gibbs> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq Message-ID: <199704052203.OAA29598@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 97/04/05 14:03:50 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for work loop, test for them separately. The bug report from David Malone showed that even though we had been reselected (SELDI was true), we sat in the poll for work loop until the selection timeout timer expired. It may be that the SSTAT0 register doesn't like to have more than one bit tested at a time. I've seen stranger things than this on these parts. Revision Changes Path 1.69 +5 -5 src/sys/dev/aic7xxx/aic7xxx.seq
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704052203.OAA29598>