From owner-cvs-all@FreeBSD.ORG Fri Aug 20 06:22:04 2004 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 E6BFB16A4CE; Fri, 20 Aug 2004 06:22:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5CC443D66; Fri, 20 Aug 2004 06:22:04 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7K6M4Ca008336; Fri, 20 Aug 2004 06:22:04 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7K6M4as008335; Fri, 20 Aug 2004 06:22:04 GMT (envelope-from jmg) Message-Id: <200408200622.i7K6M4as008335@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 20 Aug 2004 06:22:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_sk.c if_skreg.h 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, 20 Aug 2004 06:22:05 -0000 jmg 2004-08-20 06:22:04 UTC FreeBSD src repository Modified files: sys/pci if_sk.c if_skreg.h Log: fix LOR's in sk. Original patch from dwhite. This moves the memory allocation earlier on in sk_attach so we don't have to lock until a bit later. PR: 69752 Revision Changes Path 1.86 +54 -42 src/sys/pci/if_sk.c 1.22 +2 -2 src/sys/pci/if_skreg.h