From owner-p4-projects Tue Oct 1 13:12:21 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2102A37B404; Tue, 1 Oct 2002 13:12:20 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC61737B401 for ; Tue, 1 Oct 2002 13:12:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8979243E65 for ; Tue, 1 Oct 2002 13:12:19 -0700 (PDT) (envelope-from jhb@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g91KCJCo078300 for ; Tue, 1 Oct 2002 13:12:19 -0700 (PDT) (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g91KCJWr078297 for perforce@freebsd.org; Tue, 1 Oct 2002 13:12:19 -0700 (PDT) Date: Tue, 1 Oct 2002 13:12:19 -0700 (PDT) Message-Id: <200210012012.g91KCJWr078297@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 18491 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18491 Change 18491 by jhb@jhb_laptop on 2002/10/01 13:12:09 Acquire Giant for pcic's event thread. Affected files ... .. //depot/projects/smpng/sys/dev/pcic/i82365.c#4 edit Differences ... ==== //depot/projects/smpng/sys/dev/pcic/i82365.c#4 (text+ko) ==== @@ -502,6 +502,7 @@ int s; struct pcic_softc *sc = h->sc; + mtx_lock(&Giant); while (h->shutdown == 0) { s = splhigh(); if ((pe = STAILQ_FIRST(&h->events)) == NULL) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message