Re: patch for review: ATI SB600 SATA AHCI

2008-01-20 Thread Andrey V. Elsukov
Volker wrote: If nobody complains until tuesday (2008-01-22), I'll file a PR for that patch. Hi, there was several PR's and patches for ATI. http://lists.freebsd.org/pipermail/freebsd-current/2008-January/081982.html http://lists.freebsd.org/pipermail/freebsd-current/2007-November/079466.html

Re: patch for review: ATI SB600 SATA AHCI

2008-01-20 Thread Jakub Siroky
Just my info: dmesg| grep ata atapci0: port 0xff00-0xff07,0xfe00-0xfe03,0xfd00-0xfd07,0xfc00-0xfc03,0xfb00-0xfb0f mem 0xfe02f000-0xfe02f3ff irq 22 at device 18.0 on pci0 atapci0: [ITHREAD] atapci0: AHCI Version 01.10 controller with 4 ports detected ata2: on atapci0 ata2: [ITHREAD] ata3: on ata

Re: patch for review: ATI SB600 SATA AHCI

2008-01-20 Thread Torfinn Ingolfsen
Hello, On Sun, 20 Jan 2008 04:13:34 +0100 Volker <[EMAIL PROTECTED]> wrote: > 6715b notebook using ATI SB-600 chipset. With stock kernel, the ATA I have a machine with an Asus M2A-VM HDMI motherboard[1], which also have this chipset. > My patch has been tested on RELENG_7 as of 2008-01-19. Plea

Re: patch for review: ATI SB600 SATA AHCI

2008-01-20 Thread Jakub Siroky
Yes, maybe this is the same patch you've mentioned. In RELENG_7_0 I had to manually update concerned files - look up the lines and add the information at proper place. I don't understand the meaning of functions besides chipset static definitions, but it has been working on 6.2-STABLE and RELENG_7_

Re: Re: patch for review: ATI SB600 SATA AHCI

2008-01-20 Thread Volker
On 12/23/-58 20:59, Jakub Siroky wrote: > Hello, > > I've been using these patches for some time with success. Although > slight correction to patches is needed - code placement changed a bit > (in case of line wrapping, see the attachments). > > --- ata-chipset.c.orig Mon Oct 9 23:01:35 2006

Re: patch for review: ATI SB600 SATA AHCI

2008-01-20 Thread Jakub Siroky
Hello, I've been using these patches for some time with success. Although slight correction to patches is needed - code placement changed a bit (in case of line wrapping, see the attachments). --- ata-chipset.c.orig Mon Oct 9 23:01:35 2006 +++ ata-chipset.c Wed Sep 5 22:08:02 2007 @@ -1