cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h

2008-08-03 Thread Scott Long
scottl 2008-08-03 15:17:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h Log: SVN rev 181248 on 2008-08-03 15:17:14Z by scottl Merge rev 1.84, 1.27, 1.40, 1.34: Rewrite DMA codepaths Revisio

cvs commit: src/sys/dev/amr amr.c amr_cam.c

2008-08-03 Thread Scott Long
scottl 2008-08-03 15:14:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/amr amr.c amr_cam.c Log: SVN rev 181247 on 2008-08-03 15:14:15Z by scottl Merge rev 1.83, 1.26: Provide unique malloc types. Revision ChangesPath 1.8

cvs commit: src/sys/dev/amr amr.c amr_cam.c

2008-08-03 Thread Scott Long
scottl 2008-08-03 14:58:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/amr amr.c amr_cam.c Log: SVN rev 181242 on 2008-08-03 14:58:18Z by scottl Merge rev 1.81, 1.23: Add locking for AMR SCSI passthrough. Revision ChangesP

cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h

2007-12-11 Thread Scott Long
scottl 2007-12-12 05:55:03 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h Log: Rewrite the DMA code paths from being an impenitrable maze of special cases to a much saner and simplier unified code path. Along the way, fix va

cvs commit: src/sys/dev/amr amr.c amr_cam.c

2007-12-02 Thread Scott Long
scottl 2007-12-02 19:54:45 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c Log: Provide unqiue malloc types instead of using M_DEVBUF. Revision ChangesPath 1.83 +22 -20src/sys/dev/amr/amr.c 1.26 +7 -6 src/sys/dev/a

cvs commit: src/sys/dev/amr amr.c amr_cam.c

2007-11-28 Thread Scott Long
scottl 2007-11-28 19:40:17 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c Log: Turn the CAM passthroug interface to AMR back ON. Adjust the T_DIRECT filtering so that disk drives can be attached via the pass driver. Add CAM locking. Don't

cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_linux.c amr_pci.c amrio.h amrreg.h amrvar.h

2006-01-26 Thread Doug Ambrisko
ambrisko2006-01-26 22:04:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h Added files: (Branch: RELENG_6) sys/dev/amr amr_linu

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-16 Thread Joao Barros
On 12/16/05, Scott Long <[EMAIL PROTECTED]> wrote: > Joao Barros wrote: > > On 12/14/05, Scott Long <[EMAIL PROTECTED]> wrote: > > > > > Any specific testing in mind or just stability? > > I'm a bit worried that old controllers (especially ones that predate the > move to i960 CPUs) might be broken

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-16 Thread Scott Long
Martin Nilsson wrote: Scott Long wrote: Items 3 and 4 significantly increase the performance of the driver. On an LSI 320-2X card, transactions per second went from 13,000 to 31,000 in my A 238% improvement is at the very least impressive! Yeah, I was shocked at first too. The PCIe co

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-16 Thread Martin Nilsson
Scott Long wrote: Items 3 and 4 significantly increase the performance of the driver. On an LSI 320-2X card, transactions per second went from 13,000 to 31,000 in my A 238% improvement is at the very least impressive! Yeah, I was shocked at first too. The PCIe controllers can likely do ev

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-16 Thread Scott Long
Brian Fundakowski Feldman wrote: On Fri, Dec 16, 2005 at 12:31:22AM -0700, Scott Long wrote: Joao Barros wrote: On 12/14/05, Scott Long <[EMAIL PROTECTED]> wrote: scottl 2005-12-14 03:26:49 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c amr_disk.c a

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-16 Thread Brian Fundakowski Feldman
On Fri, Dec 16, 2005 at 12:31:22AM -0700, Scott Long wrote: > Joao Barros wrote: > >On 12/14/05, Scott Long <[EMAIL PROTECTED]> wrote: > > > >>scottl 2005-12-14 03:26:49 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pc

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-15 Thread Scott Long
Joao Barros wrote: On 12/14/05, Scott Long <[EMAIL PROTECTED]> wrote: scottl 2005-12-14 03:26:49 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h Log: Mega update to the LSI MegaR

Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-15 Thread Joao Barros
On 12/14/05, Scott Long <[EMAIL PROTECTED]> wrote: > scottl 2005-12-14 03:26:49 UTC > > FreeBSD src repository > > Modified files: > sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c > amrio.h amrreg.h amrvar.h > Log: > Mega update to the LSI MegaRA

cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h

2005-12-13 Thread Scott Long
scottl 2005-12-14 03:26:49 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrio.h amrreg.h amrvar.h Log: Mega update to the LSI MegaRAID driver: 1. Implement a large set of ioctl shims so that

cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h

2005-11-06 Thread Scott Long
scottl 2005-11-06 15:13:42 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_cam.c amr_pci.c amrvar.h Log: Remove spl markers from AMR. MFC After: 3 days Revision ChangesPath 1.69 +5 -15 src/sys/dev/amr/amr.c 1.17 +0