Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/dev/ic
Module Name: src
Committed By: tron
Date: Tue Nov 29 10:23:14 UTC 2005
Modified Files:
src/sys/dev/ic [netbsd-3]: aic79xx.c aic79xx_osm.c aic79xxvar.h
aic7xxx.c aic7xxx_inline.h aic7xxx_osm.c aic7xxxvar.h
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1014):
sys/dev/ic/aic7xxx.c: revision 1.117
sys/dev/ic/aic79xxvar.h: revision 1.20
sys/dev/ic/aic79xx_osm.c: revision 1.13
sys/dev/ic/aic7xxx_inline.h: revision 1.7
sys/dev/ic/aic79xx.c: revision 1.32
sys/dev/ic/aic7xxx_osm.c: revision 1.19
sys/dev/ic/aic7xxxvar.h: revision 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.
Fix a panic in uvm reported by John R. Shannon on port-xen; patch tested on
ahc by me and on ahd by John.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.30.2.1 src/sys/dev/ic/aic79xx.c
cvs rdiff -r1.12 -r1.12.2.1 src/sys/dev/ic/aic79xx_osm.c
cvs rdiff -r1.17 -r1.17.2.1 src/sys/dev/ic/aic79xxvar.h
cvs rdiff -r1.112.2.1 -r1.112.2.2 src/sys/dev/ic/aic7xxx.c
cvs rdiff -r1.6 -r1.6.2.1 src/sys/dev/ic/aic7xxx_inline.h
cvs rdiff -r1.16 -r1.16.2.1 src/sys/dev/ic/aic7xxx_osm.c
cvs rdiff -r1.47 -r1.47.2.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