rpms/kernel/F-8 linux-2.6-defaults-nommconf.patch,1.1,1.2

Dave Jones (davej) fedora-extras-commits at redhat.com
Tue Oct 30 16:57:52 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23423

Modified Files:
	linux-2.6-defaults-nommconf.patch 
Log Message:
fix option name, whitespace

linux-2.6-defaults-nommconf.patch:

Index: linux-2.6-defaults-nommconf.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-defaults-nommconf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-defaults-nommconf.patch	30 Oct 2007 16:48:32 -0000	1.1
+++ linux-2.6-defaults-nommconf.patch	30 Oct 2007 16:57:47 -0000	1.2
@@ -16,14 +16,14 @@
  	default y
  
 +config PCI_MMCONFIG_OFF_BY_DEFAULT
-+        bool "Disable PCI MMCONFIG by default"
-+        depends on PCI_MMCONFIG
-+        help
-+          A lot of machines have broken BIOS tables which means that kernels
-+          built with PCI_MMCONFIG enabled fail to boot.  As a compromise, enabling
-+          this option allows the ability to build a kernel capable of using
-+	  mmconf PCI accesses if booted with pci=msi
-+	  Distribution kernels will likely need this option.
++	bool "Disable PCI MMCONFIG by default"
++	depends on PCI_MMCONFIG
++	help
++	   A lot of machines have broken BIOS tables which means that kernels
++	   built with PCI_MMCONFIG enabled fail to boot.  As a compromise, enabling
++	   this option allows the ability to build a kernel capable of using
++	   mmconf PCI accesses if booted with pci=mmconf
++	   Distribution kernels will likely need this option.
 +
  source "drivers/pci/pcie/Kconfig"
  
@@ -35,14 +35,14 @@
  	depends on PCI && ACPI
  
 +config PCI_MMCONFIG_OFF_BY_DEFAULT
-+        bool "Disable PCI MMCONFIG by default"
-+        depends on PCI_MMCONFIG
-+        help
-+          A lot of machines have broken BIOS tables which means that kernels
-+          built with PCI_MMCONFIG enabled fail to boot.  As a compromise, enabling
-+          this option allows the ability to build a kernel capable of using
-+          mmconf PCI accesses if booted with pci=msi
-+          Distribution kernels will likely need this option.
++	bool "Disable PCI MMCONFIG by default"
++	depends on PCI_MMCONFIG
++	help
++	  A lot of machines have broken BIOS tables which means that kernels
++	  built with PCI_MMCONFIG enabled fail to boot.  As a compromise, enabling
++	  this option allows the ability to build a kernel capable of using
++	  mmconf PCI accesses if booted with pci=mmconf
++	  Distribution kernels will likely need this option.
 +
  source "drivers/pci/pcie/Kconfig"
  




More information about the fedora-extras-commits mailing list