On Tue, Nov 22, 2011 at 10:59:14AM +0400, Andrey Smagin wrote:
> Hi! Some days back I put card in Win7 machine.
> Win7 hang own network subsystem if connected to gigabit switch.
> I tried last night your patches. Now when put in gigabit switch no hangs or
> errors,
> but link (autodetect) 100mb
Nikos,
On Fri, Nov 18, 2011 at 01:10:47PM +0200, Nikos Vassiliadis wrote:
N> I was playing with lagg and found out a kernel panic. Here is
N> the backtrace:
N> > #5 0xc0a65613 in kdb_trap (type=12, code=0, tf=0xc3f1bb1c) at
/usr/src/sys/kern/subr_kdb.c:625
N> > #6 0xc0dbbc1f in trap_fatal (fr
On 11/22/11, Kostik Belousov wrote:
> On Mon, Nov 21, 2011 at 03:49:16PM +, Paul B. Mahol wrote:
>> Hi,
>>
>> This patch should fix panic on amd64 when using ndis with drivers
>> which make use of fpu registers.
> Do not allocate fpu_kern_ctx on stack. Its size is 528 bytes on amd64 right
> no
Hi! Some days back I put card in Win7 machine.
Win7 hang own network subsystem if connected to gigabit switch.
I tried last night your patches. Now when put in gigabit switch no hangs or
errors,
but link (autodetect) 100mbit/s and work good.
I think I bought buggy network cards :((.
Index:
On Mon, Nov 21, 2011 at 03:49:16PM +, Paul B. Mahol wrote:
> Hi,
>
> This patch should fix panic on amd64 when using ndis with drivers
> which make use of fpu registers.
Do not allocate fpu_kern_ctx on stack. Its size is 528 bytes on amd64 right
now, and potentially can grow after AVX support