PERFORCE change 173275 for review
Alexander Motin
mav at FreeBSD.org
Sun Jan 17 17:04:38 UTC 2010
http://p4web.freebsd.org/chv.cgi?CH=173275
Change 173275 by mav at mav_mavtest on 2010/01/17 17:04:24
To not fetch number of ports on reset.
Affected files ...
.. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_pmp.c#28 edit
Differences ...
==== //depot/projects/scottl-camlock/src/sys/cam/ata/ata_pmp.c#28 (text+ko) ====
@@ -311,7 +311,7 @@
if (code == AC_SENT_BDR || code == AC_BUS_RESET)
softc->found = 0; /* We have to reset everything. */
if (softc->state == PMP_STATE_NORMAL) {
- softc->state = PMP_STATE_PORTS;
+ softc->state = PMP_STATE_PRECONFIG;
cam_periph_acquire(periph);
xpt_schedule(periph, CAM_PRIORITY_DEV);
} else
More information about the p4-projects
mailing list