diff options
author | Bin Meng | 2015-05-16 09:33:19 +0800 |
---|---|---|
committer | Simon Glass | 2015-06-04 02:39:39 -0600 |
commit | 2aa3a7fb1c24afd4c0e12360acccf3234d8fe019 (patch) | |
tree | 2ed7feffb08aed813af2c65cca3df0cf497b966f /include/pci_ids.h | |
parent | a40abfcc0008e3164caeee4dcd1294fda7675511 (diff) |
x86: qemu: Add ATA/SATA support
Enable legacy IDE support on the pc target and AHCI support on the
q35 target. Default configuration is to support the pc target.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/pci_ids.h')
-rw-r--r-- | include/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h index 2e6685112b6..5771e12e729 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -2838,6 +2838,7 @@ #define PCI_DEVICE_ID_INTEL_ICH9_6 0x2930 #define PCI_DEVICE_ID_INTEL_ICH9_7 0x2916 #define PCI_DEVICE_ID_INTEL_ICH9_8 0x2918 +#define PCI_DEVICE_ID_INTEL_ICH9_AHCI 0x2922 #define PCI_DEVICE_ID_INTEL_I7_MCR 0x2c18 #define PCI_DEVICE_ID_INTEL_I7_MC_TAD 0x2c19 #define PCI_DEVICE_ID_INTEL_I7_MC_RAS 0x2c1a |