Module Name: src Committed By: snj Date: Thu Sep 28 01:19:22 UTC 2017
Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: 293 To generate a diff of this commit: cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-8.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-8.0 diff -u src/doc/CHANGES-8.0:1.1.2.59 src/doc/CHANGES-8.0:1.1.2.60 --- src/doc/CHANGES-8.0:1.1.2.59 Sat Sep 23 18:27:21 2017 +++ src/doc/CHANGES-8.0 Thu Sep 28 01:19:22 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.0,v 1.1.2.59 2017/09/23 18:27:21 snj Exp $ +# $NetBSD: CHANGES-8.0,v 1.1.2.60 2017/09/28 01:19:22 snj Exp $ A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 until the 8.0 release: @@ -6050,3 +6050,12 @@ sys/arch/x68k/dev/vsvar.h 1.12-1.15 vi Make vs(4) work again. [isaki, ticket #172] +sys/dev/usb/if_athn_usb.c 1.23 + + PR/52553 Panic on "ifconfig athn0 up" + + Don't race for a transfer in athn_usb_init on the free list + for beacons. Instead pre-assign a transfer to beacons in + athn_usb_alloc_tx_list + [skrll, ticket #293] +