ahci: add ahci emulation
This patch adds an emulation layer for an ICH-9 AHCI controller. For now this controller does not do IDE legacy emulation. It is a pure AHCI controller. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
1a5a86fb7a
commit
f6ad2e32f8
@ -243,6 +243,7 @@ hw-obj-$(CONFIG_IDE_PIIX) += ide/piix.o
|
|||||||
hw-obj-$(CONFIG_IDE_CMD646) += ide/cmd646.o
|
hw-obj-$(CONFIG_IDE_CMD646) += ide/cmd646.o
|
||||||
hw-obj-$(CONFIG_IDE_MACIO) += ide/macio.o
|
hw-obj-$(CONFIG_IDE_MACIO) += ide/macio.o
|
||||||
hw-obj-$(CONFIG_IDE_VIA) += ide/via.o
|
hw-obj-$(CONFIG_IDE_VIA) += ide/via.o
|
||||||
|
hw-obj-$(CONFIG_AHCI) += ide/ahci.o
|
||||||
|
|
||||||
# SCSI layer
|
# SCSI layer
|
||||||
hw-obj-$(CONFIG_LSI_SCSI_PCI) += lsi53c895a.o
|
hw-obj-$(CONFIG_LSI_SCSI_PCI) += lsi53c895a.o
|
||||||
|
1524
hw/ide/ahci.c
Normal file
1524
hw/ide/ahci.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user