<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	「访问 PCIE 空间的两种方法」的评论	</title>
	<atom:link href="https://www.lab-z.com/2pciaccess/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lab-z.com/2pciaccess/</link>
	<description></description>
	<lastBuildDate>Fri, 14 Jul 2023 01:14:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/2pciaccess/#comment-299058</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Fri, 14 Jul 2023 01:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4926#comment-299058</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/2pciaccess/#comment-299055&quot;&gt;circlepath&lt;/a&gt;。

是 Intel 手册，但是不是 CPU 的那个手册。目前在下面这个链接可以看到：
https://wenku.baidu.com/view/3f9e4e4ae518964bcf847c86.html?_wkts_=1689297198506&amp;bdQuery=Accessing+PCI+Express+Configuration+Registers+Using+Intel+Chipsets]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/2pciaccess/#comment-299055">circlepath</a>。</p>
<p>是 Intel 手册，但是不是 CPU 的那个手册。目前在下面这个链接可以看到：<br />
<a href="https://wenku.baidu.com/view/3f9e4e4ae518964bcf847c86.html?_wkts_=1689297198506&#038;bdQuery=Accessing+PCI+Express+Configuration+Registers+Using+Intel+Chipsets" rel="nofollow ugc">https://wenku.baidu.com/view/3f9e4e4ae518964bcf847c86.html?_wkts_=1689297198506&#038;bdQuery=Accessing+PCI+Express+Configuration+Registers+Using+Intel+Chipsets</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：circlepath		</title>
		<link>https://www.lab-z.com/2pciaccess/#comment-299055</link>

		<dc:creator><![CDATA[circlepath]]></dc:creator>
		<pubDate>Fri, 14 Jul 2023 00:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4926#comment-299055</guid>

					<description><![CDATA[请问一下您的Intel文档【参考1】是Intel开发手册吗？如果是的话请问是哪一卷哪一节，如果不是的话麻烦请告知一下是什么文档。谢谢]]></description>
			<content:encoded><![CDATA[<p>请问一下您的Intel文档【参考1】是Intel开发手册吗？如果是的话请问是哪一卷哪一节，如果不是的话麻烦请告知一下是什么文档。谢谢</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：esplise		</title>
		<link>https://www.lab-z.com/2pciaccess/#comment-153656</link>

		<dc:creator><![CDATA[esplise]]></dc:creator>
		<pubDate>Thu, 23 Sep 2021 03:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4926#comment-153656</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/2pciaccess/#comment-153230&quot;&gt;ziv2013&lt;/a&gt;。

好的，谢谢，我准备建一个ini文件，然后用EFI_FILE_PROTOCOL这个portocol去打开并读写它]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/2pciaccess/#comment-153230">ziv2013</a>。</p>
<p>好的，谢谢，我准备建一个ini文件，然后用EFI_FILE_PROTOCOL这个portocol去打开并读写它</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：ziv2013		</title>
		<link>https://www.lab-z.com/2pciaccess/#comment-153230</link>

		<dc:creator><![CDATA[ziv2013]]></dc:creator>
		<pubDate>Wed, 22 Sep 2021 06:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4926#comment-153230</guid>

					<description><![CDATA[回复给 &lt;a href=&quot;https://www.lab-z.com/2pciaccess/#comment-153165&quot;&gt;esplise&lt;/a&gt;。

你说的这个是来自操作系统中设备驱动的名字，并不是存放在PCI 设备中的信息。如果想读取的话，有两种方法：1.Windows 下面编程，枚举设备管理器中的设备名称。2.自己维护一个 Table, 其中存放VID/DID 和设备名称，需要的时候查表。]]></description>
			<content:encoded><![CDATA[<p>回复给 <a href="https://www.lab-z.com/2pciaccess/#comment-153165">esplise</a>。</p>
<p>你说的这个是来自操作系统中设备驱动的名字，并不是存放在PCI 设备中的信息。如果想读取的话，有两种方法：1.Windows 下面编程，枚举设备管理器中的设备名称。2.自己维护一个 Table, 其中存放VID/DID 和设备名称，需要的时候查表。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		评论者：esplise		</title>
		<link>https://www.lab-z.com/2pciaccess/#comment-153165</link>

		<dc:creator><![CDATA[esplise]]></dc:creator>
		<pubDate>Wed, 22 Sep 2021 03:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lab-z.com/?p=4926#comment-153165</guid>

					<description><![CDATA[您好，我想问一下，知道了PCI设备的VID和DID号之后，要怎么去读出来设备的设备名呢？比如VID和DID号分别为8086和3ED0，bus/dev/fun为00/00/00时，怎么去读出来Intel Host bridge这个设备名]]></description>
			<content:encoded><![CDATA[<p>您好，我想问一下，知道了PCI设备的VID和DID号之后，要怎么去读出来设备的设备名呢？比如VID和DID号分别为8086和3ED0，bus/dev/fun为00/00/00时，怎么去读出来Intel Host bridge这个设备名</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
