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
0b2fe0e0
Commit
0b2fe0e0
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 pas16 work with new NCR5380
parent
7b79a07e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
drivers/scsi/pas16.h
drivers/scsi/pas16.h
+10
-4
No files found.
drivers/scsi/pas16.h
View file @
0b2fe0e0
...
...
@@ -118,7 +118,9 @@ int pas16_abort(Scsi_Cmnd *);
int
pas16_biosparam
(
Disk
*
,
struct
block_device
*
,
int
*
);
int
pas16_detect
(
Scsi_Host_Template
*
);
int
pas16_queue_command
(
Scsi_Cmnd
*
,
void
(
*
done
)(
Scsi_Cmnd
*
));
int
pas16_reset
(
Scsi_Cmnd
*
,
unsigned
int
);
int
pas16_bus_reset
(
Scsi_Cmnd
*
);
int
pas16_host_reset
(
Scsi_Cmnd
*
);
int
pas16_device_reset
(
Scsi_Cmnd
*
);
int
pas16_proc_info
(
char
*
buffer
,
char
**
start
,
off_t
offset
,
int
length
,
int
hostno
,
int
inout
);
...
...
@@ -144,8 +146,10 @@ int pas16_proc_info (char *buffer ,char **start, off_t offset,
name: "Pro Audio Spectrum-16 SCSI", \
detect: pas16_detect, \
queuecommand: pas16_queue_command, \
abort: pas16_abort, \
reset: pas16_reset, \
eh_abort_handler: pas16_abort, \
eh_bus_reset_handler: pas16_bus_reset, \
eh_device_reset_handler: pas16_device_reset, \
eh_host_reset_handler: pas16_host_reset, \
bios_param: pas16_biosparam, \
can_queue: CAN_QUEUE, \
this_id: 7, \
...
...
@@ -186,7 +190,9 @@ int pas16_proc_info (char *buffer ,char **start, off_t offset,
#define do_NCR5380_intr do_pas16_intr
#define NCR5380_queue_command pas16_queue_command
#define NCR5380_abort pas16_abort
#define NCR5380_reset pas16_reset
#define NCR5380_device_reset pas16_device_reset
#define NCR5380_bus_reset pas16_bus_reset
#define NCR5380_host_reset pas16_host_reset
#define NCR5380_proc_info pas16_proc_info
/* 15 14 12 10 7 5 3
...
...
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