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
Kirill Smelkov
linux
Commits
bdc654ae
Commit
bdc654ae
authored
Oct 08, 2002
by
Alan Cox
Committed by
Linus Torvalds
Oct 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] make dmx1391 work with new 5380
parent
fdacf5b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
drivers/scsi/dmx3191d.h
drivers/scsi/dmx3191d.h
+7
-3
No files found.
drivers/scsi/dmx3191d.h
View file @
bdc654ae
...
...
@@ -27,7 +27,9 @@ const char* dmx3191d_info(struct Scsi_Host *);
int
dmx3191d_proc_info
(
char
*
,
char
**
,
off_t
,
int
,
int
,
int
);
int
dmx3191d_queue_command
(
Scsi_Cmnd
*
,
void
(
*
done
)(
Scsi_Cmnd
*
));
int
dmx3191d_release_resources
(
struct
Scsi_Host
*
);
int
dmx3191d_reset
(
Scsi_Cmnd
*
,
unsigned
int
);
int
dmx3191d_bus_reset
(
Scsi_Cmnd
*
);
int
dmx3191d_host_reset
(
Scsi_Cmnd
*
);
int
dmx3191d_device_reset
(
Scsi_Cmnd
*
);
#define DMX3191D { \
...
...
@@ -37,8 +39,10 @@ int dmx3191d_reset(Scsi_Cmnd *, unsigned int);
release: dmx3191d_release_resources, \
info: dmx3191d_info, \
queuecommand: dmx3191d_queue_command, \
abort: dmx3191d_abort, \
reset: dmx3191d_reset, \
eh_abort_handler: dmx3191d_abort, \
eh_bus_reset_handler: dmx3191d_bus_reset, \
eh_device_reset_handler:dmx3191d_device_reset, \
eh_host_reset_handler: dmx3191d_host_reset, \
bios_param: NULL, \
can_queue: 32, \
this_id: 7, \
...
...
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