PERFORCE change 167624 for review

Alexander Motin mav at FreeBSD.org
Sat Aug 22 18:56:01 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167624

Change 167624 by mav at 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;


More information about the p4-projects mailing list