Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jul 2011 18:06:53 +0000
From:      oleksandr@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r224056 - soc2011/oleksandr/oleksandr-head/head/sys/dev/ata
Message-ID:  <20110708180653.97EA2106564A@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oleksandr
Date: Fri Jul  8 18:06:53 2011
New Revision: 224056
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=224056

Log:
  Variable status_test for testing in ata driver

Modified:
  soc2011/oleksandr/oleksandr-head/head/sys/dev/ata/ata-all.c

Modified: soc2011/oleksandr/oleksandr-head/head/sys/dev/ata/ata-all.c
==============================================================================
--- soc2011/oleksandr/oleksandr-head/head/sys/dev/ata/ata-all.c	Fri Jul  8 18:05:05 2011	(r224055)
+++ soc2011/oleksandr/oleksandr-head/head/sys/dev/ata/ata-all.c	Fri Jul  8 18:06:53 2011	(r224056)
@@ -1553,7 +1553,7 @@
 	struct ata_channel *ch = device_get_softc(dev);
 	union ccb *ccb = request->ccb;
 	int fatalerr = 0;
-
+        ccb->ccb_h.status_test=CAM_REQ_INVALID;
 	if (ch->requestsense) {
 		ata_cam_process_sense(dev, request);
 		return;



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