svn commit: r208900 - head/sys/cam/scsi

Matt Jacob mjacob at FreeBSD.org
Mon Jun 7 22:43:37 UTC 2010


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)


More information about the svn-src-all mailing list