From owner-cvs-sys Mon Oct 28 09:00:46 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA11431 for cvs-sys-outgoing; Mon, 28 Oct 1996 09:00:46 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA11414; Mon, 28 Oct 1996 09:00:30 -0800 (PST) Date: Mon, 28 Oct 1996 09:00:30 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199610281700.JAA11414@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/10/28 09:00:29 Modified: sys/dev/aic7xxx aic7xxx.seq Log: In data_phase_reinit when I converted the code to use bcopy, I should have used mvi instead of mov. Luckily this code is most likely never executed since it is only there for sanity should a target goes into the data phase twice during a single selection or reselection. Revision Changes Path 1.46 +3 -3 src/sys/dev/aic7xxx/aic7xxx.seq