Re: svn commit: r277199 - in head/sys: fs/devfs kern

2015-01-16 Thread Konstantin Belousov
On Thu, Jan 15, 2015 at 01:14:39PM +0100, Hans Petter Selasky wrote: On 01/15/15 12:51, Konstantin Belousov wrote: On Thu, Jan 15, 2015 at 11:49:09AM +0100, Hans Petter Selasky wrote: I see no leakage in that case either! Because these cases come through destroy_dev(). Are there

Re: svn commit: r277199 - in head/sys: fs/devfs kern

2015-01-16 Thread Hans Petter Selasky
Hi Konstantin, On 01/16/15 09:03, Konstantin Belousov wrote: On Thu, Jan 15, 2015 at 01:14:39PM +0100, Hans Petter Selasky wrote: On 01/15/15 12:51, Konstantin Belousov wrote: On Thu, Jan 15, 2015 at 11:49:09AM +0100, Hans Petter Selasky wrote: I see no leakage in that case either! Because

svn commit: r277237 - head/lib/libpam/modules/pam_radius

2015-01-16 Thread Dag-Erling Smørgrav
Author: des Date: Fri Jan 16 09:07:31 2015 New Revision: 277237 URL: https://svnweb.freebsd.org/changeset/base/277237 Log: If PAM_RHOST is non-NULL, pass it in the Calling-Station-ID attribute of the RADIUS access request. MFC after:1 week Modified:

svn commit: r277238 - in head: share/man/man4 sys/net

2015-01-16 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Jan 16 10:09:28 2015 New Revision: 277238 URL: https://svnweb.freebsd.org/changeset/base/277238 Log: Eliminate SIOCGIFADDR handling in bpf. Quoting 19 years bpf.4 manual from bpf-1.2a1: (SIOCGIFADDR is obsolete under BSD systems. SIOCGIFCONF should be

Re: svn commit: r255323 - in head/sys: amd64/conf i386/conf

2015-01-16 Thread Dag-Erling Smørgrav
Alexey Dokuchaev da...@freebsd.org writes: Edward, Andrey, since you two seem to have some working code already, maybe you can work together to push out something that can be committed? :) r241053 | ae | 2012-09-29

svn commit: r277239 - head/cddl/contrib/opensolaris/lib/libzfs/common

2015-01-16 Thread Steven Hartland
Author: smh Date: Fri Jan 16 10:44:39 2015 New Revision: 277239 URL: https://svnweb.freebsd.org/changeset/base/277239 Log: Eliminate illumos whole disk special case when searching for a ZFS vdev This special case prevented locating vdevs which start with c[0-9] e.g.

svn commit: r277240 - head/sys/netpfil/ipfw

2015-01-16 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Jan 16 10:49:27 2015 New Revision: 277240 URL: https://svnweb.freebsd.org/changeset/base/277240 Log: Use ipfw runtime lock only when real modification is required. Modified: head/sys/netpfil/ipfw/ip_fw_nat.c Modified: head/sys/netpfil/ipfw/ip_fw_nat.c

svn commit: r277241 - head/sbin/route

2015-01-16 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Jan 16 11:17:30 2015 New Revision: 277241 URL: https://svnweb.freebsd.org/changeset/base/277241 Log: Eliminate incorrect IPv6 mask guessing: RFC 2374 concept of 'IPv6 Aggregatable Global Unicast Address Format' was deprecated by RFC 3587 12 years ago. Before:

svn commit: r277245 - head/lib/libusb

2015-01-16 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 16 12:11:01 2015 New Revision: 277245 URL: https://svnweb.freebsd.org/changeset/base/277245 Log: Add more USB request definitions. The values are described in section 9.4.11 and 9.4.12 of the Universal Serial Bus 3.0 Specification Submitted by: Dmitry

svn commit: r277246 - in head/sys/dev/usb: . serial

2015-01-16 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 16 12:16:21 2015 New Revision: 277246 URL: https://svnweb.freebsd.org/changeset/base/277246 Log: Add more USB device IDs. Submitted by: max.n.boya...@gmail.com PR: 196362 MFC after:1 week Modified: head/sys/dev/usb/serial/u3g.c

Re: svn commit: r275422 - in head/sys: amd64/conf i386/conf pc98/conf powerpc/conf sparc64/conf

2015-01-16 Thread Jia-Shiun Li
On Wed, Dec 3, 2014 at 3:55 AM, George V. Neville-Neil g...@freebsd.org wrote: Author: gnn Date: Tue Dec 2 19:55:43 2014 New Revision: 275422 URL: https://svnweb.freebsd.org/changeset/base/275422 Log: This configuration file removes several debugging options, including WITNESS and

svn commit: r277247 - head/sys/cam/ctl

2015-01-16 Thread Alexander Motin
Author: mav Date: Fri Jan 16 12:35:55 2015 New Revision: 277247 URL: https://svnweb.freebsd.org/changeset/base/277247 Log: Don't count status as sent until CTIO completes successfully. If we aggregated status sending with data move and got error, allow status to be updated and resent

Re: svn commit: r277215 - in head/sys: amd64/include boot/common boot/fdt boot/forth boot/i386/libi386 boot/i386/loader i386/include x86/xen

2015-01-16 Thread Roger Pau Monné
El 16/01/15 a les 0.03, Ian Lepore ha escrit: On Thu, 2015-01-15 at 16:27 +, Roger Pau Monné wrote: Author: royger Date: Thu Jan 15 16:27:20 2015 New Revision: 277215 URL: https://svnweb.freebsd.org/changeset/base/277215 Log: loader: implement multiboot support for Xen Dom0 [...]

svn commit: r277249 - head/contrib/elftoolchain/libelf

2015-01-16 Thread Ed Maste
Author: emaste Date: Fri Jan 16 15:16:19 2015 New Revision: 277249 URL: https://svnweb.freebsd.org/changeset/base/277249 Log: Verify that section header offset is not past EOF MFC After:1 week Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r255323 - in head/sys: amd64/conf i386/conf

2015-01-16 Thread Alexey Dokuchaev
On Fri, Jan 16, 2015 at 11:11:14AM +0100, Dag-Erling Smorgrav wrote: Alexey Dokuchaev da...@freebsd.org writes: Edward, Andrey, since you two seem to have some working code already, maybe you can work together to push out something that can be committed? :)

svn commit: r277254 - head/sys/powerpc/conf

2015-01-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Jan 16 17:41:21 2015 New Revision: 277254 URL: https://svnweb.freebsd.org/changeset/base/277254 Log: Make netbooting work again by disabling BOOTP_NFSV3. Investigate why this causes bad RPC errors later. Modified: head/sys/powerpc/conf/MPC85XX Modified:

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-16 Thread Warner Losh
On Jan 15, 2015, at 6:23 AM, Slawa Olhovchenkov s...@zxy.spb.ru wrote: On Thu, Jan 15, 2015 at 12:42:07AM +, Warner Losh wrote: Author: imp Date: Thu Jan 15 00:42:06 2015 New Revision: 277204 URL: https://svnweb.freebsd.org/changeset/base/277204 Log: New MINIMAL kernel config.

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-16 Thread Warner Losh
On Jan 15, 2015, at 6:44 AM, Alexey Dokuchaev da...@freebsd.org wrote: On Thu, Jan 15, 2015 at 04:23:03PM +0300, Slawa Olhovchenkov wrote: On Thu, Jan 15, 2015 at 12:42:07AM +, Warner Losh wrote: New Revision: 277204 URL: https://svnweb.freebsd.org/changeset/base/277204 Log: New

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-16 Thread Warner Losh
On Jan 15, 2015, at 9:20 AM, Alexey Dokuchaev da...@freebsd.org wrote: On Thu, Jan 15, 2015 at 10:51:55AM -0500, John Baldwin wrote: [...] +# Pseudo devices. +device loop# Network loopback +device random # Entropy device

svn commit: r277255 - head/sys/vm

2015-01-16 Thread Alan Cox
Author: alc Date: Fri Jan 16 18:17:09 2015 New Revision: 277255 URL: https://svnweb.freebsd.org/changeset/base/277255 Log: Revamp the default page clustering strategy that is used by the page fault handler. For roughly twenty years, the page fault handler has used the same basic strategy:

svn commit: r277256 - head/usr.sbin/ofwdump

2015-01-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Jan 16 18:42:49 2015 New Revision: 277256 URL: https://svnweb.freebsd.org/changeset/base/277256 Log: Instead of iterating through all properties looking for a match, if asked for a specific property, look it up directly. MFC after:1 week Modified:

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-16 Thread Adrian Chadd
On 16 January 2015 at 09:57, Warner Losh i...@bsdimp.com wrote: On Jan 15, 2015, at 6:23 AM, Slawa Olhovchenkov s...@zxy.spb.ru wrote: On Thu, Jan 15, 2015 at 12:42:07AM +, Warner Losh wrote: Author: imp Date: Thu Jan 15 00:42:06 2015 New Revision: 277204 URL:

svn commit: r277257 - head/sys/dev/ofw

2015-01-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Jan 16 18:47:20 2015 New Revision: 277257 URL: https://svnweb.freebsd.org/changeset/base/277257 Log: Add two fake properties (fdtbootcpu and fdtmemreserv) to the device tree's /chosen node to provide out-of-band header fields of the FDT. This emulation is not

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-16 Thread Warner Losh
On Jan 16, 2015, at 11:43 AM, Adrian Chadd adr...@freebsd.org wrote: On 16 January 2015 at 09:57, Warner Losh i...@bsdimp.com wrote: On Jan 15, 2015, at 6:23 AM, Slawa Olhovchenkov s...@zxy.spb.ru wrote: On Thu, Jan 15, 2015 at 12:42:07AM +, Warner Losh wrote: Author: imp Date:

svn commit: r277258 - head/usr.sbin/ngctl

2015-01-16 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 16 18:51:26 2015 New Revision: 277258 URL: https://svnweb.freebsd.org/changeset/base/277258 Log: Plug mutex leak. MFC after:1 week Sponsored by: Nginx, Inc. Modified: head/usr.sbin/ngctl/main.c Modified: head/usr.sbin/ngctl/main.c

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-16 Thread Adrian Chadd
On 16 January 2015 at 10:48, Warner Losh i...@bsdimp.com wrote: Options aren’t supposed to change KBI. Some do, and that’s unfortunate. Yup, and at least for net80211 I'm going to try really hard to fix that. But don’t turn this into a rant on how sub-optimal the opt_.h intersect with

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-16 Thread Warner Losh
On Jan 16, 2015, at 11:52 AM, Adrian Chadd adr...@freebsd.org wrote: On 16 January 2015 at 10:48, Warner Losh i...@bsdimp.com wrote: Options aren’t supposed to change KBI. Some do, and that’s unfortunate. Yup, and at least for net80211 I'm going to try really hard to fix that. But

svn commit: r277259 - head/usr.sbin/crunch/crunchide

2015-01-16 Thread Ed Maste
Author: emaste Date: Fri Jan 16 18:59:15 2015 New Revision: 277259 URL: https://svnweb.freebsd.org/changeset/base/277259 Log: crunchide: Correct 64-bit section header offset For 64-bit binaries the Elf_Ehdr e_shoff is at offset 40, not 44. Instead of using an incorrect hardcoded offset,

svn commit: r277262 - head/sys/dev/ixl

2015-01-16 Thread Jack F Vogel
Author: jfv Date: Fri Jan 16 19:11:58 2015 New Revision: 277262 URL: https://svnweb.freebsd.org/changeset/base/277262 Log: Some RSS issues discovered by Adrian, missing header, variable names fat fingered, incorrect hash config setup. Thanks :) MFC after: 1 week Modified:

Re: svn commit: r276076 - in stable/10/sys: amd64/amd64 i386/i386 i386/include i386/xen pc98/pc98 x86/x86

2015-01-16 Thread Mike Tancsa
Hi, I noticed while building a new ALIX_DSK kernel image for my i386 PCEngines alix box, the commit below no longer allows a kernel to be built without cpu I686_CPU as a kernel option. Is this a known side effect ? The default kernel def in /usr/src/tools/tools/nanobsd/pcengines/ALIX_DSK

svn commit: r277265 - head/sys/arm/xilinx

2015-01-16 Thread Ian Lepore
Author: ian Date: Fri Jan 16 19:49:10 2015 New Revision: 277265 URL: https://svnweb.freebsd.org/changeset/base/277265 Log: Enable the snoop control unit during MP startup, rather than relying on the bootloader to have done so. Submitted by: Thomas Skibo thomassk...@sbcglobal.net

svn commit: r277266 - in vendor-crypto/openssl/dist: . crypto crypto/ecdsa crypto/x509v3 util

2015-01-16 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 16 19:52:36 2015 New Revision: 277266 URL: https://svnweb.freebsd.org/changeset/base/277266 Log: Import OpenSSL 1.0.1l. Modified: vendor-crypto/openssl/dist/CHANGES vendor-crypto/openssl/dist/FREEBSD-upgrade vendor-crypto/openssl/dist/Makefile

svn commit: r277267 - vendor-crypto/openssl/1.0.1l

2015-01-16 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 16 19:54:18 2015 New Revision: 277267 URL: https://svnweb.freebsd.org/changeset/base/277267 Log: Tag OpenSSL 1.0.1l. Added: vendor-crypto/openssl/1.0.1l/ - copied from r277266, vendor-crypto/openssl/dist/ ___

svn commit: r277268 - in vendor-crypto/openssl/dist-0.9.8: . crypto crypto/ecdsa crypto/rand

2015-01-16 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 16 19:55:55 2015 New Revision: 277268 URL: https://svnweb.freebsd.org/changeset/base/277268 Log: Import OpenSSL 0.9.8ze. Modified: vendor-crypto/openssl/dist-0.9.8/CHANGES vendor-crypto/openssl/dist-0.9.8/FREEBSD-upgrade

svn commit: r277269 - vendor-crypto/openssl/0.9.8ze

2015-01-16 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 16 19:57:01 2015 New Revision: 277269 URL: https://svnweb.freebsd.org/changeset/base/277269 Log: Tag OpenSSL 0.9.8ze. Added: vendor-crypto/openssl/0.9.8ze/ - copied from r277268, vendor-crypto/openssl/dist-0.9.8/ ___

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-16 Thread Slawa Olhovchenkov
On Fri, Jan 16, 2015 at 10:57:54AM -0700, Warner Losh wrote: On Jan 15, 2015, at 6:23 AM, Slawa Olhovchenkov s...@zxy.spb.ru wrote: On Thu, Jan 15, 2015 at 12:42:07AM +, Warner Losh wrote: Author: imp Date: Thu Jan 15 00:42:06 2015 New Revision: 277204 URL:

svn commit: r277270 - in head: crypto/openssl crypto/openssl/crypto crypto/openssl/crypto/ecdsa crypto/openssl/crypto/x509v3 crypto/openssl/util secure/lib/libcrypto secure/lib/libcrypto/man secure...

2015-01-16 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 16 21:03:23 2015 New Revision: 277270 URL: https://svnweb.freebsd.org/changeset/base/277270 Log: Merge OpenSSL 1.0.1l. MFC after:1 week Relnotes: yes Modified: head/crypto/openssl/CHANGES head/crypto/openssl/Makefile head/crypto/openssl/NEWS

svn commit: r277271 - head/release/doc/en_US.ISO8859-1/relnotes

2015-01-16 Thread Glen Barber
Author: gjb Date: Fri Jan 16 21:08:04 2015 New Revision: 277271 URL: https://svnweb.freebsd.org/changeset/base/277271 Log: Document r277270, OpenSSL update to 1.0.1l. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified:

svn commit: r277272 - head/contrib/ofed/management/opensm/osmtest

2015-01-16 Thread Garrett Cooper
Author: ngie Date: Fri Jan 16 21:12:36 2015 New Revision: 277272 URL: https://svnweb.freebsd.org/changeset/base/277272 Log: Don't call abort on usage errors; print out the usage message instead PR: 196793 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r277273 - in head: bin/csh etc/mail gnu/usr.bin/grep kerberos5/lib/libasn1 kerberos5/lib/libgssapi_spnego kerberos5/lib/libhdb kerberos5/lib/libhx509 lib/libc lib/libexpat lib/libunboun...

2015-01-16 Thread Will Andrews
Author: will Date: Fri Jan 16 21:39:08 2015 New Revision: 277273 URL: https://svnweb.freebsd.org/changeset/base/277273 Log: Add a ${CP} alias for copying files in the build. Some users build FreeBSD as non-root in Perforce workspaces. By default, Perforce sets files read-only unless

svn commit: r277274 - head/secure/lib/libcrypto

2015-01-16 Thread Jung-uk Kim
Author: jkim Date: Fri Jan 16 22:11:02 2015 New Revision: 277274 URL: https://svnweb.freebsd.org/changeset/base/277274 Log: Update buildinf.h to make SSLeay_version(3) little bit more useful. MFC after:1 week Modified: head/secure/lib/libcrypto/Makefile Modified:

svn commit: r277275 - head/sys/dev/ath/ath_hal

2015-01-16 Thread Adrian Chadd
Author: adrian Date: Fri Jan 16 23:47:42 2015 New Revision: 277275 URL: https://svnweb.freebsd.org/changeset/base/277275 Log: Add bluetooth MCI coexistence HAL methods - used for AR9462 and AR9565 NICs. It's found, amongst other things, in the Acer Chromebook (Intel) devices.

svn commit: r277276 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-01-16 Thread Adrian Chadd
Author: adrian Date: Fri Jan 16 23:48:28 2015 New Revision: 277276 URL: https://svnweb.freebsd.org/changeset/base/277276 Log: Tie in the MCI bluetooth coexistence functions into the HAL. Tested: * AR9462 (WB222) Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c

svn commit: r277277 - head/sys/dev/ath

2015-01-16 Thread Adrian Chadd
Author: adrian Date: Sat Jan 17 00:02:18 2015 New Revision: 277277 URL: https://svnweb.freebsd.org/changeset/base/277277 Log: Until there's a full MCI implementation - just implement a placeholder MCI bluetooth coexistence method for WB222. The rest of MCI requires a bunch more work,

Re: svn commit: r255323 - in head/sys: amd64/conf i386/conf

2015-01-16 Thread Warner Losh
On Jan 15, 2015, at 7:27 AM, Alexey Dokuchaev da...@freebsd.org wrote: On Sun, Sep 08, 2013 at 01:02:44AM +0400, Slawa Olhovchenkov wrote: On Sat, Sep 07, 2013 at 10:48:48PM +0200, Edward Tomasz Napiera?a wrote: I'll be happy if someone does this right now, by populating a

svn commit: r277278 - head/contrib/netbsd-tests/lib/libpthread

2015-01-16 Thread Garrett Cooper
Author: ngie Date: Sat Jan 17 00:58:24 2015 New Revision: 277278 URL: https://svnweb.freebsd.org/changeset/base/277278 Log: Fix lib/libthr/tests/detach_test - Eliminate race with liberal use of sleep(3) [1] - Fix NetBSD-specific implementation way of testing result from pthread_cancel

svn commit: r277279 - stable/10/sys/kern

2015-01-16 Thread Jamie Gritton
Author: jamie Date: Sat Jan 17 01:16:03 2015 New Revision: 277279 URL: https://svnweb.freebsd.org/changeset/base/277279 Log: MFC r277158: Don't set prison's pr_ip4s or pr_ip6s to -1. PR: 196474 Modified: stable/10/sys/kern/kern_jail.c Directory Properties: stable/10/

svn commit: r277280 - stable/9/sys/kern

2015-01-16 Thread Jamie Gritton
Author: jamie Date: Sat Jan 17 01:16:24 2015 New Revision: 277280 URL: https://svnweb.freebsd.org/changeset/base/277280 Log: MFC r277158: Don't set prison's pr_ip4s or pr_ip6s to -1. PR: 196474 Modified: stable/9/sys/kern/kern_jail.c Directory Properties:

svn commit: r277281 - stable/10/contrib/tcp_wrappers

2015-01-16 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 17 01:20:28 2015 New Revision: 277281 URL: https://svnweb.freebsd.org/changeset/base/277281 Log: MFC r272947, r272950: tcpd: complete function prototypes. tcpd.h: add prototype for hosts_ctl This clears up at least a build issues on mysql-server ports.

svn commit: r277282 - stable/9/contrib/tcp_wrappers

2015-01-16 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 17 01:21:30 2015 New Revision: 277282 URL: https://svnweb.freebsd.org/changeset/base/277282 Log: MFC r272947, r272950: tcpd: complete function prototypes. tcpd.h: add prototype for hosts_ctl This clears up at least a build issues on mysql-server ports.

svn commit: r277285 - head/sys/x86/isa

2015-01-16 Thread Warner Losh
Author: imp Date: Sat Jan 17 02:17:59 2015 New Revision: 277285 URL: https://svnweb.freebsd.org/changeset/base/277285 Log: Need to include opt_mca.h to test for DEV_MCA. Modified: head/sys/x86/isa/atpic.c Modified: head/sys/x86/isa/atpic.c

svn commit: r277284 - head/sys/conf

2015-01-16 Thread Warner Losh
Author: imp Date: Sat Jan 17 02:17:57 2015 New Revision: 277284 URL: https://svnweb.freebsd.org/changeset/base/277284 Log: Move DEV_ entries scattered to their common section. Add DEV_PCI. Modified: head/sys/conf/options Modified: head/sys/conf/options

svn commit: r277283 - head/sys/modules

2015-01-16 Thread Warner Losh
Author: imp Date: Sat Jan 17 02:17:55 2015 New Revision: 277283 URL: https://svnweb.freebsd.org/changeset/base/277283 Log: The sn driver isn't UCODE sourceless. While it is true there's an binary FPGA image that's in an include file in this directory, that include file isn't actually used.

svn commit: r277286 - stable/9/sys/kern

2015-01-16 Thread Dmitry Chagin
Author: dchagin Date: Sat Jan 17 06:17:54 2015 New Revision: 277286 URL: https://svnweb.freebsd.org/changeset/base/277286 Log: MFC r276906: Allow clock_getcpuclockid() on the CPU-time clock for zombie process. Posix does not prohibit this. Modified: stable/9/sys/kern/kern_time.c

svn commit: r277287 - stable/10/sys/kern

2015-01-16 Thread Dmitry Chagin
Author: dchagin Date: Sat Jan 17 06:18:45 2015 New Revision: 277287 URL: https://svnweb.freebsd.org/changeset/base/277287 Log: MFC r276906: Allow clock_getcpuclockid() on the CPU-time clock for zombie process. Posix does not prohibit this. Modified: stable/10/sys/kern/kern_time.c

svn commit: r277288 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-01-16 Thread Adrian Chadd
Author: adrian Date: Sat Jan 17 06:43:30 2015 New Revision: 277288 URL: https://svnweb.freebsd.org/changeset/base/277288 Log: Override the bt enable/disable methods for AR9462 (jupiter) and AR9565 (Aphrodite.) These need to use the MCI routines, not the legacy 2-wire / 3-wire bluetooth

svn commit: r277289 - head/sys/dev/ofw

2015-01-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jan 17 07:01:51 2015 New Revision: 277289 URL: https://svnweb.freebsd.org/changeset/base/277289 Log: Return an appropriate error code in the case of a missing property rather than random numbers. MFC after:1 week Modified: head/sys/dev/ofw/ofw_fdt.c

svn commit: r277290 - head/sys/dev/ath/ath_hal/ar5416

2015-01-16 Thread Adrian Chadd
Author: adrian Date: Sat Jan 17 07:33:02 2015 New Revision: 277290 URL: https://svnweb.freebsd.org/changeset/base/277290 Log: Oops; correctly reload the CCA registers with the uncapped value in prep for the next NF calibration pass. Totally missing braces. Damn you C. Submitted by: