From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 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> 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 List-ID: 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. -- 1.7.9.5