Re: Change for the worse in rsu wireless driver

2014-06-04 Thread Hans Petter Selasky
On 06/04/14 08:53, Hans Petter Selasky wrote: On 06/04/14 04:13, Thomas Mueller wrote: Yes, please apply by hand. I'll see if I can do some testing myself. I happen to have one of these adapters too and the link is very unstable :-) --HPS Hi, Please test the following patch, applied to top

Jenkins build is back to normal : FreeBSD_HEAD #806

2014-06-04 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

BUG: some drivers return ENOBUFS when the mbuf is actually queued

2014-06-04 Thread Luigi Rizzo
Hi, if I read correctly the code, there are a few network device drivers (igb, ixgbe, i40e, vtnet, vmxnet) where ifp->if_transmit(ifp, m) can return ENOBUFS even when 'm' has _not_ been dropped: e1000/if_igb.c :: igb_mq_start() can return ENOBUFS from igb_xmit() ixgbe/ixgbe_ma

Re: BUG: some drivers return ENOBUFS when the mbuf is actually queued

2014-06-04 Thread Michael Tuexen
On 04 Jun 2014, at 15:49, Luigi Rizzo wrote: > Hi, > if I read correctly the code, there are a few network device drivers > (igb, ixgbe, i40e, vtnet, vmxnet) where ifp->if_transmit(ifp, m) > can return ENOBUFS even when 'm' has _not_ been dropped: > > e1000/if_igb.c :: igb_mq_start() >

Re: "CPU0: local APIC error 0x40"

2014-06-04 Thread John Baldwin
On Monday, June 02, 2014 5:32:13 pm Edward Tomasz NapieraƂa wrote: > Some machines, including ThinkPad T61, emit the following error message > early during boot: > > CPU0: local APIC error 0x40 > > The message itself doesn't seem to be much of a problem. However, > every once in a while booting

Re: BUG: some drivers return ENOBUFS when the mbuf is actually queued

2014-06-04 Thread Bryan Venteicher
On Wed, Jun 4, 2014 at 8:49 AM, Luigi Rizzo wrote: > Hi, > if I read correctly the code, there are a few network device drivers > (igb, ixgbe, i40e, vtnet, vmxnet) where ifp->if_transmit(ifp, m) > can return ENOBUFS even when 'm' has _not_ been dropped: > > e1000/if_igb.c :: igb_mq_start() >

Change for the worse in rsu wireless driver

2014-06-04 Thread Thomas Mueller
from Idwer Vollering : > I'm on 10-STABLE r267049, with a local change to > sys/dev/usb/wlan/if_rsu.c that reverts EW7622UMN back to RTL8192SU_3. > > At least my adapter is working a bit more stable now :-) > Mine seems to get stuck in "rsu_calib_task: running calibration task" often. > HTH, >