enable ATA on qemu-mips

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-05-17 14:35:55 +02:00
parent b38c1d1442
commit a228ec103a
2 changed files with 23 additions and 1 deletions

View file

@ -856,12 +856,14 @@ module = {
name = ata;
common = disk/ata.c;
enable = pci;
enable = mips_qemu_mips;
};
module = {
name = ata_pthru;
common = disk/ata_pthru.c;
enable = pci;
enable = mips_qemu_mips;
};
module = {