cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2007-12-09 Thread Scott Long
scottl 2007-12-09 19:53:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/dev/arcmsr arcmsr.c arcmsr.h Log: MFC: Support new ARC120x generation of cards. Approved by: re Submitted by: Erich Chen @ Areca Revision Changes Path

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2007-12-09 Thread Scott Long
scottl 2007-12-09 19:28:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/arcmsr arcmsr.c arcmsr.h Log: MFC: Support new ARC120x generation cards. Approved by: re Submitted by: Erich Chen @ Areca Revision Changes Path 1.8.2.

cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-12-09 Thread Scott Long
scottl 2007-12-09 19:26:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/arcmsr arcmsr.c Log: MFC: Adjust locking definitions. Approved by: re Revision ChangesPath 1.24.2.2 +22 -5 src/sys/dev/arcmsr/arcmsr.c

cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-12-09 Thread Scott Long
scottl 2007-12-09 19:24:27 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: Fix an incorrect FreeBSD version test. Revision ChangesPath 1.27 +1 -1 src/sys/dev/arcmsr/arcmsr.c ___ cvs-a

cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-12-09 Thread Scott Long
scottl 2007-12-09 19:22:25 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: Modify locking so that a single version of the driver src can be used on 6.x and beyond. Revision ChangesPath 1.26 +22 -5 src/sys/dev/arcmsr/arcmsr.c _

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2007-12-08 Thread Scott Long
scottl 2007-12-08 21:39:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/arcmsr arcmsr.c arcmsr.h Log: Support new ARC120x family of controllers. Many thanks for Areca's continued support of FreeBSD. Submitted by: Erich Chen @ Areca

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2007-12-08 Thread Scott Long
scottl 2007-12-08 20:48:27 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c arcmsr.h Log: Support new ARC120x family of controllers. Many thanks for Areca's continued support of FreeBSD. Submitted by: Erich Chen @ Areca Revision Changes

cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-07-31 Thread Scott Long
scottl 2007-07-31 20:16:50 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: Make the driver fully MPSAFE. This fixes some serious locking problems that could cause panics and corruption under moderate load. Many thanks to Matt Reimer, Tom McDon

cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-04-01 Thread Scott Long
scottl 2007-04-02 03:33:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/arcmsr arcmsr.c Log: MFC: Freeze the simq not the devq if we run out of command slots. This fixes the last round of instability in the rev 13/14 driver. Revision

cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-04-01 Thread Scott Long
scottl 2007-04-02 03:31:37 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: Freeze the simq, not the devq, if we run out of command slots. This fixes the last round of reported instability in the rev 13/14 driver. Approved by: Erich Chen

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2007-03-11 Thread Scott Long
scottl 2007-03-12 07:43:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/arcmsr arcmsr.c arcmsr.h Log: Merge rev 1.16 and 1.18 to fix I/O problems under high load. Thanks to Areca for working on this. Submitted by: Erich Chen Rev

Re: cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-03-11 Thread Nate Lawson
Scott Long wrote: > Matt Jacob wrote: >> mjacob 2007-03-12 05:10:29 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/arcmsr arcmsr.c Log: >> Forced commit to note that the previous CVS comment is >> incorrect. The MODULE_DEPENDS lines were put in (by me) >>

Re: cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-03-11 Thread Scott Long
Matt Jacob wrote: mjacob 2007-03-12 05:10:29 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: Forced commit to note that the previous CVS comment is incorrect. The MODULE_DEPENDS lines were put in (by me) in 1.14 and removed in 1.15. The facts

cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-03-11 Thread Matt Jacob
mjacob 2007-03-12 05:10:29 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: Forced commit to note that the previous CVS comment is incorrect. The MODULE_DEPENDS lines were put in (by me) in 1.14 and removed in 1.15. The facts should be correctly

cvs commit: src/sys/dev/arcmsr arcmsr.c

2007-03-11 Thread Scott Long
scottl 2007-03-12 05:02:42 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: Add back in MODULE_DEPEND() lines that were lost in the rev 13 update. Revision ChangesPath 1.19 +2 -0 src/sys/dev/arcmsr/arcmsr.c _

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2007-03-05 Thread Scott Long
scottl 2007-03-06 01:12:16 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c arcmsr.h Log: Better fix for the errors under high load. Returning CAM_SCSI_BUSY is almost never correct as CAM has no real understanding of it, and will just immediately re

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2007-02-15 Thread Scott Long
scottl 2007-02-15 15:36:16 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c arcmsr.h Log: Fix spurious I/O errors when under high load. Submitted by: Erich Chen Revision ChangesPath 1.16 +5 -1 src/sys/dev/arcmsr/arcmsr.c 1.3

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2006-12-21 Thread Scott Long
scottl 2006-12-21 21:59:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) sys/dev/arcmsr arcmsr.c arcmsr.h Log: MFC: Bring the arcmsr driver up to the vendor 1.20.00.013 version. Submitted by: Erich Chen Approved by: re Revision Changes

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2006-12-14 Thread Scott Long
scottl 2006-12-14 17:55:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/arcmsr arcmsr.c arcmsr.h Log: MFC: Bring the arcmsr driver up to the vendor 1.20.00.013 version. Submitted by: Erich Chen Revision Changes Path 1.8.2.2

Re: cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2006-12-13 Thread Richard Tector
Scott Long wrote: scottl 2006-12-13 08:46:04 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c arcmsr.h Log: Update to version 1.20.00.13 of the arcmsr driver. This fixes many bugs as well as adds support for newer controllers. Many thanks to Ar

cvs commit: src/sys/dev/arcmsr arcmsr.c arcmsr.h

2006-12-13 Thread Scott Long
scottl 2006-12-13 08:46:04 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c arcmsr.h Log: Update to version 1.20.00.13 of the arcmsr driver. This fixes many bugs as well as adds support for newer controllers. Many thanks to Areca for their continu

cvs commit: src/sys/dev/arcmsr arcmsr.c

2006-08-31 Thread Ralf S. Engelschall
rse 2006-08-31 08:45:44 UTC FreeBSD src repository Modified files: sys/dev/arcmsr arcmsr.c Log: Fix typos: s/rebulid/rebuild/ Submitted by: Christoph Schug <[EMAIL PROTECTED]> Revision ChangesPath 1.11 +4 -4 src/sys/dev/arcmsr/arcmsr.c ___