<?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"
	>
<channel>
	<title>Comments on: bcraid drivers part two</title>
	<atom:link href="http://blog.w-nz.com/archives/2006/08/05/bcraid-drivers-part-two/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com/archives/2006/08/05/bcraid-drivers-part-two/</link>
	<description>A few thoughts</description>
	<pubDate>Wed, 19 Nov 2008 22:23:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Bas Westerbaan</title>
		<link>http://blog.affien.com/archives/2006/08/05/bcraid-drivers-part-two/#comment-87776</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Thu, 05 Oct 2006 18:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/08/05/bcraid-drivers-part-two/#comment-87776</guid>
		<description>Hi,

Strange that you get that kind of compile errors on Gentoo.

Software hardware raid (it's a microcontroller with software on the raid card) isn't a lot faster than software on your cpu. With linux the difference is probably neglectable because the linux drivers aren't that good.

Real hardware raid, on the other hand, is worth it. But those cards cost a fortune.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Strange that you get that kind of compile errors on Gentoo.</p>
<p>Software hardware raid (it&#8217;s a microcontroller with software on the raid card) isn&#8217;t a lot faster than software on your cpu. With linux the difference is probably neglectable because the linux drivers aren&#8217;t that good.</p>
<p>Real hardware raid, on the other hand, is worth it. But those cards cost a fortune.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.affien.com/archives/2006/08/05/bcraid-drivers-part-two/#comment-87774</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 05 Oct 2006 18:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/08/05/bcraid-drivers-part-two/#comment-87774</guid>
		<description>Hey Bas -

Thanks.  I actually gave up.  I believe it's possible (I'm running gentoo), but I don't have a few days to waste doing it.  I just switched to software RAID.  Is the controller much faster than linux software RAID?  I doubt I'd switch at this point, but if the speed was more than 30 or 40% faster, I'd consider it.</description>
		<content:encoded><![CDATA[<p>Hey Bas -</p>
<p>Thanks.  I actually gave up.  I believe it&#8217;s possible (I&#8217;m running gentoo), but I don&#8217;t have a few days to waste doing it.  I just switched to software RAID.  Is the controller much faster than linux software RAID?  I doubt I&#8217;d switch at this point, but if the speed was more than 30 or 40% faster, I&#8217;d consider it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas Westerbaan</title>
		<link>http://blog.affien.com/archives/2006/08/05/bcraid-drivers-part-two/#comment-87770</link>
		<dc:creator>Bas Westerbaan</dc:creator>
		<pubDate>Thu, 05 Oct 2006 17:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/08/05/bcraid-drivers-part-two/#comment-87770</guid>
		<description>Hi Brian,

Sorry for the late response, I've been a bit busy.

What's the distro you are using? When it's a binary based distro you probably won't have got all the stuff installed to compile from source. You'll at least need gcc, binutils and the autotools.

About the initrd, it finally worked out, but it's definitely ugly. Basically I just took the default way of creating an initrd for a module and added a little homwritten tool (see the bcmap blog post) to map the array to a fixed device node.</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Sorry for the late response, I&#8217;ve been a bit busy.</p>
<p>What&#8217;s the distro you are using? When it&#8217;s a binary based distro you probably won&#8217;t have got all the stuff installed to compile from source. You&#8217;ll at least need gcc, binutils and the autotools.</p>
<p>About the initrd, it finally worked out, but it&#8217;s definitely ugly. Basically I just took the default way of creating an initrd for a module and added a little homwritten tool (see the bcmap blog post) to map the array to a fixed device node.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Budge</title>
		<link>http://blog.affien.com/archives/2006/08/05/bcraid-drivers-part-two/#comment-87661</link>
		<dc:creator>Brian Budge</dc:creator>
		<pubDate>Wed, 04 Oct 2006 06:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/08/05/bcraid-drivers-part-two/#comment-87661</guid>
		<description>Hey Bas -

I'm impressed that you've gotten at least some of this to work.  I must say that my sys-admining skills are a bit lacking, and I'm having issues with my setup.  Wondering if you could give some helpful hints :)

My setup has 4 SATA drives set up in RAID10.  I've created the RAID configuration, and my BIOS now sees one big fast drive.  I'm using the gentoo 2006.1 LiveCD.

I've been trying to get this RAID recognized by linux all day.  I was very frustrated with only the binary drivers, and because of your page (and one other one), I finally found the driver source.  I've been trying to build these drivers ever since, but no luck.

I think this may come back down to my admining skills... I see lots of errors about things like "include/linux/autoconf.h no such file or directory".  Now obviously there is a /usr/include/linux/autoconf.h, so I have a feeling that I need to have this code sitting in /usr or something when I build it.  But this seems pretty strange to me :/

So, I guess I need to know where the source should be when I'm building it, and also how and where I should apply your patch.

I guess that should be enough for me to actually recognize my array.  Any progress on the initrd front?

Thanks alot!
  Brian Budge</description>
		<content:encoded><![CDATA[<p>Hey Bas -</p>
<p>I&#8217;m impressed that you&#8217;ve gotten at least some of this to work.  I must say that my sys-admining skills are a bit lacking, and I&#8217;m having issues with my setup.  Wondering if you could give some helpful hints <img src='http://blog.affien.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My setup has 4 SATA drives set up in RAID10.  I&#8217;ve created the RAID configuration, and my BIOS now sees one big fast drive.  I&#8217;m using the gentoo 2006.1 LiveCD.</p>
<p>I&#8217;ve been trying to get this RAID recognized by linux all day.  I was very frustrated with only the binary drivers, and because of your page (and one other one), I finally found the driver source.  I&#8217;ve been trying to build these drivers ever since, but no luck.</p>
<p>I think this may come back down to my admining skills&#8230; I see lots of errors about things like &#8220;include/linux/autoconf.h no such file or directory&#8221;.  Now obviously there is a /usr/include/linux/autoconf.h, so I have a feeling that I need to have this code sitting in /usr or something when I build it.  But this seems pretty strange to me :/</p>
<p>So, I guess I need to know where the source should be when I&#8217;m building it, and also how and where I should apply your patch.</p>
<p>I guess that should be enough for me to actually recognize my array.  Any progress on the initrd front?</p>
<p>Thanks alot!<br />
  Brian Budge</p>
]]></content:encoded>
	</item>
</channel>
</rss>
