Subject: CVS commit: [netbsd-2-0] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/16/2005 20:05:39
Module Name: src
Committed By: jmc
Date: Fri Dec 16 20:05:39 UTC 2005
Modified Files:
src/sys/dev/ic [netbsd-2-0]: aic79xx_osm.c
Log Message:
Pullup rev 1.13-1.14 (requested by bouyer in ticket #10177)
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.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.2.1 src/sys/dev/ic/aic79xx_osm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.