Re: [ATA] and re(4) stability issues

2008-12-15 Thread Victor Balada Diaz
On Fri, Dec 12, 2008 at 01:13:09PM +0100, Victor Balada Diaz wrote: On Thu, Dec 11, 2008 at 10:50:21AM +0100, Victor Balada Diaz wrote: On Thu, Dec 11, 2008 at 06:00:56PM +0900, Pyun YongHyeon wrote: I've reverted r185756 which caused GMII access issues on some controllers. If you are

Re: [ATA] and re(4) stability issues

2008-12-15 Thread Victor Balada Diaz
On Wed, Dec 10, 2008 at 10:55:35AM +0100, Søren Schmidt wrote: On 10Dec, 2008, at 10:11 , Victor Balada Diaz wrote: Thanks for explaining me what the flags do. I'm not skilled enough to create the DMA quirks but if you could give me some patches i'll test them. Also if you have any

Re: [ATA] and re(4) stability issues

2008-12-15 Thread Victor Balada Diaz
On Mon, Dec 15, 2008 at 10:02:07AM +0100, Victor Balada Diaz wrote: Stopped stress testing this morning. After all the weekend testing seems the re(4) problems were fixed. No single interface up/down error. netstat -i reports no errors and everything is fine. Thanks a lot! I'm going to

Re: [ATA] and re(4) stability issues

2008-12-15 Thread Pyun YongHyeon
On Tue, Dec 16, 2008 at 08:19:19AM +0100, Victor Balada Diaz wrote: On Mon, Dec 15, 2008 at 10:02:07AM +0100, Victor Balada Diaz wrote: Stopped stress testing this morning. After all the weekend testing seems the re(4) problems were fixed. No single interface up/down error. netstat -i

Re: [ATA] and re(4) stability issues

2008-12-12 Thread Victor Balada Diaz
On Thu, Dec 11, 2008 at 10:50:21AM +0100, Victor Balada Diaz wrote: On Thu, Dec 11, 2008 at 06:00:56PM +0900, Pyun YongHyeon wrote: I've reverted r185756 which caused GMII access issues on some controllers. If you are brave enough to try beta code, you can get latest re(4) in the

Re: [ATA] and re(4) stability issues

2008-12-12 Thread Pyun YongHyeon
On Fri, Dec 12, 2008 at 01:13:09PM +0100, Victor Balada Diaz wrote: On Thu, Dec 11, 2008 at 10:50:21AM +0100, Victor Balada Diaz wrote: On Thu, Dec 11, 2008 at 06:00:56PM +0900, Pyun YongHyeon wrote: I've reverted r185756 which caused GMII access issues on some controllers. If

Re: [ATA] and re(4) stability issues

2008-12-11 Thread Victor Balada Diaz
On Thu, Dec 11, 2008 at 05:05:59AM +1100, Peter Jeremy wrote: On 2008-Dec-10 10:55:35 +0100, Søren Schmidt [EMAIL PROTECTED] wrote: And you will not use 64bit DMA even if the chipset supports it. However I have not seen any chipsets supporting this fail, YMMV as usual :) There's a

Re: [ATA] and re(4) stability issues

2008-12-11 Thread Victor Balada Diaz
On Thu, Dec 11, 2008 at 08:57:07AM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 09:07:19PM +0900, Pyun YongHyeon wrote: On Wed, Dec 10, 2008 at 12:32:25PM +0100, Victor Balada Diaz wrote: Also i didn't see any problem with interfaces going up and down, but that usually

Re: [ATA] and re(4) stability issues

2008-12-11 Thread Pyun YongHyeon
On Thu, Dec 11, 2008 at 09:10:45AM +0100, Victor Balada Diaz wrote: On Thu, Dec 11, 2008 at 08:57:07AM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 09:07:19PM +0900, Pyun YongHyeon wrote: On Wed, Dec 10, 2008 at 12:32:25PM +0100, Victor Balada Diaz wrote: Also i didn't

Re: [ATA] and re(4) stability issues

2008-12-11 Thread Victor Balada Diaz
On Thu, Dec 11, 2008 at 06:00:56PM +0900, Pyun YongHyeon wrote: On Thu, Dec 11, 2008 at 09:10:45AM +0100, Victor Balada Diaz wrote: On Thu, Dec 11, 2008 at 08:57:07AM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 09:07:19PM +0900, Pyun YongHyeon wrote: On Wed, Dec 10, 2008

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Andrey V. Elsukov
Victor Balada Diaz wrote: Digging at linux source code i've found that they do some special things for this chipset that i've been unable to find on our code. This is linux code for my chipset: 371 AHCI_HFLAGS (AHCI_HFLAG_IGN_SERR_INTERNAL | 372

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Victor Balada Diaz
On Wed, Dec 10, 2008 at 03:12:26PM +0900, Pyun YongHyeon wrote: On Tue, Dec 09, 2008 at 07:52:37PM +0100, Victor Balada Diaz wrote: Hello, I got various machines[1] at hetzner.de and I've been having problems with interrupts on FreeBSD 7.0 and now FreeBSD 7.1 -BETA2 in amd64. I've

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Victor Balada Diaz
On Wed, Dec 10, 2008 at 11:58:12AM +0300, Andrey V. Elsukov wrote: Victor Balada Diaz wrote: Digging at linux source code i've found that they do some special things for this chipset that i've been unable to find on our code. This is linux code for my chipset: 371

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Søren Schmidt
On 10Dec, 2008, at 10:11 , Victor Balada Diaz wrote: Thanks for explaining me what the flags do. I'm not skilled enough to create the DMA quirks but if you could give me some patches i'll test them. Also if you have any other idea on what could i test or how can i debug this it would be

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Victor Balada Diaz
On Wed, Dec 10, 2008 at 07:28:00PM +0900, Pyun YongHyeon wrote: On Wed, Dec 10, 2008 at 09:59:35AM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 03:12:26PM +0900, Pyun YongHyeon wrote: On Tue, Dec 09, 2008 at 07:52:37PM +0100, Victor Balada Diaz wrote: Hello,

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Pyun YongHyeon
On Wed, Dec 10, 2008 at 12:32:25PM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 07:28:00PM +0900, Pyun YongHyeon wrote: On Wed, Dec 10, 2008 at 09:59:35AM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 03:12:26PM +0900, Pyun YongHyeon wrote: On Tue, Dec 09,

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Arnaud Houdelette
Victor Balada Diaz a écrit : Hello, I got various machines[1] at hetzner.de and I've been having problems with interrupts on FreeBSD 7.0 and now FreeBSD 7.1 -BETA2 in amd64. I've been trying to narrow the problem so someone more knowledgeable than me is able to fix it. This mail is an other

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Pyun YongHyeon
On Wed, Dec 10, 2008 at 09:59:35AM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 03:12:26PM +0900, Pyun YongHyeon wrote: On Tue, Dec 09, 2008 at 07:52:37PM +0100, Victor Balada Diaz wrote: Hello, I got various machines[1] at hetzner.de and I've been having problems

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Oliver Peter
On Tue, Dec 09, 2008 at 07:52:37PM +0100, Victor Balada Diaz wrote: Hello, I got various machines[1] at hetzner.de and I've been having problems with interrupts on FreeBSD 7.0 and now FreeBSD 7.1 -BETA2 in amd64. I've been trying to narrow the problem so someone more knowledgeable than me

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Victor Balada Diaz
On Wed, Dec 10, 2008 at 12:08:40PM +, Oliver Peter wrote: On Tue, Dec 09, 2008 at 07:52:37PM +0100, Victor Balada Diaz wrote: Hello, I got various machines[1] at hetzner.de and I've been having problems with interrupts on FreeBSD 7.0 and now FreeBSD 7.1 -BETA2 in amd64. I've been

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Gary Jennejohn
On Wed, 10 Dec 2008 21:07:19 +0900 Pyun YongHyeon [EMAIL PROTECTED] wrote: On Wed, Dec 10, 2008 at 12:32:25PM +0100, Victor Balada Diaz wrote: As these seems to improve the current situation, is there any chance of merging -current driver in 7.1 before release? I think re(4) in HEAD

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Victor Balada Diaz
On Wed, Dec 10, 2008 at 09:07:19PM +0900, Pyun YongHyeon wrote: On Wed, Dec 10, 2008 at 12:32:25PM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 07:28:00PM +0900, Pyun YongHyeon wrote: On Wed, Dec 10, 2008 at 09:59:35AM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Oliver Peter
On Wed, Dec 10, 2008 at 03:01:30PM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 12:08:40PM +, Oliver Peter wrote: On Tue, Dec 09, 2008 at 07:52:37PM +0100, Victor Balada Diaz wrote: ... I can use GENERIC kernel again (ie, USB enabled) and so far i didn't find any problem yet.

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Victor Balada Diaz
On Wed, Dec 10, 2008 at 01:18:00PM +0100, Arnaud Houdelette wrote: Victor Balada Diaz a écrit : Hello, I got various machines[1] at hetzner.de and I've been having problems with interrupts on FreeBSD 7.0 and now FreeBSD 7.1 -BETA2 in amd64. I've been trying to narrow the problem so someone

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Peter Jeremy
On 2008-Dec-10 10:55:35 +0100, Søren Schmidt [EMAIL PROTECTED] wrote: And you will not use 64bit DMA even if the chipset supports it. However I have not seen any chipsets supporting this fail, YMMV as usual :) There's a reference in wikipedia pointing to http://www.mail-archive.com/[EMAIL

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Pyun YongHyeon
On Wed, Dec 10, 2008 at 03:08:24PM +0100, Victor Balada Diaz wrote: On Wed, Dec 10, 2008 at 09:07:19PM +0900, Pyun YongHyeon wrote: [...] It seems that your controller supports MSI so you can set a tunable hw.re.msi_disable to 0 to enable MSI. With MSI you can remove

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Victor Balada Diaz
On Wed, Dec 10, 2008 at 09:07:19PM +0900, Pyun YongHyeon wrote: On Wed, Dec 10, 2008 at 12:32:25PM +0100, Victor Balada Diaz wrote: Also i didn't see any problem with interfaces going up and down, but that usually happen after some hours of uptime, so i'll let you know if the error

[ATA] and re(4) stability issues

2008-12-09 Thread Victor Balada Diaz
Hello, I got various machines[1] at hetzner.de and I've been having problems with interrupts on FreeBSD 7.0 and now FreeBSD 7.1 -BETA2 in amd64. I've been trying to narrow the problem so someone more knowledgeable than me is able to fix it. This mail is an other attempt to ask a question with

Re: [ATA] and re(4) stability issues

2008-12-09 Thread Pyun YongHyeon
On Tue, Dec 09, 2008 at 07:52:37PM +0100, Victor Balada Diaz wrote: Hello, I got various machines[1] at hetzner.de and I've been having problems with interrupts on FreeBSD 7.0 and now FreeBSD 7.1 -BETA2 in amd64. I've been trying to narrow the problem so someone more knowledgeable than