On Wed, Dec 20, 2017 at 01:03:34AM +, Stephen Hurd wrote:
> Author: shurd
> Date: Wed Dec 20 01:03:34 2017
> New Revision: 327013
> URL: https://svnweb.freebsd.org/changeset/base/327013
>
> Log:
> Support attaching tx queues to cpus
>
> This will attempt to use a different thread/core o
Author: imp
Date: Fri Dec 22 16:59:50 2017
New Revision: 327084
URL: https://svnweb.freebsd.org/changeset/base/327084
Log:
PC Card PNP tables are terminated by a NULL sentinel. This shouldn't
be recorded in the linker hints, so subtract one to omit it.
Modified:
head/sys/dev/pccard/pccardva
Author: imp
Date: Fri Dec 22 17:13:54 2017
New Revision: 327085
URL: https://svnweb.freebsd.org/changeset/base/327085
Log:
Need to NULL terminate this list. It worked before by accidental data
in the module following it that terminated the search.
Modified:
head/sys/dev/fdc/fdc_pccard.c
Mo
Author: pfg
Date: Fri Dec 22 17:15:02 2017
New Revision: 327086
URL: https://svnweb.freebsd.org/changeset/base/327086
Log:
SPDX: Reverse License ID tags from the lmc driver.
While the BSD-2-Clause license is there, the GPLv2 is also present.
I am unsure of the implications of having both
On 12/19/2017 21:00, Bruce Evans wrote:
> On Tue, 19 Dec 2017, Alan Cox wrote:
>
>> Log:
>> ...
>> Reorder and revise some of the existing text. For example, more
>> precisely describe when ordinary accesses are atomic.
>> ...
>> Modified: head/share/man/man9/atomic.9
>> ===
Author: kib
Date: Fri Dec 22 17:52:38 2017
New Revision: 327088
URL: https://svnweb.freebsd.org/changeset/base/327088
Log:
Update HISTORY section for the atomic(9) page.
In collaboration with:alc
Sponsored by: The FreeBSD Foundation (kib)
MFC after:1 week
Modified:
head/s
Author: imp
Date: Fri Dec 22 17:53:27 2017
New Revision: 327089
URL: https://svnweb.freebsd.org/changeset/base/327089
Log:
Use '#' rather than some made up name for fields we want to ignore.
Modified:
head/sys/dev/drm2/i915/i915_drv.c
head/sys/dev/drm2/radeon/radeon_drv.c
head/sys/dev/ed/
On 12/22/17, Warner Losh wrote:
> Author: imp
> Date: Fri Dec 22 17:53:27 2017
> New Revision: 327089
> URL: https://svnweb.freebsd.org/changeset/base/327089
>
> Log:
> Use '#' rather than some made up name for fields we want to ignore.
>
> Modified:
> head/sys/dev/drm2/i915/i915_drv.c
> hea
Oleg Bulyzhin wrote:
On Wed, Dec 20, 2017 at 01:03:34AM +, Stephen Hurd wrote:
Author: shurd
Date: Wed Dec 20 01:03:34 2017
New Revision: 327013
URL: https://svnweb.freebsd.org/changeset/base/327013
Log:
Support attaching tx queues to cpus
This will attempt to use a different thre
Author: np
Date: Fri Dec 22 19:10:19 2017
New Revision: 327093
URL: https://svnweb.freebsd.org/changeset/base/327093
Log:
cxgbe(4): Do not forward interrupts to queues with freelists. This
leaves the firmware event queue (fwq) as the only queue that can take
interrupts for others.
This
Author: mav
Date: Fri Dec 22 20:44:21 2017
New Revision: 327094
URL: https://svnweb.freebsd.org/changeset/base/327094
Log:
Add AHCI/XHCI device IDs found on AMD Ryzen+B350 system.
MFC after:2 weeks
Modified:
head/sys/dev/ahci/ahci_pci.c
head/sys/dev/usb/controller/xhci_pci.c
Modif
Author: imp
Date: Fri Dec 22 20:48:49 2017
New Revision: 327095
URL: https://svnweb.freebsd.org/changeset/base/327095
Log:
Fix typos from last commit, these should have been #.
Modified:
head/sys/dev/drm2/radeon/radeon_drv.c
head/sys/dev/ed/if_ed_pci.c
head/sys/dev/ntb/ntb_hw/ntb_hw_intel
Author: sevan (doc committer)
Date: Fri Dec 22 21:54:39 2017
New Revision: 327096
URL: https://svnweb.freebsd.org/changeset/base/327096
Log:
Drop the NetBSD rcs tag introduced in r326868.
Approved by:bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D13511
Modified:
On Friday, December 22, 2017 05:53:28 PM Warner Losh wrote:
> Author: imp
> Date: Fri Dec 22 17:53:27 2017
> New Revision: 327089
> URL: https://svnweb.freebsd.org/changeset/base/327089
>
> Log:
> Use '#' rather than some made up name for fields we want to ignore.
Some of these used '@' rather
On Fri, Dec 22, 2017 at 01:22:20PM -0500, Stephen Hurd wrote:
> Can you provide me with the output of ``sysctl kern.sched.topology_spec''?
# sysctl kern.sched.topology_spec
kern.sched.topology_spec:
0, 1, 2, 3
0
1
2
3
> And provide the
Author: kib
Date: Fri Dec 22 23:27:03 2017
New Revision: 327097
URL: https://svnweb.freebsd.org/changeset/base/327097
Log:
Remove mips MD atomic_load_64 and atomic_store_64.
The only users of the functions were db_read_bytes() and
db_write_bytes() ddb(4) interfaces. Replace the calls wit
Oleg Bulyzhin wrote:
On Fri, Dec 22, 2017 at 01:22:20PM -0500, Stephen Hurd wrote:
Can you provide me with the output of ``sysctl kern.sched.topology_spec''?
# sysctl kern.sched.topology_spec
kern.sched.topology_spec:
0, 1, 2, 3
0
1
2
Author: imp
Date: Sat Dec 23 04:50:52 2017
New Revision: 327098
URL: https://svnweb.freebsd.org/changeset/base/327098
Log:
The device tables end with a sentinel in iflib. Don't include the
sentinel in the output.
Modified:
head/sys/net/iflib.h
Modified: head/sys/net/iflib.h
===
Author: eadler
Date: Sat Dec 23 05:13:39 2017
New Revision: 327099
URL: https://svnweb.freebsd.org/changeset/base/327099
Log:
fopen.1: document truncation
This documentation truncation similar to POSIX and glibc.
PR: 202545
Reported by: int...@intron.ac
Modified:
head/l
Author: imp
Date: Sat Dec 23 05:32:20 2017
New Revision: 327100
URL: https://svnweb.freebsd.org/changeset/base/327100
Log:
These drivers have a sentinel at the end of the device list. Exclude
it.
Modified:
head/sys/dev/drm2/i915/i915_drv.c
head/sys/dev/drm2/radeon/radeon_drv.c
Modified:
Author: imp
Date: Sat Dec 23 06:11:19 2017
New Revision: 327101
URL: https://svnweb.freebsd.org/changeset/base/327101
Log:
Expand cryptic comment with inforation I've learned in the mean time
about CIS3/CIS4, including studies I've done on my large collection of
PC Cards bought off e-bay ove
Author: imp
Date: Sat Dec 23 06:49:27 2017
New Revision: 327102
URL: https://svnweb.freebsd.org/changeset/base/327102
Log:
Create a new ISA_PNP_INFO macro. Use this macro every where we have
ISA PNP card support (replace by hand version in if_ed). Move module
declarations to the end of some
Author: imp
Date: Sat Dec 23 07:02:45 2017
New Revision: 327103
URL: https://svnweb.freebsd.org/changeset/base/327103
Log:
Fix cut-and-paste error s/pccard/isa/
Modified:
head/sys/isa/isavar.h
Modified: head/sys/isa/isavar.h
===
23 matches
Mail list logo