2006-02-15 21:37:09

by Randy Dunlap

[permalink] [raw]
Subject: Re: + mmconfig-add-kernel-parameter-documentation.patch added to -mm tree

On Wed, 15 Feb 2006 [email protected] wrote:

>
> The patch titled
>
> mmconfig: add kernel parameter documentation
>
> has been added to the -mm tree. Its filename is
>
> mmconfig-add-kernel-parameter-documentation.patch
>
> See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
> out what to do about this
>
>
> From: Bjorn Helgaas <[email protected]>
>
> Mention the "pci=nommconf" option in kernel-parameters.txt.
>
> Signed-off-by: Bjorn Helgaas <[email protected]>
> Signed-off-by: Andrew Morton <[email protected]>
> ---
>
> Documentation/kernel-parameters.txt | 2 ++
> 1 files changed, 2 insertions(+)
>
> diff -puN Documentation/kernel-parameters.txt~mmconfig-add-kernel-parameter-documentation Documentation/kernel-parameters.txt
> --- devel/Documentation/kernel-parameters.txt~mmconfig-add-kernel-parameter-documentation 2006-02-15 13:00:34.000000000 -0800
> +++ devel-akpm/Documentation/kernel-parameters.txt 2006-02-15 13:00:34.000000000 -0800
> @@ -1150,6 +1150,8 @@ running once the system is up.
> Mechanism 1.
> conf2 [IA-32] Force use of PCI Configuration
> Mechanism 2.
> + nommconf [IA-32] Disable use of MMCONFIG for PCI
> + Configuration

should be (add X86-64):
nommconf [IA-32,X86-64] Disable use of MMCONFIG
for PCI Configuration

> nosort [IA-32] Don't sort PCI devices according to
> order given by the PCI BIOS. This sorting is
> done to get a device order compatible with

--
~Randy