<p>Dan Elkouby has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/25661">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">autoport: add missing PCIIDs<br><br>As seen on ASUS P8Z77-V Pro<br><br>Change-Id: I9fce9a35174b5120f67c2345a0807db1b843eb48<br>Signed-off-by: Dan Elkouby <streetwalkermc@gmail.com><br>---<br>M util/autoport/bd82x6x.go<br>1 file changed, 7 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/25661/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go</span><br><span>index 26c8b91..31f7ced 100644</span><br><span>--- a/util/autoport/bd82x6x.go</span><br><span>+++ b/util/autoport/bd82x6x.go</span><br><span>@@ -433,11 +433,12 @@</span><br><span> </span><br><span>      /* PCIe bridge */</span><br><span>    for _, id := range []uint16{</span><br><span style="color: hsl(0, 100%, 40%);">-            0x0151, 0x1c10, 0x1c12, 0x1c14,</span><br><span style="color: hsl(0, 100%, 40%);">-         0x1c16, 0x1c18, 0x1c1a, 0x1c1c,</span><br><span style="color: hsl(0, 100%, 40%);">-         0x1c1e, 0x1e10, 0x1e12, 0x1e14,</span><br><span style="color: hsl(0, 100%, 40%);">-         0x1e16, 0x1e18, 0x1e1a, 0x1e1c,</span><br><span style="color: hsl(0, 100%, 40%);">-         0x1e1e, 0x1e25, 0x244e, 0x2448,</span><br><span style="color: hsl(120, 100%, 40%);">+               0x0151, 0x0155, 0x1c10, 0x1c12,</span><br><span style="color: hsl(120, 100%, 40%);">+               0x1c14, 0x1c16, 0x1c18, 0x1c1a,</span><br><span style="color: hsl(120, 100%, 40%);">+               0x1c1c, 0x1c1e, 0x1e10, 0x1e12,</span><br><span style="color: hsl(120, 100%, 40%);">+               0x1e14, 0x1e16, 0x1e18, 0x1e1a,</span><br><span style="color: hsl(120, 100%, 40%);">+               0x1e1c, 0x1e1e, 0x1e25, 0x244e,</span><br><span style="color: hsl(120, 100%, 40%);">+               0x2448,</span><br><span>      } {</span><br><span>          RegisterPCI(0x8086, id, GenericPCI{})</span><br><span>        }</span><br><span>@@ -474,5 +475,6 @@</span><br><span> </span><br><span>  /* Ethernet */</span><br><span>       RegisterPCI(0x8086, 0x1502, GenericPCI{})</span><br><span style="color: hsl(120, 100%, 40%);">+     RegisterPCI(0x8086, 0x1503, GenericPCI{})</span><br><span> </span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/25661">change 25661</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/25661"/><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: I9fce9a35174b5120f67c2345a0807db1b843eb48 </div>
<div style="display:none"> Gerrit-Change-Number: 25661 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Dan Elkouby <streetwalkermc@gmail.com> </div>