On Sat, Nov 02, 2013 at 07:43:52AM +0100, Stefan Neudorf wrote:
> Konstantin Belousov writes:
>
> > On Wed, Oct 30, 2013 at 10:20:52PM +0100, Jilles Tjoelker wrote:
> >
> >> On Wed, Oct 30, 2013 at 02:01:57PM +0100, Stefan Neudorf wrote:
> >> > Konstantin Belousov writes:
> >> > > Modified: head
Author: kib
Date: Sat Nov 2 09:16:11 2013
New Revision: 257541
URL: http://svnweb.freebsd.org/changeset/base/257541
Log:
Fix several issues with the busdma(9) KPI use in the e1000 drivers.
The problems do not affect bouncing busdma in a visible way, but are
critical for the dmar backend.
On 2 Nov 2013, at 05:53, Adrian Chadd wrote:
> Hm! A good question!
>
> On 1 November 2013 22:22, Bruce Evans wrote:
>
>>>if (harvest.point_to_point)
>>> - random_harvest(&(m->m_data), 12, 2, RANDOM_NET_NG);
>>
>>
>> '&(m->m_data)' is not just a pair of style bugs. It
On 2 Nov 2013, at 09:32, Mark R V Murray wrote:
>> Mark - did you initially mean the address of the mbuf m_data pointer,
>> or the data payload itself?
>
> As Bruce says - the address of payload data itself. We don’t have 12-byte
> pointers in FreeBSD. :-)
Cancel that.
The address passed must
Author: alfred
Date: Sat Nov 2 10:49:47 2013
New Revision: 257542
URL: http://svnweb.freebsd.org/changeset/base/257542
Log:
Fix API mismatch exposed by lagg.
When destroying a lagg the driver tries to restore the old mac and
fails due to API mismatch
Modified:
head/sys/ofed/drivers/ne
Author: alfred
Date: Sat Nov 2 11:37:16 2013
New Revision: 257543
URL: http://svnweb.freebsd.org/changeset/base/257543
Log:
Add device ID for 'Sanoxy 802.11N' usb
Modified:
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sys/dev/usb/wlan/if_urtwn.c
==
Okay. I'll go and re-fix things.
Thanks,
-a
On 2 November 2013 02:44, Mark R V Murray wrote:
>
> On 2 Nov 2013, at 09:32, Mark R V Murray wrote:
>>> Mark - did you initially mean the address of the mbuf m_data pointer,
>>> or the data payload itself?
>>
>> As Bruce says - the address of paylo
Author: adrian
Date: Sat Nov 2 15:13:02 2013
New Revision: 257548
URL: http://svnweb.freebsd.org/changeset/base/257548
Log:
Restore the entropy gathering from the m_data pointer value, not the
m_data payload.
After talking with markm/bde, this is what markm actually intended.
Modified:
Author: alc
Date: Sat Nov 2 17:08:20 2013
New Revision: 257549
URL: http://svnweb.freebsd.org/changeset/base/257549
Log:
Don't create a distinct free page pool for segregating allocations that are
accessed through the direct map unless the kernel configuration actually
includes a direct map
Author: luigi
Date: Sat Nov 2 18:03:21 2013
New Revision: 257550
URL: http://svnweb.freebsd.org/changeset/base/257550
Log:
circumvent a couple of warnings:
- on line 2550 intentionally overriding a const qualifier
- on line 3219 intentionally converting uint64_t to a pointer
Modified:
he
Author: tuexen
Date: Sat Nov 2 20:12:19 2013
New Revision: 257555
URL: http://svnweb.freebsd.org/changeset/base/257555
Log:
Changes from upstream to improve compilation when INET or INET6
or none of them is defined.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_asconf.c
head/sys
Author: ian
Date: Sat Nov 2 20:14:39 2013
New Revision: 257556
URL: http://svnweb.freebsd.org/changeset/base/257556
Log:
Arrange for uart_cpu_fdt's probe() routine to use the same table of compat
strings as uart_bus_fdt's probe().
The bus code uses ofw_bus_search_compatible() and that's
Author: ian
Date: Sat Nov 2 21:07:39 2013
New Revision: 257557
URL: http://svnweb.freebsd.org/changeset/base/257557
Log:
Add a missing register definition.
Modified:
head/sys/arm/freescale/imx/imx6_anatopreg.h
Modified: head/sys/arm/freescale/imx/imx6_anatopreg.h
===
On Mon, Oct 21, 2013 at 04:44:53PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Oct 21 16:44:53 2013
> New Revision: 256849
> URL: http://svnweb.freebsd.org/changeset/base/256849
> Log:
> Add a resource limit for the total number of kqueues available to the
> user. Kqueue now s
On Sat, Nov 02, 2013 at 10:17:27PM +0100, Jilles Tjoelker wrote:
> On Mon, Oct 21, 2013 at 04:44:53PM +, Konstantin Belousov wrote:
> > Author: kib
> > Date: Mon Oct 21 16:44:53 2013
> > New Revision: 256849
> > URL: http://svnweb.freebsd.org/changeset/base/256849
>
> > Log:
> > Add a resour
On Sat, 2 Nov 2013, Mark R V Murray wrote:
On 2 Nov 2013, at 09:32, Mark R V Murray wrote:
Mark - did you initially mean the address of the mbuf m_data pointer,
or the data payload itself?
As Bruce says - the address of payload data itself. We don?t have 12-byte
pointers in FreeBSD. :-)
C
On 2 Nov 2013, at 22:28, Bruce Evans wrote:
> On Sat, 2 Nov 2013, Mark R V Murray wrote:
>
>> On 2 Nov 2013, at 09:32, Mark R V Murray wrote:
Mark - did you initially mean the address of the mbuf m_data pointer,
or the data payload itself?
>>>
>>> As Bruce says - the address of payl
Author: ian
Date: Sat Nov 2 22:44:35 2013
New Revision: 257561
URL: http://svnweb.freebsd.org/changeset/base/257561
Log:
Bugfix: the attach routine needs to use the same table of fdt compat
strings that the probe routine used.
Modified:
head/sys/arm/freescale/imx/imx_sdhci.c
Modified: he
On Fri, 1 Nov 2013 17:15:32 -0500, Brooks Davis writes:
>(In practice WITHOUT_BMAKE is broken and corrupts your object tree with a
>make that fails until manually deleted.)
That's new? it worked last time I checked - which was around the time
I made sure the make thus built was named for the fla
>told me what was wrong. The issue is that the :U modifer I used is a
>bmake feature and that the toolchain target doesn't bootstrap bmake (or
>perhaps doesn't do it early enough). I plan to commit a workaround for
Hmmm toolchain is in the same TGTS list as buildworld, so should depend
on upgrad
20 matches
Mail list logo