From owner-cvs-sys Wed Jan 10 22:21:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA05176 for cvs-sys-outgoing; Wed, 10 Jan 1996 22:21:03 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA05169 Wed, 10 Jan 1996 22:21:00 -0800 (PST) Date: Wed, 10 Jan 1996 22:21:00 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601110621.WAA05169@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:20:59 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: Merge with HEAD: 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.16.4.9 +5 -3 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.2 +15 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h