Module Name: src Committed By: snj Date: Sat Sep 13 17:56:51 UTC 2014
Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.5 Log Message: ticket 1124 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-6.1.5 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-6.1.5 diff -u src/doc/CHANGES-6.1.5:1.1.2.24 src/doc/CHANGES-6.1.5:1.1.2.25 --- src/doc/CHANGES-6.1.5:1.1.2.24 Tue Sep 9 08:49:43 2014 +++ src/doc/CHANGES-6.1.5 Sat Sep 13 17:56:51 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1.5,v 1.1.2.24 2014/09/09 08:49:43 msaitoh Exp $ +# $NetBSD: CHANGES-6.1.5,v 1.1.2.25 2014/09/13 17:56:51 snj Exp $ A complete list of changes from the NetBSD 6.1.4 release to the NetBSD 6.1.5 release: @@ -1304,3 +1304,10 @@ sys/arch/next68k/next68k/pmap_bootstrap. (panic: pmap_enter_ptpage: can't get KPT page), and this is the last possible m68k MD part of this PR. [tsutsui, ticket #1008] + +sys/dev/pci/pci_usrreq.c 1.26 + + Reject unaligned PCI config register ioctl requests before we + kassert. + [riastradh, ticket #1124] +