<p>Tristan Corrick has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29377">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sb/intel/lynxpoint: Add a PCI ID for an SMBus controller<br><br>The PCI ID was taken from the output of `lspci` on an ASRock H81M-HDS.<br><br>Change-Id: Idc222392a0973f9ea62b943d18dd762b48c76d17<br>Signed-off-by: Tristan Corrick <tristan@corrick.kiwi><br>---<br>M src/southbridge/intel/lynxpoint/smbus.c<br>1 file changed, 4 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/29377/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/southbridge/intel/lynxpoint/smbus.c b/src/southbridge/intel/lynxpoint/smbus.c</span><br><span>index f9deb7d..307d7d4 100644</span><br><span>--- a/src/southbridge/intel/lynxpoint/smbus.c</span><br><span>+++ b/src/southbridge/intel/lynxpoint/smbus.c</span><br><span>@@ -109,7 +109,10 @@</span><br><span>      .ops_pci                = &smbus_pci_ops,</span><br><span> };</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static const unsigned short pci_device_ids[] = { 0x1c22, 0x1e22, 0x9c22, 0 };</span><br><span style="color: hsl(120, 100%, 40%);">+static const unsigned short pci_device_ids[] = {</span><br><span style="color: hsl(120, 100%, 40%);">+        0x1c22, 0x1e22, 0x8c22, 0x9c22,</span><br><span style="color: hsl(120, 100%, 40%);">+       0</span><br><span style="color: hsl(120, 100%, 40%);">+};</span><br><span> </span><br><span> static const struct pci_driver pch_smbus __pci_driver = {</span><br><span>       .ops     = &smbus_ops,</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29377">change 29377</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/29377"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Idc222392a0973f9ea62b943d18dd762b48c76d17 </div>
<div style="display:none"> Gerrit-Change-Number: 29377 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Tristan Corrick <tristan@corrick.kiwi> </div>