From owner-cvs-all@FreeBSD.ORG Tue Feb 14 08:04:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 2D02E16A420; Tue, 14 Feb 2006 08:04:40 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADC443D46; Tue, 14 Feb 2006 08:04:39 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1E84dQY070079; Tue, 14 Feb 2006 08:04:39 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1E84dmB070078; Tue, 14 Feb 2006 08:04:39 GMT (envelope-from ps) Message-Id: <200602140804.k1E84dmB070078@repoman.freebsd.org> From: Paul Saab Date: Tue, 14 Feb 2006 08:04:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/amr amr.c amrvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 08:04:40 -0000 ps 2006-02-14 08:04:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/amr amr.c amrvar.h Log: MFC: amr.c 1.75, amrvar.h 1.30 - Move the command setup from amr_start1 into the card specific submit routines. - Add or replace cpu_spinwait() with DELAY(1) to a few of the busy loops when reading from the controller to work around firmware bugs which can crash the controller. Approved by: re Revision Changes Path 1.65.2.5 +59 -60 src/sys/dev/amr/amr.c 1.26.2.2 +1 -1 src/sys/dev/amr/amrvar.h