Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2009 18:56:00 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 167624 for review
Message-ID:  <200908221856.n7MIu0DZ022894@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167624

Change 167624 by mav@mav_mavbook on 2009/08/22 18:55:14

	Notify xpt about bus reset.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/dev/ata/ata-all.c#25 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/dev/ata/ata-all.c#25 (text+ko) ====

@@ -1381,6 +1381,7 @@
 	case XPT_RESET_BUS:		/* Reset the specified SCSI bus */
 	case XPT_RESET_DEV:	/* Bus Device Reset the specified SCSI device */
 		ATA_RESET(dev);
+		xpt_async(AC_BUS_RESET, ch->path, NULL);
 		ccb->ccb_h.status = CAM_REQ_CMP;
 		xpt_done(ccb);
 		break;



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