Module Name: src Committed By: snj Date: Sat Sep 13 17:55:23 UTC 2014
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: ticket 1124 To generate a diff of this commit: cvs rdiff -u -r1.1.2.132 -r1.1.2.133 src/doc/CHANGES-6.2 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.2 diff -u src/doc/CHANGES-6.2:1.1.2.132 src/doc/CHANGES-6.2:1.1.2.133 --- src/doc/CHANGES-6.2:1.1.2.132 Tue Sep 9 08:49:13 2014 +++ src/doc/CHANGES-6.2 Sat Sep 13 17:55:23 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.132 2014/09/09 08:49:13 msaitoh Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.133 2014/09/13 17:55:23 snj Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -3738,3 +3738,9 @@ sys/arch/sparc/sparc/autoconf.c 1.258 Add device name mapping for "qfe" (quad hme) cards. Fix PR port-sparc/49103 from MOCHIDA Shuji. [martin, ticket #1110] + +sys/dev/pci/pci_usrreq.c 1.26 + + Reject unaligned PCI config register ioctl requests before we kassert. + [riastradh, ticket #1124] +