From owner-svn-src-head@FreeBSD.ORG Mon Oct 22 03:11:35 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D9243F3 for ; Mon, 22 Oct 2012 03:11:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id B35A38FC0A for ; Mon, 22 Oct 2012 03:11:34 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k10so4039611iea.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=PimkR6LkTlBjjvt20YY5GVEgdvPzxKCEZv0P2Oaei7rhRaPNqedvxe0RFXVYph+lHE ja8wE+amiqJR5yH05Sx+eTXhL2yhR8rilUbLfBNu32q1emzZLmEAq3/lcVGLFKHAcv9F beq4t0+whqoMfF1TYpuortbcIcxuhXKatu4LU5G8NmTz/qBtuP2+sQPu9UHo9hEQVeJw QBylxcf1umRId0Lp8kVcPpBU20dfioY3Fh0eCk2C+89823dOt7Nb4u9NuftjKFs8ix4z rExJE8oGH6oJMV4jC2eN+TL0Njdi55ZXCJT3xeSJ7vLCrMhBDOI/+DTBLMb44VUVLOKw 6Dbg== 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: ALoCoQmsRtm+iBXSq+JG1f3S2DOfcjkvji6oHNB7DQf8zlzike6XqXuIw9YtGYIOFl83xYfhSZnw Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current 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