Date: Mon, 7 Jun 2010 22:43:37 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r208900 - head/sys/cam/scsi Message-ID: <201006072243.o57MhbnX013498@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mjacob Date: Mon Jun 7 22:43:37 2010 New Revision: 208900 URL: http://svn.freebsd.org/changeset/base/208900 Log: redfacedly noting a missing part of a patch. Pointy Hat To: Me MFC after: 2 Week X-MFC: 208896 Modified: head/sys/cam/scsi/scsi_da.c Modified: head/sys/cam/scsi/scsi_da.c ============================================================================== --- head/sys/cam/scsi/scsi_da.c Mon Jun 7 20:31:55 2010 (r208899) +++ head/sys/cam/scsi/scsi_da.c Mon Jun 7 22:43:37 2010 (r208900) @@ -1079,6 +1079,7 @@ dasysctlinit(void *context, int pending) struct cam_periph *periph; struct da_softc *softc; char tmpstr[80], tmpstr2[80]; + struct ccb_trans_settings cts; periph = (struct cam_periph *)context; if (cam_periph_acquire(periph) != CAM_REQ_CMP)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006072243.o57MhbnX013498>