|
@@ -3390,7 +3390,7 @@ qla1280_isp_cmd(struct scsi_qla_host *ha)
|
|
|
* On PCI bus, order reverses and write of 6 posts, then index 5,
|
|
|
* causing chip to issue full queue of stale commands
|
|
|
* The mmiowb() prevents future writes from crossing the barrier.
|
|
|
- * See Documentation/DocBook/deviceiobook.tmpl for more information.
|
|
|
+ * See Documentation/driver-api/device-io.rst for more information.
|
|
|
*/
|
|
|
WRT_REG_WORD(®->mailbox4, ha->req_ring_index);
|
|
|
mmiowb();
|