Author: mav
Date: Thu Apr 11 06:34:41 2013
New Revision: 249352
URL: http://svnweb.freebsd.org/changeset/base/249352
Log:
Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses.
Some failing disks tend to return vendor-specific ASC/ASCQ codes with
NOT READY sense key. It
Author: neel
Date: Thu Apr 11 04:29:45 2013
New Revision: 249351
URL: http://svnweb.freebsd.org/changeset/base/249351
Log:
Make the code to check if VMX is enabled more readable by using macros
instead of magic numbers.
Discussed with: Chris Torek
Modified:
head/sys/amd64/vmm/int
On Wed, Apr 10, 2013 at 08:26:54PM +, Gleb Smirnoff wrote:
> Modified: head/lib/libkvm/kvm.h
> ==
> --- head/lib/libkvm/kvm.h Wed Apr 10 18:59:20 2013(r249343)
> +++ head/lib/libkvm/kvm.h Wed Apr 10 20:2
Author: sbruno
Date: Wed Apr 10 23:37:15 2013
New Revision: 249350
URL: http://svnweb.freebsd.org/changeset/base/249350
Log:
Update ciss(4) man page. We absolutely support performant mode of operation
on this controller. Indicate that the 5300 is the *only* controller that
will only work i
Author: sbruno
Date: Wed Apr 10 23:31:19 2013
New Revision: 249349
URL: http://svnweb.freebsd.org/changeset/base/249349
Log:
While investigating a p/r I noted that the camcontrol devlist output for
volumes behind a ciss(4) controller were being reported with malformeed
names and identifiers.
Author: sbruno
Date: Wed Apr 10 23:20:09 2013
New Revision: 249348
URL: http://svnweb.freebsd.org/changeset/base/249348
Log:
options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAM
somewhere around svn r39402 to r39234.
I don't know of anyone who really wants to test t
Author: ken
Date: Wed Apr 10 22:12:21 2013
New Revision: 249347
URL: http://svnweb.freebsd.org/changeset/base/249347
Log:
Add a callback to the ada(4) driver so that it knows when GEOM has released
references to it.
This is the functional equivalent to change r237518, which added this
f
Author: mav
Date: Wed Apr 10 20:38:15 2013
New Revision: 249346
URL: http://svnweb.freebsd.org/changeset/base/249346
Log:
Create controller-level DMA tag, handling range of supported addresses.
That simplifies logic for channels and gives the bus information about what
device actually alloca
Author: glebius
Date: Wed Apr 10 20:29:23 2013
New Revision: 249345
URL: http://svnweb.freebsd.org/changeset/base/249345
Log:
Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat from
kernel core files.
Sponsored by: Nginx, Inc.
Modified:
head/usr.bin/netstat/inet.c
head/u
Author: glebius
Date: Wed Apr 10 20:26:53 2013
New Revision: 249344
URL: http://svnweb.freebsd.org/changeset/base/249344
Log:
o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.
o Provide function kvm_counter_u64_fetch() to fetch valut of a counter(9).
Sponsored by: N
Author: neel
Date: Wed Apr 10 18:59:20 2013
New Revision: 249343
URL: http://svnweb.freebsd.org/changeset/base/249343
Log:
Need to call init_mem() to really initialize the MMIO range lookups.
This was working by accident because:
- the RB_HEADs were being initialized to zero as part of BS
Author: neel
Date: Wed Apr 10 18:53:14 2013
New Revision: 249342
URL: http://svnweb.freebsd.org/changeset/base/249342
Log:
Remove obsolete comment about lack of locking for MMIO range lookup.
Pointed out by: Tycho Nightingale
(tycho.nighting...@plurisbusnetworks.com)
Modified:
hea
Author: jfv
Date: Wed Apr 10 17:51:39 2013
New Revision: 249339
URL: http://svnweb.freebsd.org/changeset/base/249339
Log:
Simplify allocate_legacy code, txr pointer was breaking LEGACY compile,
thanks to Nick Rogers for pointing this out.
Modified:
head/sys/dev/e1000/if_igb.c
Modified: hea
Author: mav
Date: Wed Apr 10 17:43:20 2013
New Revision: 249336
URL: http://svnweb.freebsd.org/changeset/base/249336
Log:
Add ID for ASMedia ASM1042 USB 3.0 controller.
MFC after:1 week
Modified:
head/sys/dev/usb/controller/xhci_pci.c
Modified: head/sys/dev/usb/controller/xhci_pci.c
Author: glebius
Date: Wed Apr 10 16:09:45 2013
New Revision: 249335
URL: http://svnweb.freebsd.org/changeset/base/249335
Log:
Since UMA_ZONE_PCPU zones put a constraint on sizeof(struct pcpu), declared
as CTASSERT in MI pcpu.h, stop including all possible mutually exclusive
PCPU_MD_FIELDS fi
Author: ken
Date: Wed Apr 10 16:01:45 2013
New Revision: 249334
URL: http://svnweb.freebsd.org/changeset/base/249334
Log:
Fix a time calculation error in ctlstat_standard().
ctlstat.c:When converting a timeval to a floating point
number in ctlstat_standard(), cast the na
Author: tuexen
Date: Wed Apr 10 11:26:30 2013
New Revision: 249333
URL: http://svnweb.freebsd.org/changeset/base/249333
Log:
Remove the number of addresses restriction from sctp_connectx().
Remove unused code.
While there, do some cleanup of the code.
MFC after: 1 week
Modified:
head
Author: trasz
Date: Wed Apr 10 08:48:10 2013
New Revision: 249328
URL: http://svnweb.freebsd.org/changeset/base/249328
Log:
Make ctladm(8) try to load ctl.ko kernel module if needed.
Reviewed by: ken
Modified:
head/usr.sbin/ctladm/ctladm.c
Modified: head/usr.sbin/ctladm/ctladm.c
==
Author: glebius
Date: Wed Apr 10 08:09:25 2013
New Revision: 249327
URL: http://svnweb.freebsd.org/changeset/base/249327
Log:
Fix build.
Modified:
head/sys/net/if_llatbl.h
head/sys/net/if_var.h
head/sys/netinet/in_var.h
head/sys/sys/socketvar.h
Modified: head/sys/net/if_llatbl.h
==
Author: mm
Date: Wed Apr 10 07:01:17 2013
New Revision: 249326
URL: http://svnweb.freebsd.org/changeset/base/249326
Log:
Cast to (void *)(uintptr_t) on copyout and copyin of zfs_iocparm_t.zfs_cmd
MFC after:9 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl
20 matches
Mail list logo