Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: simonb
Date: Mon Aug 11 06:43:38 UTC 2008
Modified Files:
src/sys/dev: ld.c ldvar.h
src/sys/dev/i2o: ld_iop.c
src/sys/dev/ic: ld_icp.c
src/sys/dev/pci: ld_twa.c
Log Message:
Add a flags argument to the ld(4) flush handlers, and call these with a
"poll" flag when called from ld_shutdown().
This is the infrastructure part of kern/38655 - in itself it doesn't
fix the panic referenced in that PR.
XXX: At least ld_twa.c and perhaps ld_iop.c and ld_icp.c need to
check for this new poll flag and do something useful.
To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/dev/ld.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/ldvar.h
cvs rdiff -r1.29 -r1.30 src/sys/dev/i2o/ld_iop.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/ic/ld_icp.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/pci/ld_twa.c
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