From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2c697b23c22507744b467f358deef4b9@coraid.com> From: erik quanstrom Date: Wed, 2 Jan 2008 18:27:11 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] intel ethernet In-Reply-To: <57b557bb0801021423r442096e1ud705ffa15159304c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 254a05c8-ead3-11e9-9d60-3106f5b1d025 ah, i understand the problem now. i subitted a patch for this some time ago. the unusable CLS message is from the driver. it's checking for cache line size. an anacronism from the pci driver. pcie does not really have the concept of cache line size, though the vestigal register remains. the fix is to remobe any reference to cls in the driver and recompile. - erik