Re: kern/157418: [em] em driver lockup during boot on Supermicro X9SCM-F

2011-10-13 Thread Wojciech A. Koszek
The following reply was made to PR kern/157418; it has been noted by GNATS. From: Wojciech A. Koszek wkos...@freebsd.czest.pl To: bug-follo...@freebsd.org, to...@tutus.se Cc: Subject: Re: kern/157418: [em] em driver lockup during boot on Supermicro X9SCM-F Date: Thu, 13 Oct 2011 17:59:31 +0200

Re: two problems with broadcom NICs

2007-03-03 Thread Wojciech A. Koszek
answer! You might want to generate a patch for RELENG_6 for yourself, if it's a matter of quirk with proper ID. This should only apply if probe method doesn't return true in your case, and none other changes were made to support your specific device. -- Wojciech A. Koszek [EMAIL PROTECTED] http

Re: two problems with broadcom NICs

2007-03-03 Thread Wojciech A. Koszek
On Sat, Mar 03, 2007 at 07:01:00PM +0100, Alessandro de Manzano wrote: On Fri, Mar 02, 2007 at 11:36:15AM +, Wojciech A. Koszek wrote: What could be ? What could I try ? Ideas ? You can check if changing the interface UP flag makes in any better: ifconfig interface up

Re: two problems with broadcom NICs

2007-03-02 Thread Wojciech A. Koszek
On Fri, Mar 02, 2007 at 09:47:47AM +0100, Alessandro de Manzano wrote: Hello, What could be ? What could I try ? Ideas ? You can check if changing the interface UP flag makes in any better: ifconfig interface up -- Wojciech A. Koszek [EMAIL PROTECTED] http://FreeBSD.czest.pl

[PATCH] Make hash.h usable in the kernel

2006-10-11 Thread Wojciech A. Koszek
://people.freebsd.org/~wkoszek/hash.c ..compile without warnings with WARNS=5. If noone objects, I'd like to commit it. Thanks, -- Wojciech A. Koszek [EMAIL PROTECTED] http://FreeBSD.czest.pl/dunstan/ ___ freebsd-net@freebsd.org mailing list http

Locking fixes for ef(4) - testers needed

2006-05-26 Thread Wojciech A. Koszek
Hello, Here is a patch for ef(4) which adds some locking: http://freebsd.czest.pl/dunstan/FreeBSD/if_ef.1.patch It's known to be not entirely right, but could be commited to improve current situation of ef(4). Testers are welcome. Thanks, -- Wojciech A. Koszek [EMAIL PROTECTED] http

Re: [CALL FOR TESTERS] ng_bridge(4) multithreaded

2005-11-21 Thread Wojciech A. Koszek
On Mon, Nov 21, 2005 at 11:45:48AM +0200, Ruslan Ermilov wrote: On Sat, Nov 19, 2005 at 05:32:35PM +, Wojciech A. Koszek wrote: Hello, With Gleb's help I've written patch for ng_bridge(4) which makes it ready for running multithreaded. I think it would be better to let more people

[CALL FOR TESTERS] ng_bridge(4) multithreaded

2005-11-19 Thread Wojciech A. Koszek
ng_bridge(4) on MP machine are welcome. Cheers, -- * Wojciech A. Koszek [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Dependency between interfaces

2005-10-22 Thread Wojciech A. Koszek
On Thu, Oct 20, 2005 at 01:25:44PM -0700, Brooks Davis wrote: On Thu, Oct 20, 2005 at 08:20:34PM +, Wojciech A. Koszek wrote: Hello, Is EVENTHANDLER(9) proper way of notification for standalone driver about network interface attach/detach operations? I've met simple problem in ef(4

Re: Dependency between interfaces

2005-10-22 Thread Wojciech A. Koszek
On Fri, Oct 21, 2005 at 09:23:27AM +1300, Andrew Thompson wrote: On Thu, Oct 20, 2005 at 08:20:34PM +, Wojciech A. Koszek wrote: Hello, Is EVENTHANDLER(9) proper way of notification for standalone driver about network interface attach/detach operations? I've met simple problem

Re: Dependency between interfaces

2005-10-22 Thread Wojciech A. Koszek
On Fri, Oct 21, 2005 at 09:23:27AM +1300, Andrew Thompson wrote: On Thu, Oct 20, 2005 at 08:20:34PM +, Wojciech A. Koszek wrote: Hello, [..] Is it still a problem or did you test on a pre r1.26 kernel? Results from -CURRENT: I got panic if sk/rl modules are loaded, interfaces

Re: Dependency between interfaces

2005-10-22 Thread Wojciech A. Koszek
On Sun, Oct 23, 2005 at 08:45:06AM +1300, Andrew Thompson wrote: On Sat, Oct 22, 2005 at 01:37:35PM +, Wojciech A. Koszek wrote: On Fri, Oct 21, 2005 at 09:23:27AM +1300, Andrew Thompson wrote: On Thu, Oct 20, 2005 at 08:20:34PM +, Wojciech A. Koszek wrote: Hello

Dependency between interfaces

2005-10-20 Thread Wojciech A. Koszek
like this current in if_bridge(4). Just repeat situation described above for ef(4), but with if_bridge(4). Regards, -- * Wojciech A. Koszek [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net

Re: panic: if_attach called without if_alloc'd input()

2005-08-16 Thread Wojciech A. Koszek
are unrelated, but may not be. Hello, As I've written earlier, I had some time to analyze it. Detailed description: kern/84987 Patch is here: http://freebsd.czest.pl/dunstan/FreeBSD/diff.0.if.c Could someone review that patch? -- * Wojciech A. Koszek [EMAIL PROTECTED