218e99
From f991d8c7f0d19ccc948ec6540487649adf20d99b Mon Sep 17 00:00:00 2001
218e99
From: Miroslav Rezanina <mrezanin@redhat.com>
218e99
Date: Wed, 22 May 2013 08:45:03 +0200
218e99
Subject: Disable unsupported emulated SCSI devices
218e99
218e99
Bugzilla: 903918
218e99
218e99
We do not support following device so it has to be disabled:
218e99
- lsi53c895a
218e99
- am53c974
218e99
- dc390
218e99
- esp
218e99
- megasas
218e99
- pvscsi
218e99
218e99
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
218e99
218e99
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
218e99
index 78f1579..8ef7e50 100644
218e99
--- a/default-configs/pci.mak
218e99
+++ b/default-configs/pci.mak
218e99
@@ -11,9 +11,6 @@ CONFIG_PCNET_COMMON=y
218e99
 CONFIG_AC97=y
218e99
 CONFIG_HDA=y
218e99
 CONFIG_ES1370=y
218e99
-CONFIG_LSI_SCSI_PCI=y
218e99
-CONFIG_VMW_PVSCSI_SCSI_PCI=y
218e99
-CONFIG_MEGASAS_SCSI_PCI=y
218e99
 CONFIG_RTL8139_PCI=y
218e99
 CONFIG_E1000_PCI=y
218e99
 CONFIG_VMXNET3_PCI=y
218e99
@@ -21,8 +18,6 @@ CONFIG_IDE_CORE=y
218e99
 CONFIG_IDE_QDEV=y
218e99
 CONFIG_IDE_PCI=y
218e99
 CONFIG_AHCI=y
218e99
-CONFIG_ESP=y
218e99
-CONFIG_ESP_PCI=y
218e99
 CONFIG_SERIAL=y
218e99
 CONFIG_SERIAL_PCI=y
218e99
 CONFIG_IPACK=y