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
1ae4b2dd
Commit
1ae4b2dd
authored
Jun 26, 2004
by
James Bottomley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up fdomain after mismerge
Signed-off-by:
James Bottomley
<
James.Bottomley@SteelEye.com
>
parent
0a45b2af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
drivers/scsi/fdomain.c
drivers/scsi/fdomain.c
+1
-3
drivers/scsi/fdomain.h
drivers/scsi/fdomain.h
+3
-3
No files found.
drivers/scsi/fdomain.c
View file @
1ae4b2dd
...
...
@@ -419,8 +419,6 @@ static int FIFO_Size = 0x2000; /* 8k FIFO for
static
irqreturn_t
do_fdomain_16x0_intr
(
int
irq
,
void
*
dev_id
,
struct
pt_regs
*
regs
);
static
int
fdomain_16x0_bus_reset
(
struct
scsi_cmnd
*
SCpnt
);
/* Allow insmod parameters to be like LILO parameters. For example:
insmod fdomain fdomain=0x140,11 */
static
char
*
fdomain
=
NULL
;
...
...
@@ -1542,7 +1540,7 @@ static int fdomain_16x0_abort(struct scsi_cmnd *SCpnt)
return
SUCCESS
;
}
static
int
fdomain_16x0_bus_reset
(
struct
scsi_cmnd
*
SCpnt
)
int
fdomain_16x0_bus_reset
(
struct
scsi_cmnd
*
SCpnt
)
{
outb
(
1
,
SCSI_Cntl_port
);
do_pause
(
2
);
...
...
drivers/scsi/fdomain.h
View file @
1ae4b2dd
...
...
@@ -18,7 +18,7 @@
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/
extern
Scsi_Host_T
emplate
fdomain_driver_template
;
extern
struct
scsi_host_t
emplate
fdomain_driver_template
;
extern
int
fdomain_setup
(
char
*
str
);
extern
struct
Scsi_Host
*
__fdomain_16x0_detect
(
Scsi_Host_T
emplate
*
tpnt
);
extern
int
fdomain_16x0_bus_reset
(
Scsi_C
mnd
*
SCpnt
);
extern
struct
Scsi_Host
*
__fdomain_16x0_detect
(
struct
scsi_host_t
emplate
*
tpnt
);
extern
int
fdomain_16x0_bus_reset
(
struct
scsi_c
mnd
*
SCpnt
);
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