ahci: split ICH9 from core
authorSebastian Herbszt <herbszt@gmx.de>
Tue, 1 Feb 2011 14:51:26 +0000 (15:51 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 7 Feb 2011 10:14:01 +0000 (11:14 +0100)
commit03c7a6a8e7122b9c12a532577046094a69593116
tree119eea8a08d290ef9739f22d4214dc62a6c4a9a8
parent4f3669ea5bd73ade0dce5f1155cb9ad9788fd54c
ahci: split ICH9 from core

There are multiple ahci devices out there. The currently implemented ich-9
is only one of the many. So let's split that one out into a separate file
to stress the difference.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Makefile.objs
hw/ide/ahci.c
hw/ide/ahci.h [new file with mode: 0644]
hw/ide/ich.c [new file with mode: 0644]