re: kern/123429: [nfe] [hang] "ifconfig nfe up" causes a hard system lockup in 7.0-release and 7.0-stable-042008

2009-11-10 Thread Marcin Wiśnicki
The following reply was made to PR kern/123429; it has been noted by GNATS. From: =?ISO-8859-2?Q?Marcin_Wi=B6nicki?= To: bug-follo...@freebsd.org, wolffire...@yahoo.com Cc: Subject: re: kern/123429: [nfe] [hang] "ifconfig nfe up" causes a hard system lockup in 7.0-release and 7.0-stabl

Re: [PATCH] Remove if_watchdog use

2009-11-10 Thread Gavin Atkinson
On Tue, 10 Nov 2009, John Baldwin wrote: On Tuesday 10 November 2009 4:45:03 pm Gavin Atkinson wrote: I managed to get a panic when running wpa_supplicant: System call ioctl returning with the following locks held: exclusive sleep mutex an0 (network driver) r=0 (0xc58fc180) locked @ /usr/src/sy

Re: [PATCH] Remove if_watchdog use

2009-11-10 Thread Gavin Atkinson
On Fri, 6 Nov 2009, John Baldwin wrote: I have a patchset that converts all the remaining users of if_watchdog to using a private callout instead. In some cases the the driver already used a private timer to drive a stats timer and I merely hooked into that timer. In other cases a new callout

Re: [PATCH] Remove if_watchdog use

2009-11-10 Thread John Baldwin
On Tuesday 10 November 2009 4:45:03 pm Gavin Atkinson wrote: > On Fri, 6 Nov 2009, John Baldwin wrote: > > > I have a patchset that converts all the remaining users of if_watchdog to > > using a private callout instead. In some cases the the driver already used > > a > > private timer to drive a

Re: How does one build ng_vlan(4) inside the kernel?!

2009-11-10 Thread Ermal Luçi
On Tue, Nov 10, 2009 at 5:11 PM, pluknet wrote: > 2009/11/10 Ermal Luçi : >> Hello list, >> >> i searched for this but could not find an answer. >> How does one build ng_vlan as part of the kernel? >> >> NETGRAPH_VLAN does not exist as an option to include in the kernel >> and when building ng_vla

Re: How does one build ng_vlan(4) inside the kernel?!

2009-11-10 Thread pluknet
2009/11/10 Ermal Luçi : > Hello list, > > i searched for this but could not find an answer. > How does one build ng_vlan as part of the kernel? > > NETGRAPH_VLAN does not exist as an option to include in the kernel > and when building ng_vlan as a module and you use a gzipped kernel > the module do

How does one build ng_vlan(4) inside the kernel?!

2009-11-10 Thread Ermal Luçi
Hello list, i searched for this but could not find an answer. How does one build ng_vlan as part of the kernel? NETGRAPH_VLAN does not exist as an option to include in the kernel and when building ng_vlan as a module and you use a gzipped kernel the module doe snot load since it says kernel is a

Re: kern/116747: [ndis] FreeBSD 7.0-CURRENT crash with Dell TrueMobile 1400 wireless card

2009-11-10 Thread Dan Lukes
The following reply was made to PR kern/116747; it has been noted by GNATS. From: Dan Lukes To: bug-follo...@freebsd.org, roar.petter...@freebsd.org Cc: Subject: Re: kern/116747: [ndis] FreeBSD 7.0-CURRENT crash with Dell TrueMobile 1400 wireless card Date: Tue, 10 Nov 2009 13:48:33 +0100 Ju