Date: Wed, 8 Oct 2003 00:12:30 -0700 (PDT) From: Thomas Quinot <thomas@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c Message-ID: <200310080712.h987CUh3027934@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310080712.h987CUh3027934>