igb driver does not support altq

2013-10-10 Thread h bagade
Hi all, I have problem with running altq on igb cards. When trying to run altq on these cards, it outputs an error, driver does not support altq. I have FreeBSD 8.3-stable and tried to fix the problem, after searching in forums, by applying changes made to igb driver through following links: htt

Re: [ieee80211] [patch] BPF taps not working for ieee80211 interfaces in monitor mode

2013-10-10 Thread Adrian Chadd
On 9 October 2013 17:27, Patrick Kelsey wrote: > Hi, > > A bug was introduced in r254082 that results in BPF taps never being > enabled for ieee80211 interfaces that are in monitor mode. > > Before r254082, bpf_track() in sys/net80211/ieee80211_freebsd.c was > identifying ieee80211 interfaces by

Re: kern/182665: [wlan] Kernel panic when creating second wlandev.

2013-10-10 Thread Peter Ankerstål
Sorry, had to rebuild kernel with debug symbols. Heres the output: (kgdb) list *0xc0800110 0xc0800110 is in jenkins_hash32 (/usr/src/sys/libkern/jenkins_hash.c:177). 172 switch(length) /* all the case statements fall through */ 173 { 174 case 3 : c+=k[2];

Re: kern/182665: [wlan] Kernel panic when creating second wlandev.

2013-10-10 Thread Adrian Chadd
what's the backtrace from the kernel crash? That's a bit odd.. :-) -adiran On 10 October 2013 11:38, Peter Ankerstål wrote: > Sorry, had to rebuild kernel with debug symbols. > > Heres the output: > > (kgdb) list *0xc0800110 > 0xc0800110 is in jenkins_hash32 (/usr/src/sys/libkern/jenkins_h