Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261
b: refs/heads/master
c: ac21e9f
h: refs/heads/master
i:
  259: 7168673
v: v3
  • Loading branch information
gregkh@suse.de committed Apr 19, 2005
1 parent d1d8d99 commit 284dc7e
Show file tree
Hide file tree
Showing 75 changed files with 6,981 additions and 24,440 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0698f2f6e4839ce9463ce731c892993215ea067
refs/heads/master: ac21e9ff08db3d6fac41d356c77fcb531c2e03e1
12 changes: 9 additions & 3 deletions trunk/Documentation/DMA-mapping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,15 @@ Only streaming mappings specify a direction, consistent mappings
implicitly have a direction attribute setting of
PCI_DMA_BIDIRECTIONAL.

The SCSI subsystem tells you the direction to use in the
'sc_data_direction' member of the SCSI command your driver is
working on.
The SCSI subsystem provides mechanisms for you to easily obtain
the direction to use, in the SCSI command:

scsi_to_pci_dma_dir(SCSI_DIRECTION)

Where SCSI_DIRECTION is obtained from the 'sc_data_direction'
member of the SCSI command your driver is working on. The
mentioned interface above returns a value suitable for passing
into the streaming DMA mapping interfaces below.

For Networking drivers, it's a rather simple affair. For transmit
packets, map/unmap them with the PCI_DMA_TODEVICE direction
Expand Down
1,865 changes: 0 additions & 1,865 deletions trunk/Documentation/scsi/ChangeLog.lpfc

This file was deleted.

83 changes: 0 additions & 83 deletions trunk/Documentation/scsi/lpfc.txt

This file was deleted.

Loading

0 comments on commit 284dc7e

Please sign in to comment.