Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
a4b47d62
Commit
a4b47d62
authored
Jan 27, 2008
by
Stefan Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ieee1394: sbp2: relax SCSI DMA alignment
Signed-off-by:
Stefan Richter
<
stefanr@s5r6.in-berlin.de
>
parent
4b119e21
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
drivers/ieee1394/sbp2.c
drivers/ieee1394/sbp2.c
+2
-5
No files found.
drivers/ieee1394/sbp2.c
View file @
a4b47d62
...
@@ -1985,11 +1985,8 @@ static int sbp2scsi_slave_alloc(struct scsi_device *sdev)
...
@@ -1985,11 +1985,8 @@ static int sbp2scsi_slave_alloc(struct scsi_device *sdev)
lu
->
sdev
=
sdev
;
lu
->
sdev
=
sdev
;
sdev
->
allow_restart
=
1
;
sdev
->
allow_restart
=
1
;
/*
/* SBP-2 requires quadlet alignment of the data buffers. */
* Update the dma alignment (minimum alignment requirements for
blk_queue_update_dma_alignment
(
sdev
->
request_queue
,
4
-
1
);
* start and end of DMA transfers) to be a sector
*/
blk_queue_update_dma_alignment
(
sdev
->
request_queue
,
511
);
if
(
lu
->
workarounds
&
SBP2_WORKAROUND_INQUIRY_36
)
if
(
lu
->
workarounds
&
SBP2_WORKAROUND_INQUIRY_36
)
sdev
->
inquiry_len
=
36
;
sdev
->
inquiry_len
=
36
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment