[Bugzilla] Commit Needs MFC

2014-07-07 Thread bugzilla-noreply
Hi, You have a bug in the Needs MFC state which has not been touched in 7 or more days. This email serves as a reminder that you may want to MFC this bug or marked it as completed. In the event you have a longer MFC timeout you may update this bug with a comment and I won't remind you again

TP-LINK TL-WN821N

2014-07-07 Thread Carlos Jacobo Puga Medina
Hi people, Does anyone still work to porting the otus driver from OpenBSD? https://github.com/erikarn/otus/tree/master/otus Regards, -- Carlos Jacobo Puga Medina c...@fbsd.es ___ freebsd-wireless@freebsd.org mailing list

Re: CAMBRIA and more than one atheros card

2014-07-07 Thread Adrian Chadd
hi, That call is returning ENOMEM. I'm not sure why. It allocated an mbuf fine, but it couldn't allocate the DMA map. What's the output of vmstat -z ? I wonder if it's failing an allocation. -a On 7 July 2014 07:25, John Hay j...@meraka.org.za wrote: Hi Guys, I'm further with getting my

Re: CAMBRIA and more than one atheros card

2014-07-07 Thread John Hay
On Mon, Jul 07, 2014 at 09:25:34AM -0700, Adrian Chadd wrote: hi, That call is returning ENOMEM. I'm not sure why. It allocated an mbuf fine, but it couldn't allocate the DMA map. What's the output of vmstat -z ? I wonder if it's failing an allocation. :~ # vmstat -z ITEM

Re: CAMBRIA and more than one atheros card

2014-07-07 Thread Ian Lepore
On Mon, 2014-07-07 at 09:25 -0700, Adrian Chadd wrote: hi, That call is returning ENOMEM. I'm not sure why. It allocated an mbuf fine, but it couldn't allocate the DMA map. What's the output of vmstat -z ? I wonder if it's failing an allocation. -a Lack of bounce buffers is a

Re: CAMBRIA and more than one atheros card

2014-07-07 Thread Adrian Chadd
On 7 July 2014 10:12, Ian Lepore i...@freebsd.org wrote: On Mon, 2014-07-07 at 09:25 -0700, Adrian Chadd wrote: hi, That call is returning ENOMEM. I'm not sure why. It allocated an mbuf fine, but it couldn't allocate the DMA map. What's the output of vmstat -z ? I wonder if it's failing an

Re: TP-LINK TL-WN821N

2014-07-07 Thread Adrian Chadd
On 7 July 2014 05:40, Carlos Jacobo Puga Medina c...@fbsd.es wrote: Hi people, Does anyone still work to porting the otus driver from OpenBSD? https://github.com/erikarn/otus/tree/master/otus Nope. I got stuck on trying to figure out how to correctly implement the synchronous/asynchronous

Re: CAMBRIA and more than one atheros card

2014-07-07 Thread hiren panchasara
On Mon, Jul 7, 2014 at 11:31 AM, Adrian Chadd adr...@freebsd.org wrote: On 7 July 2014 11:28, John Hay j...@meraka.org.za wrote: On Mon, Jul 07, 2014 at 11:22:46AM -0700, Adrian Chadd wrote: On 7 July 2014 10:12, Ian Lepore i...@freebsd.org wrote: On Mon, 2014-07-07 at 09:25 -0700, Adrian

Re: TP-LINK TL-WN821N

2014-07-07 Thread Adrian Chadd
On 7 July 2014 12:10, Carlos Jacobo Puga Medina c...@fbsd.es wrote: On Mon, 7 Jul 2014 11:48:36 -0700 Adrian Chadd adr...@freebsd.org wrote: I'd just look at porting over the openbsd driver. There's no 11n support in the openbsd code though! That's bad, I hope that the 802.11n protocol will

Re: TP-LINK TL-WN821N

2014-07-07 Thread Carlos Jacobo Puga Medina
On Mon, 7 Jul 2014 12:16:12 -0700 Adrian Chadd adr...@freebsd.org wrote: On 7 July 2014 12:10, Carlos Jacobo Puga Medina c...@fbsd.es wrote: On Mon, 7 Jul 2014 11:48:36 -0700 Adrian Chadd adr...@freebsd.org wrote: I'd just look at porting over the openbsd driver. There's no 11n support

Re: CAMBRIA and more than one atheros card

2014-07-07 Thread John Hay
On Mon, Jul 07, 2014 at 11:59:03AM -0700, hiren panchasara wrote: On Mon, Jul 7, 2014 at 11:31 AM, Adrian Chadd adr...@freebsd.org wrote: On 7 July 2014 11:28, John Hay j...@meraka.org.za wrote: On Mon, Jul 07, 2014 at 11:22:46AM -0700, Adrian Chadd wrote: On 7 July 2014 10:12, Ian Lepore

Re: CAMBRIA and more than one atheros card

2014-07-07 Thread Adrian Chadd
Sweet! Can you run the same commands above on the Avila board? Would you mind filing a PR to ensure we get that option into the relevant kernel(s) ? (I'm kinda tempted to suggest we auto-select the scaling factor at startup depending upon physical RAM .. ) -a On 7 July 2014 12:32, John Hay