From owner-cvs-src@FreeBSD.ORG Thu Feb 2 17:51:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D4BB16A437; Thu, 2 Feb 2006 17:51:00 +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 5C0E043D49; Thu, 2 Feb 2006 17:51:00 +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 k12Hp0fP003745; Thu, 2 Feb 2006 17:51:00 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k12Hp0cl003744; Thu, 2 Feb 2006 17:51:00 GMT (envelope-from ps) Message-Id: <200602021751.k12Hp0cl003744@repoman.freebsd.org> From: Paul Saab Date: Thu, 2 Feb 2006 17:51:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/amr amr.c amrvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 17:51:00 -0000 ps 2006-02-02 17:51:00 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amrvar.h Log: - 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. Revision Changes Path 1.75 +59 -60 src/sys/dev/amr/amr.c 1.30 +1 -1 src/sys/dev/amr/amrvar.h