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
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
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];
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