cvs commit: src/sys/cam/scsi scsi_da.c
Thomas Quinot
thomas at FreeBSD.org
Wed Oct 8 00:12:31 PDT 2003
thomas 2003/10/08 00:12:30 PDT
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_da.c
Log:
(dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free on
an uninitialized sysctl_ctx, using flag DA_FLAG_SCTX_INIT. This
prevents a panic encoutered with some umass units that probe correctly
but fail to attach. Same problem, and same fix, as scsi_cd.c rev. 1.86.
Reviewed by: njl, ken
Revision Changes Path
1.160 +5 -2 src/sys/cam/scsi/scsi_da.c
More information about the cvs-src
mailing list