Author: trasz
Date: Sat Feb 28 12:02:32 2015
New Revision: 279392
URL: https://svnweb.freebsd.org/changeset/base/279392
Log:
Move the "offload" clause from the target section to portal-group
section; it makes more sense there.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
On Saturday, February 28, 2015 12:38:00 PM Bruce Evans wrote:
> On Fri, 27 Feb 2015, Ian Lepore wrote:
> > ::sigh:: As usual, thousands of words, maybe there's actionable info in
> >
> > there, but I sure don't have time to ferret it out.
> >
> > If there's something simple you'd like me to do,
On Friday, February 27, 2015 10:22:06 PM David E. O'Brien wrote:
> Author: obrien
> Date: Fri Feb 27 22:22:05 2015
> New Revision: 279381
> URL: https://svnweb.freebsd.org/changeset/base/279381
>
> Log:
> Use sys/boot/userboot/libstand/ and not /usr/lib/libstand.a.
>
> Modified:
> head/sys/bo
Author: ngie
Date: Sat Feb 28 14:57:57 2015
New Revision: 279393
URL: https://svnweb.freebsd.org/changeset/base/279393
Log:
Pad RX copy alignment calculation to avoid illegal memory accesses
The optimization made in r239940 is valid for struct mbuf's current structure
and size in FreeBSD,
On Feb 28, 2015, at 6:57, Garrett Cooper wrote:
> Author: ngie
> Date: Sat Feb 28 14:57:57 2015
> New Revision: 279393
> URL: https://svnweb.freebsd.org/changeset/base/279393
>
> Log:
> Pad RX copy alignment calculation to avoid illegal memory accesses
>
> The optimization made in r239940 is
Ian,
On Fri, 27 Feb 2015, Ian Lepore wrote:
> Author: ian
> Date: Fri Feb 27 16:28:55 2015
> New Revision: 279361
> URL: https://svnweb.freebsd.org/changeset/base/279361
>
> Log:
> Allow the kern.osrelease and kern.osreldate sysctl values to be set in a
> jail's creation parameters. This al
Author: royger
Date: Sat Feb 28 15:21:06 2015
New Revision: 279394
URL: https://svnweb.freebsd.org/changeset/base/279394
Log:
netback: disable GSO
The current GSO implementation in netback is broken and causes errors on the
guest tx path. While this is fixed disable GSO in order to have a
On Sat, 2015-02-28 at 18:03 +0300, Dmitry Morozovsky wrote:
> Ian,
>
> On Fri, 27 Feb 2015, Ian Lepore wrote:
>
> > Author: ian
> > Date: Fri Feb 27 16:28:55 2015
> > New Revision: 279361
> > URL: https://svnweb.freebsd.org/changeset/base/279361
> >
> > Log:
> > Allow the kern.osrelease and ke
On Sat, 28 Feb 2015, Ian Lepore wrote:
> > Thanks, very useful feature. Just one question: no MFC planned?
> >
> > [diff snipped]
>
> I will definitely mfc (we need this on 10-stable at $work), but I hate
> being spammed and/or nagged by robots so I don't use MFC: tags.
X-MFC-in: $period
woul
Author: ian
Date: Sat Feb 28 17:32:31 2015
New Revision: 279395
URL: https://svnweb.freebsd.org/changeset/base/279395
Log:
Export the new osreldate and osrelease jail parms in jail_get(2).
Modified:
head/sys/kern/kern_jail.c
Modified: head/sys/kern/kern_jail.c
===
On Fri, 2015-02-27 at 17:41 -0800, Garrett Cooper wrote:
> > On Feb 27, 2015, at 08:28, Ian Lepore wrote:
> >
> > Author: ian
> > Date: Fri Feb 27 16:28:55 2015
> > New Revision: 279361
> > URL: https://svnweb.freebsd.org/changeset/base/279361
>
> This change broke the pgrep/pkill tests because
Author: ian
Date: Sat Feb 28 17:44:31 2015
New Revision: 279396
URL: https://svnweb.freebsd.org/changeset/base/279396
Log:
Format the line properly (wrap before column 80).
Modified:
head/sys/kern/kern_jail.c
Modified: head/sys/kern/kern_jail.c
===
Author: jilles
Date: Sat Feb 28 18:22:10 2015
New Revision: 279397
URL: https://svnweb.freebsd.org/changeset/base/279397
Log:
nice(): Put back old return value, keeping [EPERM] error.
Commit r279154 changed the API and ABI significantly, and {NZERO} is still
wrong.
Also, preserve err
Author: arybchik
Date: Sat Feb 28 19:01:43 2015
New Revision: 279398
URL: https://svnweb.freebsd.org/changeset/base/279398
Log:
sfxge: compile out LRO if kernel is compiled without IPv4 and IPv6
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head
Author: loos
Date: Sat Feb 28 19:02:44 2015
New Revision: 279399
URL: https://svnweb.freebsd.org/changeset/base/279399
Log:
Add a driver for the Maxim DS3231 a low-cost, extremely accurate (+-2PPM)
I2C real-time clock (RTC).
The DS3231 has an integrated temperature-compensated crystal osc
Author: alc
Date: Sat Feb 28 19:11:37 2015
New Revision: 279400
URL: https://svnweb.freebsd.org/changeset/base/279400
Log:
Eliminate a variable that became unused when VFS_LOCK_GIANT() was
eliminated.
MFC after:3 days
Modified:
head/sys/vm/vm_mmap.c
Modified: head/sys/vm/vm_mmap.c
Author: kib
Date: Sat Feb 28 19:57:22 2015
New Revision: 279401
URL: https://svnweb.freebsd.org/changeset/base/279401
Log:
Some fixes for fdescfs lookup code.
Do not ever return doomed vnode from lookup. This could happen, if
not checked, since dvp is relocked in the 'looking up ourselve
Author: loos
Date: Sat Feb 28 20:02:41 2015
New Revision: 279402
URL: https://svnweb.freebsd.org/changeset/base/279402
Log:
Rename and move gpiobus_alloc_ivars() and gpiobus_free_ivars() so they can
be used on non FDT systems.
This prevents access to uninitialized memory on drivers that t
Author: kan
Date: Sat Feb 28 20:30:25 2015
New Revision: 279404
URL: https://svnweb.freebsd.org/changeset/base/279404
Log:
Avoid lookup of CODESET aliases using uninitialized path
We do not use iconv.alias file, so avoid using the vestiges
of the code that do.
Differential Revision:
Author: kan
Date: Sat Feb 28 20:30:29 2015
New Revision: 279405
URL: https://svnweb.freebsd.org/changeset/base/279405
Log:
Avoid closing unallocated socket in case socreate fails.
Found by: Brainy Code Scanner
Reported by: Maxime Villard
MFC after: 2 weeks
Modified:
head/sys/nfs/krp
Author: kib
Date: Sat Feb 28 20:37:38 2015
New Revision: 279406
URL: https://svnweb.freebsd.org/changeset/base/279406
Log:
Supposed fix for some SandyBridge mobile CPUs hang on AP startup when
x2APIC mode is detected and enabled. Current theory is that switching
the APIC mode while an IPI i
Author: loos
Date: Sat Feb 28 21:01:01 2015
New Revision: 279408
URL: https://svnweb.freebsd.org/changeset/base/279408
Log:
Add ofw_gpiobus_parse_gpios(), a new public function, to parse the gpios
property for devices that doesn't descend directly from gpiobus.
The parser supports multipl
On Sat, Feb 28, 2015 at 2:01 PM, Andrew Rybchenko wrote:
> +#if defined(INET) || defined(INET6)
> +#error LRO
> +#defineSFXGE_LRO 1
> +#endif
Pretty sure you didn't mean the leave the #error in here
___
svn-src-head@freebsd.org mailing lis
Author: rstone
Date: Sat Feb 28 21:49:59 2015
New Revision: 279410
URL: https://svnweb.freebsd.org/changeset/base/279410
Log:
Correct the use of an unitialized variable in sendfind_getobj()
When sendfile_getobj() is called on a DTYPE_SHM file, it never
initializes error, which is eventual
Author: ngie
Date: Sat Feb 28 21:50:04 2015
New Revision: 279411
URL: https://svnweb.freebsd.org/changeset/base/279411
Log:
Unbreak 'make depend' with sfxge by removing debugging code activated in the
INET || INET6 case
X-MFC with: r279398
Pointyhat to: arybchik
Modified:
head/sys/de
On Feb 28, 2015, at 13:48, Ryan Stone wrote:
> On Sat, Feb 28, 2015 at 2:01 PM, Andrew Rybchenko
> wrote:
>> +#if defined(INET) || defined(INET6)
>> +#error LRO
>> +#defineSFXGE_LRO 1
>> +#endif
>
> Pretty sure you didn't mean the leave the #error in here
Fixed in r279411.
sig
Thanks for promptly finding/fixing this!
For the record, the CPU I have in this zenbook:
CPU: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (1596.41-MHz K8-class CPU)
On 28 February 2015 at 12:37, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Feb 28 20:37:38 2015
> New Revision: 279406
> UR
Author: kan
Date: Sat Feb 28 22:24:45 2015
New Revision: 279412
URL: https://svnweb.freebsd.org/changeset/base/279412
Log:
Do not leak 'copy' buffer if bmap_truncate_indirect fails.
Reported by: Brainy Code Scanner, by Maxime Villard.
MFC after: 2 weeks
Modified:
head/sys/fs/nandfs/bma
Author: rstone
Date: Sat Feb 28 22:37:48 2015
New Revision: 279413
URL: https://svnweb.freebsd.org/changeset/base/279413
Log:
Add a missing include of an options header.
watchdog.c does an #ifdef DDB but does not #include "opt_ddb.h".
Fixing this turned up a missing include file.
MFC
Author: markj
Date: Sat Feb 28 23:09:01 2015
New Revision: 279414
URL: https://svnweb.freebsd.org/changeset/base/279414
Log:
Stop hard-coding an incorrect path to rm(1).
MFC after:1 week
Modified:
head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/tst.multiprov.ksh
head
Author: markj
Date: Sat Feb 28 23:10:26 2015
New Revision: 279415
URL: https://svnweb.freebsd.org/changeset/base/279415
Log:
Only kill sleep processes that were forked from the test script.
MFC after:1 week
Modified:
head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.ma
Author: markj
Date: Sat Feb 28 23:11:18 2015
New Revision: 279416
URL: https://svnweb.freebsd.org/changeset/base/279416
Log:
Remove a leading tab that causes a make(1) error when running the test.
MFC after:1 week
Modified:
head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pi
Author: markj
Date: Sat Feb 28 23:14:35 2015
New Revision: 279417
URL: https://svnweb.freebsd.org/changeset/base/279417
Log:
Use the -shared option to create a shared library.
MFC after:1 week
Modified:
head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.provregex2.ksh
Author: markj
Date: Sat Feb 28 23:30:06 2015
New Revision: 279418
URL: https://svnweb.freebsd.org/changeset/base/279418
Log:
Add infrastructure to integrate the DTrace test suite with Kyua.
For each test category, we generate a script containing ATF test cases for
the tests under that cat
Author: markj
Date: Sat Feb 28 23:35:29 2015
New Revision: 279419
URL: https://svnweb.freebsd.org/changeset/base/279419
Log:
Remove the old DTrace test suite makefile - it was somewhat primitive and
mostly unmaintained, and it has been superseded by the infrastructure added
in r279418.
Author: adrian
Date: Sat Feb 28 23:59:29 2015
New Revision: 279420
URL: https://svnweb.freebsd.org/changeset/base/279420
Log:
Add another register definition for the AR8327.
Obtained from:OpenWRT
Modified:
head/sys/dev/etherswitch/arswitch/arswitchreg.h
Modified: head/sys/dev/et
Author: rstone
Date: Sun Mar 1 00:01:36 2015
New Revision: 279421
URL: https://svnweb.freebsd.org/changeset/base/279421
Log:
Make libnv headers includable from C++
Differential Revision:https://reviews.freebsd.org/D1868
Reviewed by: jfv, pjd
MFC after:
Author: rstone
Date: Sun Mar 1 00:01:44 2015
New Revision: 279422
URL: https://svnweb.freebsd.org/changeset/base/279422
Log:
Tests of basic nvlist add functions
Differential Revision:https://reviews.freebsd.org/D1869
Reviewed by: jfv, pjd
MFC after:
Author: rstone
Date: Sun Mar 1 00:05:45 2015
New Revision: 279423
URL: https://svnweb.freebsd.org/changeset/base/279423
Log:
Revert r279422. My "apply patch and commit" script wasn't adding
new files properly.
Pointy hat to: rstone
Modified:
head/lib/libnv/tests/Makefile
Modified: h
On Sat, Feb 28, 2015 at 12:38:00PM +1100, Bruce Evans wrote:
> On Fri, 27 Feb 2015, Ian Lepore wrote:
> > ::sigh:: As usual, thousands of words, maybe there's actionable info in
> > there, but I sure don't have time to ferret it out.
> >
> > If there's something simple you'd like me to do, please
Author: rstone
Date: Sun Mar 1 00:21:43 2015
New Revision: 279428
URL: https://svnweb.freebsd.org/changeset/base/279428
Log:
Add tests for nvlist_take_*
Differential Revision:https://reviews.freebsd.org/D1873
Reviewed by: jfv, pjd
MFC after:
Author: rstone
Date: Sun Mar 1 00:21:30 2015
New Revision: 279426
URL: https://svnweb.freebsd.org/changeset/base/279426
Log:
Add tests for nvlist_pack/unpack
Differential Revision:https://reviews.freebsd.org/D1871
Reviewed by: jfv, pjd
MFC after:
Author: rstone
Date: Sun Mar 1 00:21:37 2015
New Revision: 279427
URL: https://svnweb.freebsd.org/changeset/base/279427
Log:
Add test cases for nvlist_move_*
Differential Revision:https://reviews.freebsd.org/D1872
Reviewed by: jfv, pjd
MFC after:
Author: rstone
Date: Sun Mar 1 00:20:57 2015
New Revision: 279424
URL: https://svnweb.freebsd.org/changeset/base/279424
Log:
Tests of basic nvlist add functions
Differential Revision:https://reviews.freebsd.org/D1869
Reviewed by: jfv, pjd
MFC after:
Author: rstone
Date: Sun Mar 1 00:21:56 2015
New Revision: 279430
URL: https://svnweb.freebsd.org/changeset/base/279430
Log:
Add tests for dnv_get_*
Differential Revision:https://reviews.freebsd.org/D1875
Reviewed by: jfv, pjd
MFC after:
Author: rstone
Date: Sun Mar 1 00:21:24 2015
New Revision: 279425
URL: https://svnweb.freebsd.org/changeset/base/279425
Log:
Add tests for nvlist_clone
Differential Revision:https://reviews.freebsd.org/D1870
Reviewed by: pjd, jfv
MFC after:
Author: rstone
Date: Sun Mar 1 00:21:50 2015
New Revision: 279429
URL: https://svnweb.freebsd.org/changeset/base/279429
Log:
Add tests for nvlist_free* functions
Differential Revision:https://reviews.freebsd.org/D1874
Reviewed by: jfv, pjd
MFC after:
Author: rstone
Date: Sun Mar 1 00:22:16 2015
New Revision: 279433
URL: https://svnweb.freebsd.org/changeset/base/279433
Log:
Implement asprintf in libkern
Differential Revision:https://reviews.freebsd.org/D1877
Reviewed by: pjd, jfv
MFC After:
Author: rstone
Date: Sun Mar 1 00:22:09 2015
New Revision: 279432
URL: https://svnweb.freebsd.org/changeset/base/279432
Log:
Extend the unit test to fix the bug caught in r277925
Differential Revision:https://reviews.freebsd.org/D1888
MFC After:1 month
Author: rstone
Date: Sun Mar 1 00:22:03 2015
New Revision: 279431
URL: https://svnweb.freebsd.org/changeset/base/279431
Log:
Add tests for dnvlist_take_*
Differential Revision:https://reviews.freebsd.org/D1876
Reviewed by: jfv, pjd
MFC after:
Author: rstone
Date: Sun Mar 1 00:22:31 2015
New Revision: 279435
URL: https://svnweb.freebsd.org/changeset/base/279435
Log:
Don't allocate memory for operations that do not insert
Almost every operation performed on an nvlist was allocating a
new string to hold the key name. The nvlist
Author: rstone
Date: Sun Mar 1 00:22:45 2015
New Revision: 279437
URL: https://svnweb.freebsd.org/changeset/base/279437
Log:
Allow Illumos code to co-exist with nv(9)
Differential Revision:https://reviews.freebsd.org/D1881
Reviewed by: jfv, will
Suggest
Author: rstone
Date: Sun Mar 1 00:22:23 2015
New Revision: 279434
URL: https://svnweb.freebsd.org/changeset/base/279434
Log:
Add function to force an nvlist into the error state
Add an nvlist_set_error() function that can be used to force an
nvlist into the error state. This is useful b
Author: rstone
Date: Sun Mar 1 00:22:53 2015
New Revision: 279438
URL: https://svnweb.freebsd.org/changeset/base/279438
Log:
Add macros to make code compile in kernel
Make it possible to compile libnv in the kernel. Mostly this
involves wrapping functions that have a different signature
Author: rstone
Date: Sun Mar 1 00:22:38 2015
New Revision: 279436
URL: https://svnweb.freebsd.org/changeset/base/279436
Log:
Prevent creation of an invalid nvlist
If an nvlist is set as a child of another nvlist with
nvlist_move_nvlist then fail the operation and set the parent
nvlist
Author: rstone
Date: Sun Mar 1 00:34:27 2015
New Revision: 279439
URL: https://svnweb.freebsd.org/changeset/base/279439
Log:
Move libnv into the kernel and hook it into the kernel build
Differential Revision:https://reviews.freebsd.org/D1883
Reviewed by:
Author: rstone
Date: Sun Mar 1 00:37:23 2015
New Revision: 279440
URL: https://svnweb.freebsd.org/changeset/base/279440
Log:
Fix build of nv_tests.cc
nv_tests.cc managed to get two copies of several functions due to me
applying a patch in an unclean working tree. My kingdom for an
"sv
Author: rstone
Date: Sun Mar 1 00:39:55 2015
New Revision: 279445
URL: https://svnweb.freebsd.org/changeset/base/279445
Log:
Document pci_iov_attach/detach in pci.9
Differential Revision:https://reviews.freebsd.org/D74
Reviewed by: bcr, wblock, emaste
MFC after:
Author: rstone
Date: Sun Mar 1 00:39:26 2015
New Revision: 279441
URL: https://svnweb.freebsd.org/changeset/base/279441
Log:
Refactor PCI device creation
Refactor creation of PCI devices into helper methods that can be
used by the VF creation code.
Differential Revision:http
Author: rstone
Date: Sun Mar 1 00:39:40 2015
New Revision: 279443
URL: https://svnweb.freebsd.org/changeset/base/279443
Log:
Add some pcib methods to get ARI-related information
Differential Revision:https://reviews.freebsd.org/D72
Reviewed by: jhb
MFC after:
Author: rstone
Date: Sun Mar 1 00:39:48 2015
New Revision: 279444
URL: https://svnweb.freebsd.org/changeset/base/279444
Log:
Allow passthrough devices to be hinted.
Allow the ppt driver to attach to devices that were hinted to be
passthrough devices by the PCI code creating them with a d
Author: rstone
Date: Sun Mar 1 00:39:33 2015
New Revision: 279442
URL: https://svnweb.freebsd.org/changeset/base/279442
Log:
Refactor PCI resource allocation
Refactor PCI resource allocation code to allow a request for a
memory-mapped I/O window that is a multiple of a requested size.
Author: rstone
Date: Sun Mar 1 00:40:01 2015
New Revision: 279446
URL: https://svnweb.freebsd.org/changeset/base/279446
Log:
Add manpages for SR-IOV enable/disable driver interface
Differential Revision:https://reviews.freebsd.org/D75
Reviewed by: wblock
MFC after:
Author: rstone
Date: Sun Mar 1 00:40:26 2015
New Revision: 279449
URL: https://svnweb.freebsd.org/changeset/base/279449
Log:
Allocate PCI I/O memory spaces for VFs
When creating VFs, we must size each SR-IOV BAR on the PF and
allocate a configuous I/O memory window large enough for every
Author: rstone
Date: Sun Mar 1 00:40:09 2015
New Revision: 279447
URL: https://svnweb.freebsd.org/changeset/base/279447
Log:
Implement interface to create SR-IOV Virtual Functions
Implement the interace to create SR-IOV Virtual Functions (VFs).
When a driver registers that they support S
Author: rstone
Date: Sun Mar 1 00:40:42 2015
New Revision: 279451
URL: https://svnweb.freebsd.org/changeset/base/279451
Log:
Add infrastructure for exporting config schema from PF drivers
Differential Revision:https://reviews.freebsd.org/D80
MFC after:1 month
Sponso
Author: rstone
Date: Sun Mar 1 00:40:51 2015
New Revision: 279452
URL: https://svnweb.freebsd.org/changeset/base/279452
Log:
Add function to validate the consistency of SR-IOV config
Add a function that validates that the user-provided SR-IOV
configuration is valid. This includes basic
Author: rstone
Date: Sun Mar 1 00:40:19 2015
New Revision: 279448
URL: https://svnweb.freebsd.org/changeset/base/279448
Log:
Emulate the Device ID and Vendor ID registers for VFs
The SR-IOV standard requires VFs to read all-ones when the VID
and DID registers are read. The VMM (hypervis
Author: rstone
Date: Sun Mar 1 00:40:57 2015
New Revision: 279453
URL: https://svnweb.freebsd.org/changeset/base/279453
Log:
Pass SR-IOV configuration to kernel using an nvlist
Pass all SR-IOV configuration to the kernel using an nvlist. The
main benefit that this offers is flexibility.
Author: rstone
Date: Sun Mar 1 00:40:34 2015
New Revision: 279450
URL: https://svnweb.freebsd.org/changeset/base/279450
Log:
Add interface to destroy SR-IOV VFs
Differential Revision:https://reviews.freebsd.org/D79
Reviewed by: jhb
MFC after:1 month
Spons
Author: rstone
Date: Sun Mar 1 00:41:17 2015
New Revision: 279454
URL: https://svnweb.freebsd.org/changeset/base/279454
Log:
Add main() for iovctl and hook iovctl into build
Differential Revision:https://reviews.freebsd.org/D87
Reviewed by: jhb
MFC after:1
Author: rstone
Date: Sun Mar 1 00:44:15 2015
New Revision: 279455
URL: https://svnweb.freebsd.org/changeset/base/279455
Log:
Revert r279454. The new directory didn't get added to svn properly.
Pointy hat to: rstone
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
Author: rstone
Date: Sun Mar 1 00:52:15 2015
New Revision: 279457
URL: https://svnweb.freebsd.org/changeset/base/279457
Log:
Add a manpage for iovctl(8)
Differential Revision:https://reviews.freebsd.org/D83
Reviewed by: wblock
MFC after:1 month
Sponsored
Author: rstone
Date: Sun Mar 1 00:52:28 2015
New Revision: 279459
URL: https://svnweb.freebsd.org/changeset/base/279459
Log:
Add iovctl functions for validating config
Add an function to iovctl that validates the configuration against
a schema. This function is able to assume that the p
Author: rstone
Date: Sun Mar 1 00:52:21 2015
New Revision: 279458
URL: https://svnweb.freebsd.org/changeset/base/279458
Log:
Add manpage documenting iovctl config file format.
Differential Revision:https://reviews.freebsd.org/D84
Reviewed by: emaste, bcr, wblock
MFC af
Author: rstone
Date: Sun Mar 1 00:52:41 2015
New Revision: 279461
URL: https://svnweb.freebsd.org/changeset/base/279461
Log:
Add main() for iovctl and hook iovctl into build
Differential Revision:https://reviews.freebsd.org/D87
Reviewed by: jhb
MFC after:1
Author: rstone
Date: Sun Mar 1 00:52:34 2015
New Revision: 279460
URL: https://svnweb.freebsd.org/changeset/base/279460
Log:
Add functions for parsing the iovctl config file
Add two functions for parsing the iovctl config file. The config
file is parsed using libucl[1], which accepts mo
Author: rstone
Date: Sun Mar 1 00:58:23 2015
New Revision: 279463
URL: https://svnweb.freebsd.org/changeset/base/279463
Log:
Add an rc.d script to invoke iovctl(8) during boot
Differential Revision:https://reviews.freebsd.org/D88
Reviewed by: wblock, emas
Author: rstone
Date: Sun Mar 1 00:59:21 2015
New Revision: 279464
URL: https://svnweb.freebsd.org/changeset/base/279464
Log:
Document the interface for defining a configuration schema
Differential Revision:https://reviews.freebsd.org/D89
Reviewed by: wblock, emaste, alla
Author: rstone
Date: Sun Mar 1 00:59:35 2015
New Revision: 279466
URL: https://svnweb.freebsd.org/changeset/base/279466
Log:
Teach pciconf how to dump out SR-IOV capability
Differential Revision:https://reviews.freebsd.org/D1639
Reviewed by: jhb
MFC after:1
Author: rstone
Date: Sun Mar 1 00:59:28 2015
New Revision: 279465
URL: https://svnweb.freebsd.org/changeset/base/279465
Log:
Validate the schema that the PF driver passed to us
Differential Revision:https://reviews.freebsd.org/D90
Reviewed by: emaste
MFC after:
Here's some sample output for the capability:
ecap 0010[160] = SR-IOV 1 IOV enabled, Memory Space enabled, ARI enabled
4 VFs configured out of 128 supported
First VF RID Offset 0x0010, VF RID Stride 0x0001
VF Device ID 0x154c
Page
Author: neel
Date: Sun Mar 1 02:31:27 2015
New Revision: 279468
URL: https://svnweb.freebsd.org/changeset/base/279468
Log:
Free up the IPI slot used by IPI_STOP_HARD.
Change the numeric value of IPI_STOP_HARD so it doesn't occupy a valid IPI
slot. This can be done because IPI_STOP_HARD i
Author: rstone
Date: Sun Mar 1 02:45:46 2015
New Revision: 279469
URL: https://svnweb.freebsd.org/changeset/base/279469
Log:
Correct a typo.
X-MFC-With: r279458
Modified:
head/usr.sbin/iovctl/iovctl.conf.5
Modified: head/usr.sbin/iovctl/iovctl.conf.5
=
On Sun, Feb 22, 2015 at 7:06 AM, Slawa Olhovchenkov wrote:
> No NFC yet.
Thanks for the reminder. This was MFC'ed to stable/10 in r279473
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, s
Author: alc
Date: Sun Mar 1 05:18:02 2015
New Revision: 279475
URL: https://svnweb.freebsd.org/changeset/base/279475
Log:
Use RW_NEW rather than calling bzero().
Modified:
head/sys/vm/vm_object.c
Modified: head/sys/vm/vm_object.c
=
Author: adrian
Date: Sun Mar 1 06:05:01 2015
New Revision: 279476
URL: https://svnweb.freebsd.org/changeset/base/279476
Log:
Add QCA955x support to the EHCI setup path.
Tested:
* QCA AP135 development board, USB rootfs.
Modified:
head/sys/mips/atheros/ar71xx_ehci.c
Modified: head/
Author: adrian
Date: Sun Mar 1 06:59:32 2015
New Revision: 279479
URL: https://svnweb.freebsd.org/changeset/base/279479
Log:
Flesh out some more QCA955x ethernet PLL setup.
Modified:
head/sys/mips/atheros/qca955x_chip.c
Modified: head/sys/mips/atheros/qca955x_chip.c
Author: adrian
Date: Sun Mar 1 06:52:23 2015
New Revision: 279477
URL: https://svnweb.freebsd.org/changeset/base/279477
Log:
Make QCA955X_GMAC_REG_ETH_CFG defined like most other registers like this.
Modified:
head/sys/mips/atheros/qca955xreg.h
Modified: head/sys/mips/atheros/qca955xreg.h
=
Author: adrian
Date: Sun Mar 1 06:54:59 2015
New Revision: 279478
URL: https://svnweb.freebsd.org/changeset/base/279478
Log:
Add Ethernet PLL values for the QCA955x.
These are the same as the AR934x.
Obtained from:Linux openwrt
Modified:
head/sys/mips/atheros/qca955xreg.h
Author: adrian
Date: Sun Mar 1 07:00:34 2015
New Revision: 279480
URL: https://svnweb.freebsd.org/changeset/base/279480
Log:
Add very initial QCA955x awareness to the GPIO code.
There's a lot more to come - the QCA955x has a bunch more GPIO MUX
configuration, reminiscent of what the ARM
91 matches
Mail list logo