diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-19 15:54:39 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-19 15:54:39 +0000 |
commit | a8b3727a1e68e6579498f1ad25baa02bd7c5c2bf (patch) | |
tree | 32360db687534ad972e7dc004ac277b4fc39805b /satasii.c | |
parent | 95b67f7ad54a7280ac9af6e8c839b373bbcd5503 (diff) | |
download | flashrom-a8b3727a1e68e6579498f1ad25baa02bd7c5c2bf.tar.gz flashrom-a8b3727a1e68e6579498f1ad25baa02bd7c5c2bf.tar.bz2 flashrom-a8b3727a1e68e6579498f1ad25baa02bd7c5c2bf.zip |
Add support for the AMD Am29F010A/B chips
Also, add support for the Silicon Image 3112(A) SATA controller.
Both have been tested by Andrew Morgan <ziltro@ziltro.com> on hardware
and work fine.
Corresponding to flashrom svn r613.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Andrew Morgan <ziltro@ziltro.com>
Diffstat (limited to 'satasii.c')
-rw-r--r-- | satasii.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ uint16_t id; struct pcidev_status satas_sii[] = { {0x1095, 0x0680, PCI_OK, "Silicon Image", "PCI0680 Ultra ATA-133 Host Ctrl"}, + {0x1095, 0x3112, PCI_OK, "Silicon Image", "SiI 3112 [SATALink/SATARaid] SATA Ctrl"}, {0x1095, 0x3114, PCI_OK, "Silicon Image", "SiI 3114 [SATALink/SATARaid] SATA Ctrl"}, {0x1095, 0x3124, PCI_NT, "Silicon Image", "SiI 3124 PCI-X SATA Ctrl"}, {0x1095, 0x3132, PCI_OK, "Silicon Image", "SiI 3132 SATA Raid II Ctrl"}, |