From patchwork Wed Jul 3 15:16:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haicheng Li X-Patchwork-Id: 2817921 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id AEA90BF4A1 for ; Wed, 3 Jul 2013 15:17:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7579B201B5 for ; Wed, 3 Jul 2013 15:17:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C86520196 for ; Wed, 3 Jul 2013 15:17:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753290Ab3GCPRj (ORCPT ); Wed, 3 Jul 2013 11:17:39 -0400 Received: from mga02.intel.com ([134.134.136.20]:19265 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752797Ab3GCPRi (ORCPT ); Wed, 3 Jul 2013 11:17:38 -0400 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 03 Jul 2013 08:17:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,988,1363158000"; d="scan'208";a="359990258" Received: from hli22-desktop.sh.intel.com ([10.239.72.171]) by fmsmga001.fm.intel.com with ESMTP; 03 Jul 2013 08:18:05 -0700 From: Haicheng Li To: linux-kernel@vger.kernel.org Cc: Haicheng Li , Haicheng Li , Rob Landley , linux-doc@vger.kernel.org, linux-pci@vger.kernel.org Subject: [PATCH 2/3] doc: add the description for pci=hide kernel parameter. Date: Wed, 3 Jul 2013 23:16:17 +0800 Message-Id: <1372864578-6925-2-git-send-email-haicheng.li@linux.intel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1372864578-6925-1-git-send-email-haicheng.li@linux.intel.com> References: <1372864578-6925-1-git-send-email-haicheng.li@linux.intel.com> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Cc: Rob Landley Cc: linux-doc@vger.kernel.org Cc: linux-pci@vger.kernel.org Signed-off-by: Haicheng Li --- Documentation/kernel-parameters.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 2fe6e76..4da0834 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -2359,6 +2359,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted. pcie_scan_all Scan all possible PCIe devices. Otherwise we only look for one device below a PCIe downstream port. + hide= Format: [:]:.[; ...] + Specifies devices to hide from pci subsystem. pcie_aspm= [PCIE] Forcibly enable or disable PCIe Active State Power Management.