<?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>Comments for What&#039;s All This Brouhaha?</title>
	<atom:link href="http://whats.all.this.brouhaha.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://whats.all.this.brouhaha.com</link>
	<description>miscellaneous musings and random rantings</description>
	<lastBuildDate>Tue, 31 Jan 2012 21:21:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on ksim 8080 simulator released by lizardb0y</title>
		<link>http://whats.all.this.brouhaha.com/2012/01/31/ksim-8080-simulator-released/comment-page-1/#comment-24998</link>
		<dc:creator>lizardb0y</dc:creator>
		<pubDate>Tue, 31 Jan 2012 21:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=970#comment-24998</guid>
		<description>What a great piece of work.  I&#039;ll be sure to have a play with this soon :)</description>
		<content:encoded><![CDATA[<p>What a great piece of work.  I&#8217;ll be sure to have a play with this soon <img src='http://whats.all.this.brouhaha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Think the US government wants you to be safe from Mad Cow Disease?  Think again! by Leticia</title>
		<link>http://whats.all.this.brouhaha.com/2007/06/10/think-the-us-government-wants-you-to-be-safe-from-mad-cow-disease-think-again/comment-page-1/#comment-24965</link>
		<dc:creator>Leticia</dc:creator>
		<pubDate>Tue, 31 Jan 2012 14:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=522#comment-24965</guid>
		<description>Of csorue the U.S. government doesn&#8217;t want the complete testingof beef. Just follow the money. Big cattle lobyist have most of the politiciansin their back pockets. Remember the dairy farm that was forced to stop advertising the factthat their cows are steroid free.</description>
		<content:encoded><![CDATA[<p>Of csorue the U.S. government doesn&#8217;t want the complete testingof beef. Just follow the money. Big cattle lobyist have most of the politiciansin their back pockets. Remember the dairy farm that was forced to stop advertising the factthat their cows are steroid free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSN Database for Sale by tony</title>
		<link>http://whats.all.this.brouhaha.com/2007/07/27/ssn-database-for-sale/comment-page-1/#comment-24958</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=569#comment-24958</guid>
		<description>Still sale base? wanna buy, plz response</description>
		<content:encoded><![CDATA[<p>Still sale base? wanna buy, plz response</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSN Database for Sale by mike smith</title>
		<link>http://whats.all.this.brouhaha.com/2007/07/27/ssn-database-for-sale/comment-page-1/#comment-24337</link>
		<dc:creator>mike smith</dc:creator>
		<pubDate>Mon, 23 Jan 2012 13:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=569#comment-24337</guid>
		<description>Is ssn datas still available.</description>
		<content:encoded><![CDATA[<p>Is ssn datas still available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed a bug in the FPGA-Elf by Eric</title>
		<link>http://whats.all.this.brouhaha.com/2010/08/09/fixed-a-bug-in-the-fpga-elf/comment-page-1/#comment-21070</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 15 Dec 2011 21:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=869#comment-21070</guid>
		<description>I haven&#039;t released it as open-source yet, mostly because I haven&#039;t gotten around to testing the full instruction set and interrupts.  I hope to finish that in January.

The core is cycle-accurate at the machine cycle level, but not at the clock cycle level.  The CDP1802 uses eight clock cycles per machine cycle, while my core uses only one clock cycle per machine cycle.  This means that the bus interface is not at all similar to the CDP1802.  It&#039;s more like a 6502 or 6800 bus.

It should be possible to write a wrapper that interfaces the core to a real CDP1802 bus.  Such a wrapper would have have a counter to divide by 8 to get the core clock, generate the TPA and TPB strobes, etc.  I haven&#039;t done that yet.

To make the 1802 core work with a VGA monitor, you would need an 1861 core, which I have not completed, and a simple scan-converter to take the 1861 core output, buffer it, and drive the VGA output at normal VGA scan and pixel rates.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t released it as open-source yet, mostly because I haven&#8217;t gotten around to testing the full instruction set and interrupts.  I hope to finish that in January.</p>
<p>The core is cycle-accurate at the machine cycle level, but not at the clock cycle level.  The CDP1802 uses eight clock cycles per machine cycle, while my core uses only one clock cycle per machine cycle.  This means that the bus interface is not at all similar to the CDP1802.  It&#8217;s more like a 6502 or 6800 bus.</p>
<p>It should be possible to write a wrapper that interfaces the core to a real CDP1802 bus.  Such a wrapper would have have a counter to divide by 8 to get the core clock, generate the TPA and TPB strobes, etc.  I haven&#8217;t done that yet.</p>
<p>To make the 1802 core work with a VGA monitor, you would need an 1861 core, which I have not completed, and a simple scan-converter to take the 1861 core output, buffer it, and drive the VGA output at normal VGA scan and pixel rates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixed a bug in the FPGA-Elf by Dave S</title>
		<link>http://whats.all.this.brouhaha.com/2010/08/09/fixed-a-bug-in-the-fpga-elf/comment-page-1/#comment-21062</link>
		<dc:creator>Dave S</dc:creator>
		<pubDate>Thu, 15 Dec 2011 18:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=869#comment-21062</guid>
		<description>Are the VHDL files and any other supporting documentation available for download?  I would love to be able to try this at home on my own FPGA demo board.  I&#039;m wondering if this is cycle-accurate to the original 1802?  Could it be used in conjunction with an 1861, or is a VHDL version of the 1861 available???

My Spartan FPGA board has a VGA output connector on it, what would it take to make things work with an emulated 1861 going to a VGA monitor?</description>
		<content:encoded><![CDATA[<p>Are the VHDL files and any other supporting documentation available for download?  I would love to be able to try this at home on my own FPGA demo board.  I&#8217;m wondering if this is cycle-accurate to the original 1802?  Could it be used in conjunction with an 1861, or is a VHDL version of the 1861 available???</p>
<p>My Spartan FPGA board has a VGA output connector on it, what would it take to make things work with an emulated 1861 going to a VGA monitor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAID Capacity Expansion, the Suboptimal Way, or How Not to Have a Fun Weekend by Jason</title>
		<link>http://whats.all.this.brouhaha.com/2007/11/19/raid-capacity-expansion-the-suboptimal-way-or-how-not-to-have-a-fun-weekend/comment-page-1/#comment-20230</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 05 Dec 2011 21:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=608#comment-20230</guid>
		<description>Hey Eric!

I was just googling OCE and wanting to do my own R6 unit that&#039;s been working happily with a 965se-12 and now having second thoughts!!!

I think any of us in the I.T. world has had one of &quot;those&quot; weekends ;-)

Scary thing is, I came across this...
http://kb.lsi.com/KnowledgebaseArticle15095.aspx

And near the bottom its says &quot;A 3ware support engineer will create a script for you that will rewrite the disk drive RAID table information.&quot;

sounds shaky to me.. I&#039;ve had 12-750gb units running solid for 4 years and want to start putting 1+tb units in.. slowly.

But the whole idea sounds like a disaster waiting to happen!! Great job on your end and kudos for what you did and went through!!!

I guess tape is the only true backup!! ;-)
Jason</description>
		<content:encoded><![CDATA[<p>Hey Eric!</p>
<p>I was just googling OCE and wanting to do my own R6 unit that&#8217;s been working happily with a 965se-12 and now having second thoughts!!!</p>
<p>I think any of us in the I.T. world has had one of &#8220;those&#8221; weekends <img src='http://whats.all.this.brouhaha.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Scary thing is, I came across this&#8230;<br />
<a href="http://kb.lsi.com/KnowledgebaseArticle15095.aspx" rel="nofollow">http://kb.lsi.com/KnowledgebaseArticle15095.aspx</a></p>
<p>And near the bottom its says &#8220;A 3ware support engineer will create a script for you that will rewrite the disk drive RAID table information.&#8221;</p>
<p>sounds shaky to me.. I&#8217;ve had 12-750gb units running solid for 4 years and want to start putting 1+tb units in.. slowly.</p>
<p>But the whole idea sounds like a disaster waiting to happen!! Great job on your end and kudos for what you did and went through!!!</p>
<p>I guess tape is the only true backup!! <img src='http://whats.all.this.brouhaha.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAID Capacity Expansion, the Suboptimal Way, or How Not to Have a Fun Weekend by Eric</title>
		<link>http://whats.all.this.brouhaha.com/2007/11/19/raid-capacity-expansion-the-suboptimal-way-or-how-not-to-have-a-fun-weekend/comment-page-1/#comment-18388</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 07 Nov 2011 23:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=608#comment-18388</guid>
		<description>I&#039;m now using RAID 6 on some new server machines, using the 3ware 9750.  At some point it would be nice to learn how to generate the second parity data. Apparently this involves slightly more complicated Galois field arithmetic than the first parity, which is just exclusive OR.  Anyhow, I haven&#039;t yet had time to look into it.

I don&#039;t see any way that FUSE can help with RAID metadata since FUSE operates at the filesystem level.  If the Linux md software RAID is sufficiently configurable, it might be possible to use it with drives pulled from a proprietary RAID, but I haven&#039;t looked at that either.</description>
		<content:encoded><![CDATA[<p>I&#8217;m now using RAID 6 on some new server machines, using the 3ware 9750.  At some point it would be nice to learn how to generate the second parity data. Apparently this involves slightly more complicated Galois field arithmetic than the first parity, which is just exclusive OR.  Anyhow, I haven&#8217;t yet had time to look into it.</p>
<p>I don&#8217;t see any way that FUSE can help with RAID metadata since FUSE operates at the filesystem level.  If the Linux md software RAID is sufficiently configurable, it might be possible to use it with drives pulled from a proprietary RAID, but I haven&#8217;t looked at that either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAID Capacity Expansion, the Suboptimal Way, or How Not to Have a Fun Weekend by Dominik</title>
		<link>http://whats.all.this.brouhaha.com/2007/11/19/raid-capacity-expansion-the-suboptimal-way-or-how-not-to-have-a-fun-weekend/comment-page-1/#comment-18387</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Mon, 07 Nov 2011 22:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=608#comment-18387</guid>
		<description>Hi Eric,
great article.
I&#039;ll be hopefully not in the situation where I have to do the same. But as I&#039;m using RAID6 this is to my understanding only a minor change to r5test to handle the additional parity data.
Anyway, I was just curios if someone maybe already wrote a FUSE wrapper to handle different metadata of RAID controllers. :-)</description>
		<content:encoded><![CDATA[<p>Hi Eric,<br />
great article.<br />
I&#8217;ll be hopefully not in the situation where I have to do the same. But as I&#8217;m using RAID6 this is to my understanding only a minor change to r5test to handle the additional parity data.<br />
Anyway, I was just curios if someone maybe already wrote a FUSE wrapper to handle different metadata of RAID controllers. <img src='http://whats.all.this.brouhaha.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on USB tethering an Android phone to an OpenWRT router by Nikolas Britton</title>
		<link>http://whats.all.this.brouhaha.com/2010/07/21/usb-tethering-an-android-phone-to-an-openwrt-router/comment-page-1/#comment-16336</link>
		<dc:creator>Nikolas Britton</dc:creator>
		<pubDate>Sat, 22 Oct 2011 11:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=834#comment-16336</guid>
		<description>Hi,

You can solve that problem by installing udev and usbutils packages... read more about it here: https://forum.openwrt.org/viewtopic.php?pid=146384</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You can solve that problem by installing udev and usbutils packages&#8230; read more about it here: <a href="https://forum.openwrt.org/viewtopic.php?pid=146384" rel="nofollow">https://forum.openwrt.org/viewtopic.php?pid=146384</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

