From owner-cvs-sys Wed Jan 10 22:17:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA04942 for cvs-sys-outgoing; Wed, 10 Jan 1996 22:17:56 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA04932 Wed, 10 Jan 1996 22:17:52 -0800 (PST) Date: Wed, 10 Jan 1996 22:17:52 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601110617.WAA04932@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/01/10 22:17:51 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: Take a different approach to the SPIORDY race condition. Simply clear SPIORDY just before we ack on the bus so that there is no chance to see SPIORDY for the same byte twice. Make some small modifications so that the Linux aic7xxx driver can use our sequencer and register definition files verbatum. Revision Changes Path 1.29 +5 -3 src/sys/dev/aic7xxx/aic7xxx.seq 1.4 +15 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h