<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>patch &#8211; richliu&#039;s blog</title>
	<atom:link href="https://richliu.com/tag/patch/feed/" rel="self" type="application/rss+xml" />
	<link>https://richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Wed, 30 Jun 2010 03:13:38 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Patch RVDS 4.0 at Linux</title>
		<link>https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/</link>
					<comments>https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Wed, 30 Jun 2010 03:13:38 +0000</pubDate>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[RVDS]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=947</guid>

					<description><![CDATA[<p>在 Linux 上上 RVDS 4.0 的 Patch Command 如下 [BASH] # ﻿~/ARM/ [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/">Patch RVDS 4.0 at Linux</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>在 Linux 上上 RVDS 4.0 的 Patch Command 如下</p>
<p>[BASH]</p>
<p># ﻿~/ARM/bin/linux-pentium/setuplinux.bin patch &#8211;source RVDS_4_0_dist_to_4-all-all_stnd.armpatch &#8211;target ~/ARM</p>
<p>[/BASH]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/">Patch RVDS 4.0 at Linux</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2010/06/30/947/patch-rvds-4-0-at-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[工作筆記] Linux SATA NCQ Patch</title>
		<link>https://richliu.com/2009/04/23/755/%e5%b7%a5%e4%bd%9c%e7%ad%86%e8%a8%98-linux-sata-ncq-patch/</link>
					<comments>https://richliu.com/2009/04/23/755/%e5%b7%a5%e4%bd%9c%e7%ad%86%e8%a8%98-linux-sata-ncq-patch/#comments</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Thu, 23 Apr 2009 02:33:51 +0000</pubDate>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[工作]]></category>
		<category><![CDATA[ncq]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[sata]]></category>
		<guid isPermaLink="false">https://richliu.com/?p=755</guid>

					<description><![CDATA[<p>工作上要寫個 NCQ 的實作, 這是 Linux NCQ 的 Patch. 參考一下就知道做了什麼變動. [P [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://richliu.com/2009/04/23/755/%e5%b7%a5%e4%bd%9c%e7%ad%86%e8%a8%98-linux-sata-ncq-patch/">[工作筆記] Linux SATA NCQ Patch</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>工作上要寫個 NCQ 的實作, 這是 Linux NCQ 的 Patch.</p>
<p>參考一下就知道做了什麼變動.</p>
<ul>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01360.html" target="_blank" rel="noopener">[PATCH 01/15] libata-ncq: add NCQ related ATA constants and id macros</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01359.html" target="_blank" rel="noopener">[PATCH 02/15] libata-ncq: add NCQ related libata flags</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01361.html" target="_blank" rel="noopener">[PATCH 03/15] libata-ncq: pass ata_scsi_translate() return value to SCSI midlayer</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01357.html" target="_blank" rel="noopener">[PATCH 04/15] libata-ncq: implement ap-&gt;sactive</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01363.html" target="_blank" rel="noopener">[PATCH 05/15] libata-ncq: implement command exclusion</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01368.html" target="_blank" rel="noopener">[PATCH 06/15] libata-ncq: implement NCQ command translation</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01362.html" target="_blank" rel="noopener">[PATCH 07/15] libata-ncq: implement ata_eh_read_log_10h()</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01372.html" target="_blank" rel="noopener">[PATCH 08/15] libata-ncq: update EH to handle NCQ</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01371.html" target="_blank" rel="noopener">[PATCH 09/15] libata-ncq: implement NCQ device configuration</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01367.html" target="_blank" rel="noopener">[PATCH 10/15] libata-ncq: implement ata_ncq_complete()</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01364.html" target="_blank" rel="noopener">[PATCH 11/15] ahci: clean up AHCI constants in preparation for NCQ</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01365.html" target="_blank" rel="noopener">[PATCH 12/15] ahci: add HOST_CAP_NCQ constant</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01370.html" target="_blank" rel="noopener">[PATCH 13/15] ahci: kill pp-&gt;cmd_tbl_sg</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01366.html" target="_blank" rel="noopener">[PATCH 14/15] ahci: implement NCQ suppport</a></li>
<li><a href="http://www.spinics.net/lists/linux-ide/msg01369.html" target="_blank" rel="noopener">[PATCH 15/15] sata_sil24: implement NCQ support</a></li>
</ul>
<p>The post <a rel="nofollow" href="https://richliu.com/2009/04/23/755/%e5%b7%a5%e4%bd%9c%e7%ad%86%e8%a8%98-linux-sata-ncq-patch/">[工作筆記] Linux SATA NCQ Patch</a> appeared first on <a rel="nofollow" href="https://richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://richliu.com/2009/04/23/755/%e5%b7%a5%e4%bd%9c%e7%ad%86%e8%a8%98-linux-sata-ncq-patch/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
