Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
db3f7025
Commit
db3f7025
authored
Jul 23, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ESP SCSI: Remove bogus cli/sti usage.
parent
14ae6296
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
drivers/scsi/esp.c
drivers/scsi/esp.c
+0
-3
No files found.
drivers/scsi/esp.c
View file @
db3f7025
...
...
@@ -491,8 +491,6 @@ static void esp_reset_dma(struct esp *esp)
case
dvmahme
:
/* This is the HME DVMA gate array. */
save_flags
(
flags
);
cli
();
/* I really hate this chip. */
sbus_writel
(
DMA_RESET_FAS366
,
esp
->
dregs
+
DMA_CSR
);
sbus_writel
(
DMA_RST_SCSI
,
esp
->
dregs
+
DMA_CSR
);
...
...
@@ -521,7 +519,6 @@ static void esp_reset_dma(struct esp *esp)
*/
sbus_writel
(
0
,
esp
->
dregs
+
DMA_ADDR
);
restore_flags
(
flags
);
break
;
case
dvmarev2
:
/* This is the gate array found in the sun4m
...
...
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