From owner-cvs-src@FreeBSD.ORG Thu Apr 15 13:16:28 2004 Return-Path: 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 D4AC816A4CE; Thu, 15 Apr 2004 13:16:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B55AA43D1D; Thu, 15 Apr 2004 13:16:28 -0700 (PDT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3FKGSGe092908; Thu, 15 Apr 2004 13:16:28 -0700 (PDT) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3FKGSY6092907; Thu, 15 Apr 2004 13:16:28 -0700 (PDT) (envelope-from cognet) Message-Id: <200404152016.i3FKGSY6092907@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 15 Apr 2004 13:16:28 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/trm trm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 15 Apr 2004 20:16:29 -0000 cognet 2004/04/15 13:16:28 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/trm trm.c Log: MFC rev 1.22: Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some people reported. Approved by: re Revision Changes Path 1.2.2.3 +1 -1 src/sys/dev/trm/trm.c