Module Name: src
Committed By: snj
Date: Tue Dec 1 19:51:22 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Tickets 1158, 1160, 1161, 1166, 1174, and 1176.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.148 -r1.1.2.149 src/doc/CHANGES-5.1
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.1
diff -u src/doc/CHANGES-5.1:1.1.2.148 src/doc/CHANGES-5.1:1.1.2.149
--- src/doc/CHANGES-5.1:1.1.2.148 Sat Nov 28 19:00:03 2009
+++ src/doc/CHANGES-5.1 Tue Dec 1 19:51:22 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.148 2009/11/28 19:00:03 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.149 2009/12/01 19:51:22 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14986,3 +14986,37 @@
Fix PR kern/42318 and PR kern/42377
[bouyer, ticket #1171]
+sys/arch/amd64/amd64/machdep.c
+sys/arch/amd64/include/vmparam.h
+
+ On amd64, add a third free list distinct from the default free
+ list, holding RAM between 16Mb and 4Gb. This helps preventing
+ bus_dma(9) memory allocation failures for 32bit DMA on
+ large-memory machines.
+ [bouyer, ticket #1158]
+
+xsrc/external/mit/xf86-video-radeonhd/include/config.h
+
+ Regenerate xf86-video-radeohd's config.h.
+ [rafal, ticket #1160]
+
+sys/arch/i386/pnpbios/fdc_pnpbios.c 1.15
+
+ Fix attaching f...@pnpbios. Closes PR#42374.
+ [cube, ticket #1161]
+
+sys/arch/amiga/amiga/machdep.c 1.222
+
+ Correct the IPL_VM interrupt level mask.
+ [mhitch, ticket #1166]
+
+xsrc/external/mit/xf86-video-ati/include/config.h
+
+ Regenerate xf86-video-ati's config.h.
+ [rafal, ticket #1176]
+
+usr.sbin/rpc.lockd/lockd_lock.c 1.31
+
+ Allow comparing v2 and v3 filehandles.
+ [tron, ticket #1174]
+