ibexpeak/sata: Add PCI ID from Easynote LM.
Change-Id: I979a40ad3692cd474920f3ee5c6b10c41f75bfdb Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/5256 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
7837be6cbb
commit
56ffa7268c
|
@ -263,7 +263,7 @@ static struct device_operations sata_ops = {
|
||||||
.ops_pci = &sata_pci_ops,
|
.ops_pci = &sata_pci_ops,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned short pci_device_ids[] = { 0x3b2e, 0 };
|
static const unsigned short pci_device_ids[] = { 0x3b28, 0x3b29, 0x3b2e, 0 };
|
||||||
|
|
||||||
static const struct pci_driver pch_sata __pci_driver = {
|
static const struct pci_driver pch_sata __pci_driver = {
|
||||||
.ops = &sata_ops,
|
.ops = &sata_ops,
|
||||||
|
|
Loading…
Reference in New Issue