Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2017 10:20:36 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r317359 - stable/11/sys/dev/isp
Message-ID:  <201704241020.v3OAKaqR001917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Mon Apr 24 10:20:36 2017
New Revision: 317359
URL: https://svnweb.freebsd.org/changeset/base/317359

Log:
  MFC r315870: isp field in struct isp_pcmd is also unused.

Modified:
  stable/11/sys/dev/isp/isp_freebsd.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/isp/isp_freebsd.h
==============================================================================
--- stable/11/sys/dev/isp/isp_freebsd.h	Mon Apr 24 10:19:59 2017	(r317358)
+++ stable/11/sys/dev/isp/isp_freebsd.h	Mon Apr 24 10:20:36 2017	(r317359)
@@ -173,7 +173,6 @@ typedef struct tstate {
 struct isp_pcmd {
 	struct isp_pcmd *	next;
 	bus_dmamap_t 		dmap;		/* dma map for this command */
-	struct ispsoftc *	isp;		/* containing isp */
 	struct callout		wdog;		/* watchdog timer */
 	uint32_t		datalen;	/* data length for this command (target mode only) */
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704241020.v3OAKaqR001917>