Module Name: src Committed By: sborrill Date: Tue Oct 30 08:36:19 UTC 2018
Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1647 To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-7.3 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-7.3 diff -u src/doc/CHANGES-7.3:1.1.2.4 src/doc/CHANGES-7.3:1.1.2.5 --- src/doc/CHANGES-7.3:1.1.2.4 Mon Oct 15 08:05:43 2018 +++ src/doc/CHANGES-7.3 Tue Oct 30 08:36:19 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.3,v 1.1.2.4 2018/10/15 08:05:43 sborrill Exp $ +# $NetBSD: CHANGES-7.3,v 1.1.2.5 2018/10/30 08:36:19 sborrill Exp $ A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 release: @@ -74,3 +74,9 @@ sbin/gpt/gpt.c 1.76 Should fix PR 53668. [mlelstv, ticket #1643] +sys/dev/pci/if_wm.c 1.589 + + Fix KASSERT to prevent panic on CNP(Intel 300 series + I219) with + INTx interrupt (Xen dom0 or pre netbsd-8). + [msaitoh, ticket #1647] +