Lawrence Stewart wrote:
> On 02/19/10 02:53, Matthew Jacob wrote:
>> Just a total swag here, but reduce the openings via camcontrol to < 32,
>> or even < 16
>
> Thanks for the suggestion. camcontrol doesn't seem able to futz with the
> mpt controller e.g.:
>
> r...@server# camcontrol identify da0
Author: pjd
Date: Fri Feb 19 09:18:26 2010
New Revision: 204083
URL: http://svn.freebsd.org/changeset/base/204083
Log:
Add missing KEYWORD line.
Pointed out by: dougb
Modified:
head/etc/rc.d/hastd
Modified: head/etc/rc.d/hastd
==
On 02/19/10 19:50, Alexander Motin wrote:
Lawrence Stewart wrote:
On 02/19/10 02:53, Matthew Jacob wrote:
Just a total swag here, but reduce the openings via camcontrol to< 32,
or even< 16
Thanks for the suggestion. camcontrol doesn't seem able to futz with the
mpt controller e.g.:
r...@se
Author: jhb
Date: Fri Feb 19 14:27:32 2010
New Revision: 204085
URL: http://svn.freebsd.org/changeset/base/204085
Log:
Fix a typo.
Submitted by: Jakub Lach jakub_lach of mailplus pl
Modified:
head/usr.sbin/mptable/mptable.c
Modified: head/usr.sbin/mptable/mptable.c
Author: jhb
Date: Fri Feb 19 14:31:01 2010
New Revision: 204086
URL: http://svn.freebsd.org/changeset/base/204086
Log:
- Don't emit a warning in 'show adapter' if the IOC2 or IOC6 pages are not
present. mpt(4) controllers that do not support RAID do not have an IOC6
page, for example.
Author: attilio
Date: Fri Feb 19 14:59:41 2010
New Revision: 204087
URL: http://svn.freebsd.org/changeset/base/204087
Log:
Fix a race in regard of p_numthreads.
Submitted by: Giovanni Trematerra
Modified:
head/sys/kern/kern_kthread.c
Modified: head/sys/kern/kern_kthread
Author: attilio
Date: Fri Feb 19 15:03:55 2010
New Revision: 204088
URL: http://svn.freebsd.org/changeset/base/204088
Log:
Fix the grammar.
Submitted by: Brandon Gooch
Modified:
head/sys/kern/kern_kthread.c
Modified: head/sys/kern/kern_kthread.c
Author: attilio
Date: Fri Feb 19 15:10:05 2010
New Revision: 204089
URL: http://svn.freebsd.org/changeset/base/204089
Log:
Use the cached value within comparison.
Submitted by: jhb
Modified:
head/sys/kern/kern_kthread.c
Modified: head/sys/kern/kern_kthread.c
Author: jhb
Date: Fri Feb 19 15:16:00 2010
New Revision: 204090
URL: http://svn.freebsd.org/changeset/base/204090
Log:
Fix mptutil's method for locating disk devices attached to a specific
mpt(4) controller. Previously, the code assumed that multiple match
patterns provided to an XPT_DEV_MA
Author: rmacklem
Date: Fri Feb 19 16:36:08 2010
New Revision: 204091
URL: http://svn.freebsd.org/changeset/base/204091
Log:
MFC: r203849
Change the default value for vfs.newnfs.enable_locallocks to 0 for
the experimental NFS server, since local locking is known to be
broken and the patch t
Author: fanf
Date: Fri Feb 19 16:54:51 2010
New Revision: 204092
URL: http://svn.freebsd.org/changeset/base/204092
Log:
Update to upstream version 1.338
Fix a long-standing cpp compatibility bug: The -DFOO argument
(without an explicit value) should define FOO to 1 not to the empty
stri
Lawrence Stewart wrote:
> A couple of times it has gotten even more upset reporting things like this:
>
> mpt0: mpt_cam_event: 0x16
> mpt0: mpt_cam_event: 0x16
> mpt0: request 0xff80002f1400:54058 timed out for ccb
> 0xff0001c65000 (req->ccb 0xff0001c65000)
> mpt0: attempting to abort
Author: kan
Date: Fri Feb 19 17:37:46 2010
New Revision: 204093
URL: http://svn.freebsd.org/changeset/base/204093
Log:
Define DMA_RX_STATUS_OVERFLOW with correct value.
The RX overflow is reported in bit 2 on real hardware and Linux driver
for the same device already has this defined corr
Author: mav
Date: Fri Feb 19 17:45:47 2010
New Revision: 204094
URL: http://svn.freebsd.org/changeset/base/204094
Log:
MFC r203931:
Make CD driver a bit more robust and predictable to unreported errors.
Modified:
stable/8/sys/cam/scsi/scsi_cd.c
Directory Properties:
stable/8/sys/ (props
Author: mav
Date: Fri Feb 19 17:54:03 2010
New Revision: 204095
URL: http://svn.freebsd.org/changeset/base/204095
Log:
MFC r203873:
With FBS enabled, we have no idea what command caused timeout.
Implement same logic as in siis(4) - wait for other commands
complete or timeout and then give
Author: tuexen
Date: Fri Feb 19 18:00:38 2010
New Revision: 204096
URL: http://svn.freebsd.org/changeset/base/204096
Log:
* Fix another u_long -> uint32_t issue.
* Remove an unused global variable.
* Fix an issue reported by Bruce Cran related to reusing SCTP socket which
where connected
Author: mav
Date: Fri Feb 19 18:01:32 2010
New Revision: 204097
URL: http://svn.freebsd.org/changeset/base/204097
Log:
Mark r203870 as merged. It was accidentally committed before.
Modified:
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props chang
Author: mav
Date: Fri Feb 19 18:07:51 2010
New Revision: 204098
URL: http://svn.freebsd.org/changeset/base/204098
Log:
MFC r203528:
Add pci_get|set_max_read_req() helper functions to control maximum PCIe
read request size.
Modified:
stable/8/sys/dev/pci/pci.c
stable/8/sys/dev/pci/pcivar
Author: mav
Date: Fri Feb 19 18:15:45 2010
New Revision: 204099
URL: http://svn.freebsd.org/changeset/base/204099
Log:
MFC r200291, r203529:
Increase Max Read Request Size for PCIe chips from 512 to 1024 bytes.
It gives those beasts additional 10% of write bandwidth.
Use new helper functio
Author: deischen
Date: Fri Feb 19 18:23:45 2010
New Revision: 204100
URL: http://svn.freebsd.org/changeset/base/204100
Log:
Correct spelling of reseting (found while researching the "bb hang detected"
messages that are plaguing me). While I'm here, delete trailing whitespace.
Modified:
hea
Author: pjd
Date: Fri Feb 19 20:18:16 2010
New Revision: 204101
URL: http://svn.freebsd.org/changeset/base/204101
Log:
Don't set f_bsize to recordsize. It might confuse some software (like squid).
Submitted by: Alexander Zagrebin
MFC after:2 weeks
Modified:
head/sys/cddl/contrib/o
Author: marius
Date: Fri Feb 19 21:11:40 2010
New Revision: 204102
URL: http://svn.freebsd.org/changeset/base/204102
Log:
Hook up nfs_common missed in r203968.
Submitted by: kib
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
=
Author: delphij
Date: Fri Feb 19 23:54:12 2010
New Revision: 204103
URL: http://svn.freebsd.org/changeset/base/204103
Log:
Add seq(1), a small utility to generate sequence number.
Obtained from:NetBSD
MFC after:3 months
Added:
head/usr.bin/seq/
head/usr.bin/seq/Makefile
Author: delphij
Date: Sat Feb 20 00:16:44 2010
New Revision: 204104
URL: http://svn.freebsd.org/changeset/base/204104
Log:
Add a reference to newly added seq(1) command.
Submitted by: jilles
MFC after:3 months
Modified:
head/usr.bin/jot/jot.1
Modified: head/usr.bin/jot/jot.1
=
Author: jkim
Date: Sat Feb 20 00:19:21 2010
New Revision: 204105
URL: http://svn.freebsd.org/changeset/base/204105
Log:
Return partially filled buffer for non-blocking read(2)
in non-immediate mode.
PR: kern/143855
Modified:
head/sys/net/bpf.c
Modified: head/sys/net/bpf.c
==
Author: emaste
Date: Sat Feb 20 01:05:30 2010
New Revision: 204106
URL: http://svn.freebsd.org/changeset/base/204106
Log:
Avoid corrupting the list or queue if _REMOVE is invoked with a
reference to the head.
PR: kern/119307
MFC After:1 week
Modified:
head/sys/sys/queue
Author: delphij
Date: Sat Feb 20 01:23:15 2010
New Revision: 204107
URL: http://svn.freebsd.org/changeset/base/204107
Log:
Treat numbers after [Ee] a positive number rather than an invalid
one.
Modified:
head/usr.bin/seq/seq.c
Modified: head/usr.bin/seq/seq.c
==
On Friday 19 February 2010 07:19 pm, Jung-uk Kim wrote:
> Author: jkim
> Date: Sat Feb 20 00:19:21 2010
> New Revision: 204105
> URL: http://svn.freebsd.org/changeset/base/204105
>
> Log:
> Return partially filled buffer for non-blocking read(2)
> in non-immediate mode.
>
> PR: kern/1
Author: neel
Date: Sat Feb 20 06:39:14 2010
New Revision: 204108
URL: http://svn.freebsd.org/changeset/base/204108
Log:
Get rid of unused options: KERNPHYSADDR, KERNVIRTADDR, PHYSADDR,
PHYS_ADDR_64BIT
Discussed with: gonzo, imp
Modified:
head/sys/conf/options.mips
head/sys/mips/conf/A
Author: neel
Date: Sat Feb 20 07:34:37 2010
New Revision: 204109
URL: http://svn.freebsd.org/changeset/base/204109
Log:
Fix DDB backtrace that includes a kernel exception frame.
The backtrace code tries to look for an instruction of the form "sw ra, x(sp)"
to figure out the program counte
30 matches
Mail list logo