Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/doc #10198, 10177



details:   https://anonhg.NetBSD.org/src/rev/6fbff840986e
branches:  netbsd-2-0
changeset: 564930:6fbff840986e
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Dec 16 20:08:43 2005 +0000

description:
#10198, 10177

diffstat:

 doc/CHANGES-2.0.4 |  19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r d5994020dde9 -r 6fbff840986e doc/CHANGES-2.0.4
--- a/doc/CHANGES-2.0.4 Fri Dec 16 20:06:31 2005 +0000
+++ b/doc/CHANGES-2.0.4 Fri Dec 16 20:08:43 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0.4,v 1.1.2.14 2005/12/12 11:25:15 tron Exp $
+#      $NetBSD: CHANGES-2.0.4,v 1.1.2.15 2005/12/16 20:08:43 jmc Exp $
 
 A complete list of changes from the NetBSD 2.0.3 update to the NetBSD 2.0.4
 update.
@@ -112,3 +112,20 @@
        Clean up environment to avoid side effects on builds.
        [jmc, ticket #10194]
 
+distrib/notes/mac68k/prep                      1.14
+
+       Add text for workaround of sysinst not running newfs etc. PR#29049
+       [hubertf, ticket #10198]
+
+sys/dev/ic/aic79xx_osm.c                       1.13-1.14
+sys/dev/ic/aic7xxx_osm.c                       1.19-1.20
+sys/dev/ic/aic79xx.c                           1.32
+sys/dev/ic/aic79xxvar.h                                1.20
+sys/dev/ic/aic7xxx.c                           1.117
+sys/dev/ic/aic7xxx_inline.h                    1.7
+sys/dev/ic/aic7xxxvar.h                                1.50
+
+       Don't call alloc_scb() (which can call bus_dmamem_alloc/map) from
+       ADAPTER_REQ_RUN_XFER context (which can be interrupt context), defer 
+       this to the ADAPTER_REQ_GROW_RESOURCES callback. Fixes a panic in uvm.
+       [bouyer, ticket #10177]



Home | Main Index | Thread Index | Old Index