From owner-cvs-all Thu Mar 23 10:33:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37C6237B57F; Thu, 23 Mar 2000 10:33:21 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA97777; Thu, 23 Mar 2000 10:33:21 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200003231833.KAA97777@freefall.freebsd.org> From: Mike Smith Date: Thu, 23 Mar 2000 10:33:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c amrvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/03/23 10:33:20 PST Modified files: sys/dev/amr amr.c amrvar.h Log: Fix detection of the card-ready-for-command state. Use an ultimate timeout closer to the 1-second value that AMI use in their Linux driver, and mark the mailbox structures as volatile so that gcc doesn't over-optimise access to them. This should fix the "controller wedged" bug. Submitted by: Brian Dean Revision Changes Path 1.9 +8 -3 src/sys/dev/amr/amr.c 1.3 +3 -3 src/sys/dev/amr/amrvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message