From owner-svn-src-all@FreeBSD.ORG Mon Oct 22 03:11:35 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24D903F5 for ; Mon, 22 Oct 2012 03:11:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ia0-f182.google.com (mail-ia0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id D1FA98FC0C for ; Mon, 22 Oct 2012 03:11:34 +0000 (UTC) Received: by mail-ia0-f182.google.com with SMTP id k10so2337205iag.13 for ; Sun, 21 Oct 2012 20:11:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=n5NSlsUhwEYDwDUcJlABF90gPlmnFVlh3SXWBB+LH8w=; b=fWaHp2Wtpa09uDxhq5sQcAczx9MXUzCkcp7temiqSMGJtI8t/2sWlpVb6UgvrgnDfb Q1n5utono8TJ+dvNLg1a63Df3xewBJl3ryTsJSSTMHr0xwywNgkOVMD1GqO99n1T5Ich GWyZzeHiYmagi/4BJz/SfaZUm11jo8SLgdvMYszJnMk5xLkC5ip85Sit+Jqhl91+IZVJ DnTnx5yXWrE8JrlGw5sZVqCdsG6+LyTwZ9nzHzrJyefVVJ2C7VzgkSEIoMY3NaaFdAz2 3R5mqGm4P0yyiI4n/sspHrlLUkaTO3Ikbvw7hHeu2JHF8enQ6vtpwszx+A8tyBU/qckE vvbA== Received: by 10.50.40.225 with SMTP id a1mr8699753igl.7.1350875494462; Sun, 21 Oct 2012 20:11:34 -0700 (PDT) Received: from 63.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id x5sm12472600igc.14.2012.10.21.20.11.28 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 20:11:30 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r241758 - head/sys/dev/pci Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <201210200833.08542.jhb@freebsd.org> Date: Sun, 21 Oct 2012 21:11:24 -0600 Content-Transfer-Encoding: 7bit Message-Id: References: <201210192310.q9JNAt7n096894@svn.freebsd.org> <201210200833.08542.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQnXd7bVxX6bZV78Y+ctn88fjGbR4u1B6Gu80B1mno2UoqIVLDlZck+o7Ltos5AHN71uDY4F Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 03:11:35 -0000 On Oct 20, 2012, at 6:33 AM, John Baldwin wrote: > On Friday, October 19, 2012 07:10:55 PM Warner Losh wrote: >> Author: imp >> Date: Fri Oct 19 23:10:55 2012 >> New Revision: 241758 >> URL: http://svn.freebsd.org/changeset/base/241758 >> >> Log: >> Add missing Extended Capability ID Numbers from PCIe 3.0. > > Can you add these names to the switch in pciconf's cap.c? > >> +#define PCIZ_DPC 0x001d /* Downstream Porto Containment */ > > s/Porto/Port/? Sure to both. Warner