Disable Intel IOMMU by default.

This commit is contained in:
Dave Jones 2011-12-14 20:23:20 -05:00
parent c63c5b8281
commit 386df52ea2
2 changed files with 5 additions and 2 deletions

View File

@ -39,7 +39,7 @@ CONFIG_FB_EFI=y
CONFIG_DMAR=y
CONFIG_DMAR_BROKEN_GFX_WA=y
CONFIG_DMAR_FLOPPY_WA=y
CONFIG_DMAR_DEFAULT_ON=y
# CONFIG_DMAR_DEFAULT_ON is not set
CONFIG_SCSI_ADVANSYS=m
CONFIG_SECCOMP=y

View File

@ -54,7 +54,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 3
%global baserelease 4
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -2208,6 +2208,9 @@ fi
# and build.
%changelog
* Thu Dec 15 2011 Dave Jones <davej@redhat.com> - 3.1.5-4
- Disable Intel IOMMU by default.
* Tue Dec 13 2011 Josh Boyer <jwboyer@redhat.com>
- Remove extraneous settings and enable Radeon KMS for powerpc (via Will Woods)