Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 14:28:15 -0400
From:      Ryan Stone <rysto32@gmail.com>
Cc:        "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org>
Subject:   Re: [PATCH] Support PCIe Alternative RID Interpretation (ARI)
Message-ID:  <CAFMmRNzrygY00h0W3Jv5Seyc4GXXJwTqVNvdrMPtCvoOFphnNg@mail.gmail.com>
In-Reply-To: <CAFMmRNyZpMXf9gOOufsojZV3coSoLSmyMKTE_i5Bern038EKsQ@mail.gmail.com>
References:  <20140316141216.GA21331@kib.kiev.ua> <CAFMmRNwormaaPXk6rJ-JJGePS6fDNFsdKAfmmW2jGLNRscf1Pw@mail.gmail.com> <CAFgRE9F632zLseG7MobxgV5CdvD0KyMn28CBSwYqVtZKuLBwRw@mail.gmail.com> <CAFMmRNwCGVhyn5cU29YpsVq44Q5i51C38GVsz33xGeqNyemx0Q@mail.gmail.com> <20140319140236.GM21331@kib.kiev.ua> <CAFMmRNxM1E2aNtZV588V3BGkz1aOaGgAXGbgktYrmzT9M3EyVw@mail.gmail.com> <20140325211355.GG21331@kib.kiev.ua> <CAFMmRNxQRJ2g9Ohu%2BXgj=tQ=tUrTdMQx1KSdd1k%2BjGMOtCZLEA@mail.gmail.com> <20140328133529.GV21331@kib.kiev.ua> <CAFMmRNyLMvTpejhCUov1rnGD4A3Amsz%2BWLbxdhpjHybW69WrKg@mail.gmail.com> <20140330142918.GF21331@kib.kiev.ua> <CAFMmRNyZpMXf9gOOufsojZV3coSoLSmyMKTE_i5Bern038EKsQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
make universe turned up the fact that pcib_if.m is compiled into the
kernel even if device pci is removed from the kernel config.  This
means that pcib_if.m cannot reference default methods that I
implemented in the pci driver.  I have fixed this by moving the
default methods into a new .c file that will always be compiled into
the kernel.  These patches have been updated:

http://people.freebsd.org/~rstone/patches/ari/0001-Add-a-method-to-get-the-PCI-RID-for-a-device.patch
http://people.freebsd.org/~rstone/patches/ari/0004-Add-support-for-PCIe-ARI.patch


Also, I made a minor change to the DMAR patch to correct a style(9)
issue that crept in (a line went over 80 characters in intel_ctx.c).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFMmRNzrygY00h0W3Jv5Seyc4GXXJwTqVNvdrMPtCvoOFphnNg>