Re: kern/180382: [ae] kernel: ae0: watchdog timeout - resetting.

2013-07-09 Thread yongari
Synopsis: [ae] kernel: ae0: watchdog timeout - resetting. State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Tue Jul 9 11:21:13 UTC 2013 State-Changed-Why: Would you try patch at the following URL? http://freefall.freebsd.org/~yongari/ae.diff Responsible-Changed

sis(4) flow control

2013-07-09 Thread Andreas Longwitz
Some of my soekris boxes run with sis interfaces. Because I need ethernet flow control on these boxes I use the following patch (against 8-Stable) for some years: --- if_sis.c.orig 2013-05-15 20:01:16.0 +0200 +++ if_sis.c 2013-06-24 15:58:05.0 +0200 @@ -1965,6 +1965,

re0 not working at boot on -CURRENT

2013-07-09 Thread Guido Falsi
Hi, I have a PC with an integrate re ethernet interface, pciconf identifies it like this: re0@pci0:3:0:0: class=0x02 card=0x11c01734 chip=0x816810ec rev=0x07 hdr=0x00 I'm running FreeBSD current r252261. As stated in the subject after boot the interface does not work correctly. Using

Re: sis(4) flow control

2013-07-09 Thread Yonghyeon PYUN
On Tue, Jul 09, 2013 at 03:52:25PM +0200, Andreas Longwitz wrote: > Some of my soekris boxes run with sis interfaces. Because I need > ethernet flow control on these boxes I use the following patch (against > 8-Stable) for some years: > > --- if_sis.c.orig 2013-05-15 20:01:16.0 +0200