From owner-cvs-src@FreeBSD.ORG Fri Jun 13 14:30:30 2003 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 8C24837B401; Fri, 13 Jun 2003 14:30:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9B643FAF; Fri, 13 Jun 2003 14:30:30 -0700 (PDT) (envelope-from imp@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 h5DLUU0U009956; Fri, 13 Jun 2003 14:30:30 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5DLUTgK009955; Fri, 13 Jun 2003 14:30:29 -0700 (PDT) Message-Id: <200306132130.h5DLUTgK009955@repoman.freebsd.org> From: Warner Losh Date: Fri, 13 Jun 2003 14:30:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccard.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: Fri, 13 Jun 2003 21:30:31 -0000 imp 2003/06/13 14:30:29 PDT FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Add a comment about the MPSAFEness of this pccard_intr handler. Given how we registered pccard_intr, it is MPSAFE. However, since we register the pccard_intr handler with the flags of the ISR we call, that is the gating factor. We need do nothing specific here. Prompted by: seeing pccard_intr in a panic. Revision Changes Path 1.80 +4 -0 src/sys/dev/pccard/pccard.c