On Tue, Jan 13, 2015 at 01:21:00AM +, Steven Hartland wrote:
> Looks like this missed the addition of the new quirk to AHCI_Q_BIT_STRING.
Thank you for noting.
See the patch below. Is anything else amiss ?
Index: sys/dev/ahci/ahci.h
===
On 13/01/2015 08:20, Konstantin Belousov wrote:
On Tue, Jan 13, 2015 at 01:21:00AM +, Steven Hartland wrote:
Looks like this missed the addition of the new quirk to AHCI_Q_BIT_STRING.
Thank you for noting.
See the patch below. Is anything else amiss ?
Index: sys/dev/ahci/ahci.h
Author: kib
Date: Tue Jan 13 09:50:15 2015
New Revision: 277126
URL: https://svnweb.freebsd.org/changeset/base/277126
Log:
Complete r277100: add AHCI_Q_ABAR0 tp AHCI_Q_BIT_STRING.
Noted and reviewed by:smh
MFC after:6 days
Modified:
head/sys/dev/ahci/ahci.h
Modified: head/
Hi Pedro,
Thank you for your mention about the patent problem.
Thanks to Hiren and Lars support, we have already discuss patent with
microsoft people. But I am not sure that we must care about Linux because
we worked on our implementation without linux. Let's wait and see if redhat
people say abou
Author: hselasky
Date: Tue Jan 13 13:32:18 2015
New Revision: 277127
URL: https://svnweb.freebsd.org/changeset/base/277127
Log:
Don't use POLLNVAL as a return value from the client side poll
function. Many existing clients don't understand POLLNVAL and instead
relies on an error code from th
Author: trasz
Date: Tue Jan 13 13:59:48 2015
New Revision: 277128
URL: https://svnweb.freebsd.org/changeset/base/277128
Log:
Fix detection of ext2/ext3 filesystems that lack labels.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/fstyp/ext2fs.c
Modif
Author: br
Date: Tue Jan 13 14:03:56 2015
New Revision: 277129
URL: https://svnweb.freebsd.org/changeset/base/277129
Log:
Add usb template SERIALNET allowing us to have both USB CDC Ethernet
and USB CDC Modem same time by single cable.
Reviewed by: hselasky@
Added:
head/sys/dev/usb/te
Author: bz
Date: Tue Jan 13 14:15:00 2015
New Revision: 277130
URL: https://svnweb.freebsd.org/changeset/base/277130
Log:
Move the vsi variable outside of the #ifdef block to unbreak NOIP kernels
after r277084.
MFC after:6 days
X-MFC with: r277084
Modified:
head/sys/dev/ixl/ixl
Author: hselasky
Date: Tue Jan 13 14:26:05 2015
New Revision: 277131
URL: https://svnweb.freebsd.org/changeset/base/277131
Log:
Add new USB template to the USB template module.
Modified:
head/sys/modules/usb/template/Makefile
Modified: head/sys/modules/usb/template/Makefile
=
Author: br
Date: Tue Jan 13 15:04:28 2015
New Revision: 277132
URL: https://svnweb.freebsd.org/changeset/base/277132
Log:
Rename Exynos UART driver. No functional change.
Submitted by: Michal Meloun
Modified:
head/sys/arm/samsung/exynos/exynos_uart.c
head/sys/dev/uart/uart.h
head/sy
Author: emaste
Date: Tue Jan 13 15:18:54 2015
New Revision: 277133
URL: https://svnweb.freebsd.org/changeset/base/277133
Log:
libdwarf: add missing break
Reported by: Coverity
CID: 1193315
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/el
Midori-san;
I am aware of the patent issue as we spoke about it with George (gnn@)
at BSDCan.
It's not really an issue for us, and if you find more patent under the
same free-use
conditions, feel free to send patches :).
The linux guys are aware of the patent but I agree that the issues linux
On Mon, Jan 12, 2015 at 5:20 PM, Michael Tuexen
wrote:
>
> > On 12 Jan 2015, at 18:42, Bjoern A. Zeeb wrote:
> >
> >
> >> On 12 Jan 2015, at 15:51 , John Baldwin wrote:
> >>
> >> On Tuesday, January 06, 2015 07:07:11 PM Bryan Venteicher wrote:
> >>> On Tue, Jan 6, 2015 at 5:27 PM, Bryan Drewery
Author: hselasky
Date: Tue Jan 13 16:06:38 2015
New Revision: 277134
URL: https://svnweb.freebsd.org/changeset/base/277134
Log:
Add new USB template to the USB bootloader module.
Modified:
head/sys/boot/usb/usbcore.mk
Modified: head/sys/boot/usb/usbcore.mk
===
Author: np
Date: Tue Jan 13 16:18:31 2015
New Revision: 277135
URL: https://svnweb.freebsd.org/changeset/base/277135
Log:
cxgbe/iw_cxgbe: fix whitespace nit in r277102.
Reported by: stefanf@
Modified:
head/sys/dev/cxgbe/iw_cxgbe/cm.c
Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c
=
Author: hselasky
Date: Tue Jan 13 16:37:43 2015
New Revision: 277136
URL: https://svnweb.freebsd.org/changeset/base/277136
Log:
Resolve a special case deadlock: When two or more threads are
simultaneously detaching kernel drivers on the same USB device we can
get stuck in the "usb_wait_pendi
On Monday, January 12, 2015 05:42:34 PM Bjoern A. Zeeb wrote:
> > On 12 Jan 2015, at 15:51 , John Baldwin wrote:
> >
> > On Tuesday, January 06, 2015 07:07:11 PM Bryan Venteicher wrote:
> >> On Tue, Jan 6, 2015 at 5:27 PM, Bryan Drewery
wrote:
> >>> On 1/6/2015 4:00 PM, Bryan Venteicher wrote:
Author: jfv
Date: Tue Jan 13 18:56:29 2015
New Revision: 277143
URL: https://svnweb.freebsd.org/changeset/base/277143
Log:
Complete the RX side RSS code: parse the encoded portion of the RX
descriptor to determine the correct hash type.
MFC after:1 week
Modified:
head/sys/dev/ixl/ixl_t
Author: dim
Date: Tue Jan 13 19:54:47 2015
New Revision: 277146
URL: https://svnweb.freebsd.org/changeset/base/277146
Log:
Connect libclang_rt to the build, for specific architectures. This
contains the libraries for Address Sanitizer (asan), Undefined Behavior
Sanitizer (ubsan) and Profile
Author: dim
Date: Tue Jan 13 20:37:57 2015
New Revision: 277147
URL: https://svnweb.freebsd.org/changeset/base/277147
Log:
Since the merge of file 5.21 in r276415 and r276416, stable/9 and
stable/10 cannot be built from FreeBSD 8.x. This is because the
build-tools stage requires libmagic, b
Author: neel
Date: Tue Jan 13 22:00:47 2015
New Revision: 277149
URL: https://svnweb.freebsd.org/changeset/base/277149
Log:
'struct vm_exception' was intended to be used only as the collateral for the
VM_INJECT_EXCEPTION ioctl. However it morphed into other uses like keeping
track pending ex
Author: jfv
Date: Tue Jan 13 22:13:30 2015
New Revision: 277151
URL: https://svnweb.freebsd.org/changeset/base/277151
Log:
Cleanup some bogus code in the RSS config, and add the include
for the rss option file. And bump the version.
MFC after:1 week
Modified:
head/sys/dev/ixl/if_ix
Author: ganbold
Date: Wed Jan 14 01:23:50 2015
New Revision: 277156
URL: https://svnweb.freebsd.org/changeset/base/277156
Log:
Correct cpu type, it was rather Cortex A12 R0.
Approved by:stas (mentor)
Modified:
head/sys/arm/arm/cpufunc.c
head/sys/arm/arm/identcpu.c
head/sys/arm/in
Author: nwhitehorn
Date: Wed Jan 14 02:18:29 2015
New Revision: 277157
URL: https://svnweb.freebsd.org/changeset/base/277157
Log:
Do not remap Open Firmware mappings covered by the direct map. It's
pointless and wastes resources.
MFC after:1 week
Modified:
head/sys/powerpc/aim/mmu_
Author: jamie
Date: Wed Jan 14 03:52:41 2015
New Revision: 277158
URL: https://svnweb.freebsd.org/changeset/base/277158
Log:
Don't set prison's pr_ip4s or pr_ip6s to -1.
PR: 196474
MFC after:3 days
Modified:
head/sys/kern/kern_jail.c
Modified: head/sys/kern/kern_jail.c
=
Author: jamie
Date: Wed Jan 14 04:50:28 2015
New Revision: 277159
URL: https://svnweb.freebsd.org/changeset/base/277159
Log:
Remove the prison flags PR_IP4_DISABLE and PR_IP6_DISABLE, which have been
write-only for as long as they've existed.
Modified:
head/sys/kern/kern_jail.c
head/sys/s
Author: imp
Date: Wed Jan 14 05:41:28 2015
New Revision: 277162
URL: https://svnweb.freebsd.org/changeset/base/277162
Log:
On x86 force NEW_PCIB, since that's the default. While this option
would be picked up for kernel builds, it isn't picked up for
old-fashioned builds. Without this option
Author: imp
Date: Wed Jan 14 05:41:33 2015
New Revision: 277164
URL: https://svnweb.freebsd.org/changeset/base/277164
Log:
Various interrelated fixes to make suspend / resume work better. We now
can suspend / resume and unload / load cbb and cardbus without errors
on my Lenovo T400, which wa
Author: imp
Date: Wed Jan 14 05:41:31 2015
New Revision: 277163
URL: https://svnweb.freebsd.org/changeset/base/277163
Log:
Add a rather obnoxious warning if you don't have NEW_PCIB defined
since it's a total crap shoot if things will work.
Modified:
head/sys/dev/cardbus/cardbus.c
Modified:
Author: hselasky
Date: Wed Jan 14 06:46:25 2015
New Revision: 277165
URL: https://svnweb.freebsd.org/changeset/base/277165
Log:
Fix spelling.
Modified:
head/lib/libusb/libusb.3
Modified: head/lib/libusb/libusb.3
==
-
Author: jhibbits
Date: Wed Jan 14 07:02:21 2015
New Revision: 277167
URL: https://svnweb.freebsd.org/changeset/base/277167
Log:
Make use of the new Altivec ptrace support, to save the Altivec registers in
gcore.
MFC after:2 weeks
Relnotes: yes
Modified:
head/usr.bin/gcore/elf
Author: jhibbits
Date: Wed Jan 14 07:01:21 2015
New Revision: 277166
URL: https://svnweb.freebsd.org/changeset/base/277166
Log:
Add Altivec/VMX register support to ptrace.
MFC after:2 weeks
Relnotes: yes
Added:
head/sys/powerpc/powerpc/ptrace_machdep.c (contents, props change
Author: neel
Date: Wed Jan 14 07:18:51 2015
New Revision: 277168
URL: https://svnweb.freebsd.org/changeset/base/277168
Log:
Fix typo (missing comma).
MFC after:3 days
Modified:
head/sys/amd64/vmm/vmm_ioport.c
Modified: head/sys/amd64/vmm/vmm_ioport.c
33 matches
Mail list logo