cvs commit: src/sys/cam/scsi scsi_cd.c
Thomas Quinot
thomas at FreeBSD.org
Tue Oct 7 07:47:03 PDT 2003
thomas 2003/10/07 07:47:00 PDT
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_cd.c
Log:
(cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctx
has been initialized.
(cdsysctlinit): Set flag CD_FLAG_SCTX_INIT after sysctl_ctx has been
initialized.
This resolves a panic encountered when a cd drive is sucessfully probed
but fails to attach.
Reviewed by: ken
Revision Changes Path
1.86 +15 -12 src/sys/cam/scsi/scsi_cd.c
More information about the cvs-src
mailing list