|
From: <abe...@us...> - 2011-11-03 21:17:00
|
Revision: 5246
http://astlinux.svn.sourceforge.net/astlinux/?rev=5246&view=rev
Author: abelbeck
Date: 2011-11-03 21:16:53 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
kernel config, enable CONFIG_PCI_MSI=y for Intel e1000e NIC's and possible others.
Note: This may be disabled via the KCMD by setting 'pci=nomsi'
Modified Paths:
--------------
branches/1.0/project/astlinux/geni586/linux.config
Modified: branches/1.0/project/astlinux/geni586/linux.config
===================================================================
--- branches/1.0/project/astlinux/geni586/linux.config 2011-11-02 16:36:34 UTC (rev 5245)
+++ branches/1.0/project/astlinux/geni586/linux.config 2011-11-03 21:16:53 UTC (rev 5246)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.35.13
-# Tue Oct 11 23:24:00 2011
+# Wed Nov 2 23:09:20 2011
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@@ -424,13 +424,14 @@
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
+# CONFIG_DMAR is not set
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
# CONFIG_PCIEASPM is not set
CONFIG_ARCH_SUPPORTS_MSI=y
-# CONFIG_PCI_MSI is not set
+CONFIG_PCI_MSI=y
# CONFIG_PCI_STUB is not set
CONFIG_HT_IRQ=y
# CONFIG_PCI_IOV is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|