From owner-cvs-all@FreeBSD.ORG Fri Oct 24 00:20:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B65316A4B3; Fri, 24 Oct 2003 00:20:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B2043FE0; Fri, 24 Oct 2003 00:20:14 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9O7KEXJ035068; Fri, 24 Oct 2003 00:20:14 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9O7KDv7035067; Fri, 24 Oct 2003 00:20:13 -0700 (PDT) (envelope-from imp) Message-Id: <200310240720.h9O7KDv7035067@repoman.freebsd.org> From: Warner Losh Date: Fri, 24 Oct 2003 00:20:13 -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/pccbb pccbb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 07:20:15 -0000 imp 2003/10/24 00:20:13 PDT FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Backswards is as backwards does: If we're MPSAFE, then we don't need giant, which implies that we need to take out giant it we're NOT MPSAFE. # I can't believe the number of people that looked at this failed to # detect this. Revision Changes Path 1.96 +2 -2 src/sys/dev/pccbb/pccbb.c