Module Name: src
Committed By: bouyer
Date: Sat Mar 17 19:17:15 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket 1739 - 1742
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.147 -r1.1.2.148 src/doc/CHANGES-5.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-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.147 src/doc/CHANGES-5.2:1.1.2.148
--- src/doc/CHANGES-5.2:1.1.2.147 Sat Mar 17 18:52:59 2012
+++ src/doc/CHANGES-5.2 Sat Mar 17 19:17:15 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.147 2012/03/17 18:52:59 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.148 2012/03/17 19:17:15 bouyer Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -6197,3 +6197,35 @@ sys/dev/usb/umass_quirks.c patch
Philips SA235
Sandisk Sansa Clip
[riz, ticket #1737]
+sys/dev/pci/piixide.c 1.58
+sys/dev/pci/pcidevs patch
+sys/dev/pci/pcidevs.h patch
+sys/dev/pci/pcidevs_data.h patch
+
+ Add support for Intel 6 Series Serial ATA Controller
+ [sborrill, ticket #1739]
+
+xsrc/external/mit/xf86-video-r128/dist/src/r128.h 1.2
+xsrc/external/mit/xf86-video-r128/dist/src/r128_driver.c 1.2
+external/mit/xorg/server/drivers/xf86-video-r128/Makefile 1.4
+
+ don't build fbdev support on powerpc and sparc64
+ sprinkle #if(n)def to allow building the driver without any fbdev
+ support whatsoever
+ while there do what the comment suggests and fall through to turning off
+ the backlight in all DPMS modes except on
+ [phx, ticket #1740]
+
+sys/kern/kern_sig.c 1.300
+
+ kpsignal2: do not make the signal pending twice when tracing the
+ process, also update a comment and add an assert.
+ Fixes PR/42309 by Nicolas Joly.
+ [christos, ticket #1741]
+
+usr.bin/ktruss/makeerrnos.sh 1.6
+
+ Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more
+ portable. The latter is not supported by Mac OS X Lion.
+ [dyoung, ticket #1742]
+