Hm, its an AR9300, right? It should be getting ART from 0x1fff
like the rest of the boards and the AR9300 HAL will add 0x1000 for
you. Don't ask me why.
What's the MAC address of the wlan0 interface you created? Does it
actually all work? :)
-a
On 10 October 2015 at 20:31, Sean Bruno wrot
Author: sbruno
Date: Sun Oct 11 03:31:11 2015
New Revision: 289130
URL: https://svnweb.freebsd.org/changeset/base/289130
Log:
Use machine specific values cleaned from openwrt for the mac address
location on the TP link mr3020
Modified:
head/sys/mips/conf/TP-MR3020.hints
Modified: head/sys/
Author: adrian
Date: Sun Oct 11 02:00:08 2015
New Revision: 289129
URL: https://svnweb.freebsd.org/changeset/base/289129
Log:
wpi(4): do not count failures twice for ic_raw_xmit().
Tested:
* Tested with Intel 3945BG, STA mode
Submitted by:
Differential Revision:https://
Author: adrian
Date: Sun Oct 11 01:58:50 2015
New Revision: 289128
URL: https://svnweb.freebsd.org/changeset/base/289128
Log:
wpi(4): move error handling upper (wpi_tx_data()/wpi_cmd2() ->
wpi_raw_xmit()/wpi_transmit()).
Tested:
* Tested with Intel 3945BG, STA mode
Submitted by:
Author: adrian
Date: Sun Oct 11 01:56:46 2015
New Revision: 289127
URL: https://svnweb.freebsd.org/changeset/base/289127
Log:
wpi(4): fix possible race between TX/RX threads.
Tested:
* Tested with Intel 3945BG, STA mode
Submitted by:
Differential Revision:https://review
Author: adrian
Date: Sun Oct 11 01:53:51 2015
New Revision: 289126
URL: https://svnweb.freebsd.org/changeset/base/289126
Log:
wpi(4): do not allocate space for unused rings.
Tested:
* Tested with Intel 3945BG, STA mode
Submitted by:
Differential Revision:https://reviews
Author: adrian
Date: Sun Oct 11 01:50:54 2015
New Revision: 289125
URL: https://svnweb.freebsd.org/changeset/base/289125
Log:
wpi(4): do not override iv_recv_mgmt() in non-adhoc modes.
Tested:
* Tested with Intel 3945BG, IBSS and STA modes
Submitted by:
Differential Revision:
Author: adrian
Date: Sun Oct 11 01:31:18 2015
New Revision: 289124
URL: https://svnweb.freebsd.org/changeset/base/289124
Log:
wpi(4): use more correct types.
This change fixes some amount of -Wsign-conversion and -Wconversion warnings
and sets correct sizes for some variables (as a result
On 10 Oct 2015, at 23:32, Ivan Klymenko wrote:
> On Mon, 25 May 2015 13:43:03 + (UTC)
> Dimitry Andric wrote:
>
>> Author: dim
>> Date: Mon May 25 13:43:03 2015
>> New Revision: 283526
>> URL: https://svnweb.freebsd.org/changeset/base/283526
>>
>> Log:
>> Upgrade our copy of clang and llvm
Author: bapt
Date: Sat Oct 10 23:31:47 2015
New Revision: 289123
URL: https://svnweb.freebsd.org/changeset/base/289123
Log:
Update Dragonfly Mail Agent to v0.10
Deleted:
head/contrib/dma/BSDmakefile
head/contrib/dma/debian/
Modified:
head/contrib/dma/LICENSE
head/contrib/dma/README.mark
On Mon, 25 May 2015 13:43:03 + (UTC)
Dimitry Andric wrote:
> Author: dim
> Date: Mon May 25 13:43:03 2015
> New Revision: 283526
> URL: https://svnweb.freebsd.org/changeset/base/283526
>
> Log:
> Upgrade our copy of clang and llvm to 3.6.1 release.
>
Hello.
After update i have next bu
Author: ian
Date: Sat Oct 10 19:51:00 2015
New Revision: 289118
URL: https://svnweb.freebsd.org/changeset/base/289118
Log:
Replace a local sx lock that allowed only one client at a time to access
an eeprom device with iicbus_request/release_bus(), which achieves the
same effect and also keep
Author: sbruno
Date: Sat Oct 10 19:08:34 2015
New Revision: 289117
URL: https://svnweb.freebsd.org/changeset/base/289117
Log:
There's no way a fbsd install + kernel will fit into 4MB of flash.
Assume and enforce the fact that this will always boot a rootfs from
usb.
Modified:
head/sys/
Author: phk
Date: Sat Oct 10 17:32:06 2015
New Revision: 289116
URL: https://svnweb.freebsd.org/changeset/base/289116
Log:
Remove a double "as well as"
Modified:
head/share/man/man4/vtnet.4
Modified: head/share/man/man4/vtnet.4
On Oct 10, 2015 8:53 AM, "Konstantin Belousov" wrote:
>
> On Sat, Oct 10, 2015 at 12:24:33PM +, Ed Maste wrote:
> > On 10 October 2015 at 12:03, Konstantin Belousov
wrote:
> > >> The declaration is extern ostream cout; which correctly has 8 byte
alignment.
> > > The alignment of the declarati
On Fri, Oct 09, 2015 at 08:15:57PM -0700, Adrian Chadd wrote:
> I think this broke being able to do installworld as non-root
>
> 21:03 <@adrian> ===> libexec/dma/dmagent (installconfig)
> 21:03 <@adrian> install:
> /home/adrian/work/freebsd/head-embedded/src/../root/mips_ap/etc/dma/dma.conf:
> cho
Author: bapt
Date: Sat Oct 10 14:43:46 2015
New Revision: 289115
URL: https://svnweb.freebsd.org/changeset/base/289115
Log:
Fix installing config files as non root
Reported by: adrian
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
On Sat, Oct 10, 2015 at 04:29:04PM +0200, Jean-S'ebastien P'edron wrote:
> On 10.10.2015 15:37, Dmitry Morozovsky wrote:
> > On Sat, 10 Oct 2015, Jean-S?bastien P?dron wrote:
> >> That said, I'm not sure a kernel from HEAD will work nicely with
> >> userland from 10.2. That's worth a try.
> >
> >
On 10.10.2015 15:37, Dmitry Morozovsky wrote:
> On Sat, 10 Oct 2015, Jean-S?bastien P?dron wrote:
>> That said, I'm not sure a kernel from HEAD will work nicely with
>> userland from 10.2. That's worth a try.
>
> well, it should -- otherwise stable/10 jails would not work under -current.
I was th
On Sat, 10 Oct 2015, Jean-S?bastien P?dron wrote:
> That said, I'm not sure a kernel from HEAD will work nicely with
> userland from 10.2. That's worth a try.
well, it should -- otherwise stable/10 jails would not work under -current.
Not the other way os course.
--
Sincerely,
D.Marck
On Sat, Oct 10, 2015 at 04:37:43PM +0300, Dmitry Morozovsky wrote:
> On Sat, 10 Oct 2015, Jean-S?bastien P?dron wrote:
>
> > That said, I'm not sure a kernel from HEAD will work nicely with
> > userland from 10.2. That's worth a try.
>
> well, it should -- otherwise stable/10 jails would not wor
On Sat, Oct 10, 2015 at 12:24:33PM +, Ed Maste wrote:
> On 10 October 2015 at 12:03, Konstantin Belousov wrote:
> >> The declaration is extern ostream cout; which correctly has 8 byte
> >> alignment.
> > The alignment of the declaration does not matter, most likely.
> > I am not sure what you
On 10 October 2015 at 12:03, Konstantin Belousov wrote:
>> The declaration is extern ostream cout; which correctly has 8 byte alignment.
> The alignment of the declaration does not matter, most likely.
> I am not sure what you mean by saying that 8 byte alignment is desirable,
> while compiler gen
On 10.10.2015 12:22, Slawa Olhovchenkov wrote:
> On Sat, Oct 10, 2015 at 12:14:50PM +0200, Jean-S'ebastien P'edron wrote:
>> Hopefully it will be fixed by the coming i915 update. Please see the
>> following wiki article for status update and instructions if you want to
>> test it:
>> https://wiki.f
On Sat, Oct 10, 2015 at 11:37:26AM +, Ed Maste wrote:
> On 10 October 2015 at 06:08, Konstantin Belousov wrote:
> > On Fri, Oct 09, 2015 at 06:21:45PM +, Dimitry Andric wrote:
> >> Author: dim
> >> Date: Fri Oct 9 18:21:45 2015
> >> New Revision: 289072
> >> URL: https://svnweb.freebsd.or
On 10 October 2015 at 06:08, Konstantin Belousov wrote:
> On Fri, Oct 09, 2015 at 06:21:45PM +, Dimitry Andric wrote:
>> Author: dim
>> Date: Fri Oct 9 18:21:45 2015
>> New Revision: 289072
>> URL: https://svnweb.freebsd.org/changeset/base/289072
>>
>> Log:
>> Temporarily revert upstream ll
Author: bapt
Date: Sat Oct 10 10:48:09 2015
New Revision: 289114
URL: https://svnweb.freebsd.org/changeset/base/289114
Log:
Install bsd.confs.mk
Rename ETCDIR into CONFIGDIR to avoid conflicts with the ports tree
Modified:
head/libexec/dma/dmagent/Makefile
head/share/mk/Makefile
head/sh
On Sat, Oct 10, 2015 at 12:14:50PM +0200, Jean-S'ebastien P'edron wrote:
> On 10.10.2015 11:35, Slawa Olhovchenkov wrote:
> > On Sat, Oct 10, 2015 at 07:43:02AM +, Jean-S'ebastien P'edron wrote:
> > What about don't worked video playback?
> > https://lists.freebsd.org/pipermail/freebsd-current
On 10.10.2015 11:35, Slawa Olhovchenkov wrote:
> On Sat, Oct 10, 2015 at 07:43:02AM +, Jean-S'ebastien P'edron wrote:
> What about don't worked video playback?
> https://lists.freebsd.org/pipermail/freebsd-current/2015-August/057326.html
Hi!
Hopefully it will be fixed by the coming i915 updat
Author: trasz
Date: Sat Oct 10 09:37:31 2015
New Revision: 289113
URL: https://svnweb.freebsd.org/changeset/base/289113
Log:
Add 'p' postfix to mdconfig(8).
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/mdconfig/mdconfig.8
head/sbin/mdconfig/mdconfig.
On Sat, Oct 10, 2015 at 07:43:02AM +, Jean-S'ebastien P'edron wrote:
> Author: dumbbell
> Date: Sat Oct 10 07:43:02 2015
> New Revision: 289109
> URL: https://svnweb.freebsd.org/changeset/base/289109
>
> Log:
> drm/i915: Remove "Attempting to unbind pinned buffer" message
>
> This erro
Author: trasz
Date: Sat Oct 10 09:29:47 2015
New Revision: 289112
URL: https://svnweb.freebsd.org/changeset/base/289112
Log:
Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.
This removes the need for manually changing this flag for Google Chrome
users. It also improve
Author: trasz
Date: Sat Oct 10 09:21:55 2015
New Revision: 289111
URL: https://svnweb.freebsd.org/changeset/base/289111
Log:
Provide better debug message on kernel module name clash.
Reviewed by: kib@
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern
Author: trasz
Date: Sat Oct 10 09:03:31 2015
New Revision: 289110
URL: https://svnweb.freebsd.org/changeset/base/289110
Log:
Make geom_nop(4) collect statistics on all types of BIOs, not just
reads and writes.
PR: kern/198405
Submitted by: Matthew D. Fuller
MFC after:1
Author: dumbbell
Date: Sat Oct 10 07:43:02 2015
New Revision: 289109
URL: https://svnweb.freebsd.org/changeset/base/289109
Log:
drm/i915: Remove "Attempting to unbind pinned buffer" message
This error message is removed in later versions of Linux and currently,
it spams users.
PR:
On Fri, Oct 9, 2015 at 9:57 PM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Fri Oct 9 21:57:42 2015
> New Revision: 289085
> URL: https://svnweb.freebsd.org/changeset/base/289085
>
> Log:
> Add a new bsd.confs.mk similar to bsd.files.mk or bsd.incs.mk
>
> It defines a CONFS variable for
36 matches
Mail list logo