Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2] src/sys/dev/ic
Module Name: src
Committed By: jmc
Date: Fri Dec 16 20:11:56 UTC 2005
Modified Files:
src/sys/dev/ic [netbsd-2]: aic7xxxvar.h
Log Message:
Pullup rev 1.50 (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.43 -r1.43.4.1 src/sys/dev/ic/aic7xxxvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index