[coreboot-gerrit] Change in coreboot[master]: nb/intel/haswell: Add a PCI ID for a Mini-HD audio controller

Tristan Corrick (Code Review) gerrit at coreboot.org
Wed Oct 31 13:45:02 CET 2018


Tristan Corrick has uploaded this change for review. ( https://review.coreboot.org/29379


Change subject: nb/intel/haswell: Add a PCI ID for a Mini-HD audio controller
......................................................................

nb/intel/haswell: Add a PCI ID for a Mini-HD audio controller

The PCI ID was taken from the output of `lspci` on an ASRock H81M-HDS.

Change-Id: I3679d1ab0ae08726bff04c5985d6d93437b2fb81
Signed-off-by: Tristan Corrick <tristan at corrick.kiwi>
---
M src/northbridge/intel/haswell/minihd.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/29379/1

diff --git a/src/northbridge/intel/haswell/minihd.c b/src/northbridge/intel/haswell/minihd.c
index 52710bb..4f7e201 100644
--- a/src/northbridge/intel/haswell/minihd.c
+++ b/src/northbridge/intel/haswell/minihd.c
@@ -128,7 +128,7 @@
 	.ops_pci		= &minihd_pci_ops,
 };
 
-static const unsigned short pci_device_ids[] = { 0x0a0c, 0 };
+static const unsigned short pci_device_ids[] = { 0x0a0c, 0x0c0c, 0 };
 
 static const struct pci_driver haswell_minihd __pci_driver = {
 	.ops	 = &minihd_ops,

-- 
To view, visit https://review.coreboot.org/29379
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3679d1ab0ae08726bff04c5985d6d93437b2fb81
Gerrit-Change-Number: 29379
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Corrick <tristan at corrick.kiwi>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181031/30f3aab6/attachment-0001.html>


More information about the coreboot-gerrit mailing list