rpms/kernel/devel config-x86-generic, 1.59, 1.60 config-x86_64-generic, 1.62, 1.63 kernel.spec, 1.1212, 1.1213

Kyle McMartin kyle at fedoraproject.org
Tue Jan 13 21:23:25 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13347

Modified Files:
	config-x86-generic config-x86_64-generic kernel.spec 
Log Message:
* Tue Jan 13 2009 Kyle McMartin <kyle at redhat.com>
- Enable CONFIG_DMAR (and GFX_WA and FLOPPY_WA) requested by Gerd.



Index: config-x86-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86-generic,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- config-x86-generic	9 Jan 2009 05:13:21 -0000	1.59
+++ config-x86-generic	13 Jan 2009 21:22:54 -0000	1.60
@@ -224,7 +224,6 @@
 CONFIG_PCI_DIRECT=y
 CONFIG_PCI_MMCONFIG=y
 CONFIG_PCI_BIOS=y
-# CONFIG_DMAR is not set
 
 CONFIG_HOTPLUG_PCI=y
 CONFIG_HOTPLUG_PCI_COMPAQ=m


Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86_64-generic,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- config-x86_64-generic	12 Jan 2009 00:15:28 -0000	1.62
+++ config-x86_64-generic	13 Jan 2009 21:22:54 -0000	1.63
@@ -27,7 +27,9 @@
 # CONFIG_EDD_OFF is not set
 CONFIG_PCI_BIOS=y
 CONFIG_PCI_MMCONFIG=y
-# CONFIG_DMAR is not set
+CONFIG_DMAR=y
+CONFIG_DMAR_GFX_WA=y
+CONFIG_DMAR_FLOPPY_WA=y
 
 CONFIG_EFI=y
 CONFIG_EFI_VARS=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1212
retrieving revision 1.1213
diff -u -r1.1212 -r1.1213
--- kernel.spec	13 Jan 2009 17:45:52 -0000	1.1212
+++ kernel.spec	13 Jan 2009 21:22:54 -0000	1.1213
@@ -1736,6 +1736,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Tue Jan 13 2009 Kyle McMartin <kyle at redhat.com>
+- Enable CONFIG_DMAR (and GFX_WA and FLOPPY_WA) requested by Gerd.
+
 * Tue Jan 13 2009 Dave Jones <davej at redhat.com>
 - 2.6.29-rc1-git3
 




More information about the scm-commits mailing list