From owner-cvs-all Wed Dec 4 16:51:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16B0D37B404; Wed, 4 Dec 2002 16:51:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F3143ECF; Wed, 4 Dec 2002 16:51:44 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB50lRmV076227; Wed, 4 Dec 2002 16:47:27 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB50lRs4076226; Wed, 4 Dec 2002 16:47:27 -0800 (PST) Message-Id: <200212050047.gB50lRs4076226@repoman.freebsd.org> From: Scott Long Date: Wed, 4 Dec 2002 16:47:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.seq X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/12/04 16:47:27 PST Modified files: sys/dev/aic7xxx aic79xx.seq Log: The sequencer downloading code assumes that all jump labels are acurate in relation to a fully compiled sequencer program (all patches downloaded). Correct a few occurances of a relative jump across a macro that ended up jumping us into the last instruction of the macro. Spproved by: re (bmah) Revision Changes Path 1.5 +5 -3 src/sys/dev/aic7xxx/aic79xx.seq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message