Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-04-15 Thread Niclas Zeising
On Tue, Apr 15, 2008 at 2:28 PM, Søren Schmidt <[EMAIL PROTECTED]> wrote: > Hi > > Thats actually a separate problem. I've put in stops to check that the PRD > table size doesn't get out of hand. Until now that wasn't a problem but now > that we move to having more than on request flying pr chann

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-04-15 Thread Søren Schmidt
Hi Thats actually a separate problem. I've put in stops to check that the PRD table size doesn't get out of hand. Until now that wasn't a problem but now that we move to having more than on request flying pr channel it needs to be within bounds. The check correctly panic's as we outgrow the

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-04-14 Thread Niclas Zeising
Søren Schmidt wrote: sos 2008-04-14 18:34:24 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c Log: Fix problem with slave devices. Fix or rather bring ENOMEM problems back to the s

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-04-14 Thread Ariff Abdullah
On Mon, 14 Apr 2008 18:34:24 + (UTC) Søren Schmidt <[EMAIL PROTECTED]> wrote: > sos 2008-04-14 18:34:24 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > ata-lowlevel.c > Log: > Fix pro

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-04-14 Thread S�ren Schmidt
sos 2008-04-14 18:34:24 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c Log: Fix problem with slave devices. Fix or rather bring ENOMEM problems back to the state it was before. Tem

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-02-11 Thread John Baldwin
On Thursday 13 December 2007 06:47:36 am SXren Schmidt wrote: > sos 2007-12-13 11:47:36 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > ata-lowlevel.c > Log: > Implement a workaround of th

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-01-09 Thread Xin LI
delphij 2008-01-09 08:55:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c Log: MFC important fixes by sos@: Implement a workaround of the datacorruption proble

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-01-09 Thread Xin LI
delphij 2008-01-09 08:55:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c Log: MFC important fixes by sos@: Implement a workaround of the datacorruption prob

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-01-09 Thread Xin LI
delphij 2008-01-09 08:54:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c Log: MFC important fixes by sos@: Implement a workaround of the datacorruption proble

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2008-01-03 Thread David O'Brien
On Thu, Dec 13, 2007 at 11:47:36AM +, Sren Schmidt wrote: > sos 2007-12-13 11:47:36 UTC > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > ata-lowlevel.c > Log: > Implement a workaround of the datacorruption problem on serve

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c

2007-12-13 Thread S�ren Schmidt
sos 2007-12-13 11:47:36 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c Log: Implement a workaround of the datacorruption problem on serverworks HT1000 chipsets. The HT1000 DMA engin

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-22 Thread Nate Lawson
Maxim Sobolev wrote: > Robert Watson wrote: >> On Thu, 22 Nov 2007, Søren Schmidt wrote: >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_7) >> sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c >> ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c Log

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-22 Thread Maxim Sobolev
Robert Watson wrote: On Thu, 22 Nov 2007, Søren Schmidt wrote: FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c Log: Update with the latest fixes from -current. Please

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-22 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Søren Schmidt wrote: > sos 2007-11-21 21:15:01 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_7) sys/dev/ata > ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c > atapi-fd.c atapi-tape.c Log: Update wit

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-22 Thread Søren Schmidt
Aryeh M. Friedman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Søren Schmidt wrote: sos 2007-11-21 21:15:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-ta

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-22 Thread Robert Watson
On Thu, 22 Nov 2007, Søren Schmidt wrote: FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c Log: Update with the latest fixes from -current. Please don't forget to merge

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-22 Thread S�ren Schmidt
sos 2007-11-22 07:50:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c Log: Update with the

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-22 Thread Søren Schmidt
Maxim Sobolev wrote: Maxim Sobolev wrote: Søren Schmidt wrote: sos 2007-11-21 21:15:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-21 Thread Maxim Sobolev
SЬren Schmidt wrote: sos 2007-11-21 21:15:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-21 Thread Maxim Sobolev
Maxim Sobolev wrote: SЬren Schmidt wrote: sos 2007-11-21 21:15:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c

2007-11-21 Thread S�ren Schmidt
sos 2007-11-21 21:15:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-pci.c ata-pci.h atapi-cd.c atapi-fd.c atapi-tape.c Log: Update with the

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-pci.c ata-pci.h

2007-11-18 Thread S�ren Schmidt
sos 2007-11-18 14:44:53 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-pci.c ata-pci.h Log: Add generic support for chipsets that say they support AHCI. This should catch new chipsets that we dont know b

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m

2007-05-25 Thread John Baldwin
jhb 2007-05-25 17:06:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m Log: MFC: Support 64-bit scatter-gather DMA addresses in 64-bit capable AHCI a

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c

2007-04-08 Thread Simon L. Nielsen
On 2007.04.08 19:18:51 +, Søren Schmidt wrote: > sos 2007-04-08 19:18:51 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-all.h ata-chipset.c ata-dma.c > Log: > Hopefully unbreak the 64bit DMA support this time. Now things work a bit more tha

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c

2007-04-08 Thread S�ren Schmidt
sos 2007-04-08 19:18:51 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c Log: Hopefully unbreak the 64bit DMA support this time. Revision ChangesPath 1.123 +1 -1 src/sys/dev/ata/ata-all.h 1.196 +3 -4

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m

2007-04-08 Thread Kip Macy
- Original message - Well, thats not supposed to happen :) Could you mail me t... I will do that. Just to add some important info: This machine has 4GB and several 10GigE ports (which cause a measurable amount of PA to show up above 4GB), I have an identical machine that has 2GB and still boots w

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m

2007-04-08 Thread Søren Schmidt
Kip Macy wrote: I have a machine that I spent the afternoon looking for file system regressions because it couldn't mount root with today's HEAD. mountroot succeeds for me after backing out this change. Well, thats not supposed to happen :) Could you mail me the dmesg from that system please so

Re: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m

2007-04-07 Thread Kip Macy
I have a machine that I spent the afternoon looking for file system regressions because it couldn't mount root with today's HEAD. mountroot succeeds for me after backing out this change. -Kip On 4/6/07, Søren Schmidt <[EMAIL PROTECTED]> wrote: sos 2007-

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m

2007-04-06 Thread S�ren Schmidt
sos 2007-04-06 16:18:59 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-dma.c ata-lowlevel.c ata_if.m Log: Add support for 64bit addressing to AHCI and Marvell controllers. Munged into ATA shape and Marve

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c

2007-03-08 Thread S�ren Schmidt
sos 2007-03-08 16:39:25 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c Log: Cleanup the channel/phy reset code. Revision ChangesPath 1.121 +1 -0 src/sys/dev/ata/ata-all.h 1.187 +143 -129 src/sys/dev/ata/ata-

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c

2007-02-15 Thread S�ren Schmidt
sos 2007-02-15 21:51:43 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c Log: Support AHCI chips where the ports are not consecutively numbered as in some incarnations of the ICH8 chip. Also fix the panic introduced by the last commi

cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c

2006-06-28 Thread S�ren Schmidt
sos 2006-06-28 09:59:09 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c Log: Update AHCI support to be more generic. Add support for AHCI on the VIA VT8251. Revision ChangesPath 1.118 +2 -0 src/sys/dev/ata/ata-all