FreeBSD_HEAD - Build #2841 - Fixed

2015-06-08 Thread jenkins-admin
FreeBSD_HEAD - Build #2841 - Fixed: Check console output at https://jenkins.freebsd.org/job/FreeBSD_HEAD/2841/ to view the results. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, se

please test: iwn(4) patch to buffer 5ghz frames before transmitting

2015-06-08 Thread Adrian Chadd
Hi, This patch: ___ 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"

Those at BSDCan 2015: please test: iwn(4) patch to buffer 5ghz frames before transmitting

2015-06-08 Thread Adrian Chadd
Sigh. This patch: https://people.freebsd.org/~adrian/net80211/20150524-iwn-delay-xmit-passive-1.diff along with the latest net80211 tree in -HEAD will buffer frames until the first beacon is received after association. It doesn't (yet!) purge frames in all the right places, but it should be enou

Re: acpi_ibm boot panic

2015-06-08 Thread Andrey Fesenko
On Mon, Jun 8, 2015 at 9:10 PM, Rui Paulo wrote: > The patch looks fine (goto or no-goto). I'm curious as to why you have no > SMBIOS strings though. Are you EFI-booting? Did you upgrade EFI so that it > exports SMBIOS strings to kenv? I recently fixed this problem in EFI. I'm testing first v

Re: acpi_ibm boot panic

2015-06-08 Thread Rui Paulo
The patch looks fine (goto or no-goto).  I'm curious as to why you have no SMBIOS strings though.  Are you EFI-booting?  Did you upgrade EFI so that it exports SMBIOS strings to kenv?  I recently fixed this problem in EFI. ___ freebsd-current@freebsd.o

Re: Those at BSDCan 2015: please test: iwn(4) patch to buffer 5ghz frames before transmitting

2015-06-08 Thread David Wolfskill
On Mon, Jun 08, 2015 at 08:29:17AM -0700, Adrian Chadd wrote: > Sigh. > > This patch: > > https://people.freebsd.org/~adrian/net80211/20150524-iwn-delay-xmit-passive-1.diff > > along with the latest net80211 tree in -HEAD will buffer frames until > the first beacon is received after association.