cvs commit: src/sys/dev/ata atapi-cam.c
Thomas Quinot
thomas at FreeBSD.org
Tue Feb 27 09:00:52 UTC 2007
thomas 2007-02-27 09:00:51 UTC
FreeBSD src repository
Modified files:
sys/dev/ata atapi-cam.c
Log:
(cam_rescan): Do not reference ccb->ccb_h.path in CAM_DEBUG call before
it is initialized; use path instead.
This change fixes a panic when using atapicam in conjunction with CAMDEBUG,
which has been described under kern/103602.
Thanks to Josh Carroll <josh.carroll at gmail.com> for providing the traces
that allowed identifying this problem.
PR: kern/103602
MFC after: 1 week
Revision Changes Path
1.47 +2 -2 src/sys/dev/ata/atapi-cam.c
More information about the cvs-src
mailing list