Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Tickets 320-325
details: https://anonhg.NetBSD.org/src/rev/f1644cbde1fb
branches: netbsd-6
changeset: 774209:f1644cbde1fb
user: riz <riz%NetBSD.org@localhost>
date: Tue Jun 12 19:45:25 2012 +0000
description:
Tickets 320-325
diffstat:
doc/CHANGES-6.0 | 35 ++++++++++++++++++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
diffs (46 lines):
diff -r 3e1837cf0416 -r f1644cbde1fb doc/CHANGES-6.0
--- a/doc/CHANGES-6.0 Tue Jun 12 19:44:46 2012 +0000
+++ b/doc/CHANGES-6.0 Tue Jun 12 19:45:25 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.124 2012/06/12 19:31:50 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.125 2012/06/12 19:45:25 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -5485,3 +5485,36 @@
chipset.
[tsutsui, ticket #319]
+sys/arch/powerpc/pic/intr.c 1.21-1.22
+
+ Call the correct softint handlers.
+ [macallan, ticket #320]
+
+sys/arch/powerpc/oea/ofwoea_machdep.c 1.29
+
+ Make drivers that need PCI I/O access work again on
+ Grackle/Heathrow-based Macs.
+ [macallan, ticket #321]
+
+sys/dev/pci/machfb.c 1.75
+
+ Don't enable IO access - we don't use it and at least on some
+ macppc machines the IO BAR contains garbage.
+ [macallan, ticket #322]
+
+sys/dev/iscsi/iscsi_rcv.c 1.2
+sys/dev/iscsi/iscsi_send.c 1.2
+
+ Prevent large writes to iSCSI devices from freezing the system.
+ [mhitch, ticket #323]
+
+lib/libc/citrus/citrus_mapper.c 1.10
+
+ Fix memory leak in an error path. PR#46560.
+ [martin, ticket #324]
+
+sys/dev/ic/seeq8005.c 1.48
+
+ Disable TX/RX interrupts during shutdown. PR#46576.
+ [christos, ticket #325]
+
Home |
Main Index |
Thread Index |
Old Index