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
a25cb1fc
Commit
a25cb1fc
authored
May 06, 2003
by
James Bottomley
Browse files
Options
Browse Files
Download
Plain Diff
Merge raven.il.steeleye.com:/home/jejb/BK/scsi-aic-2.5
into raven.il.steeleye.com:/home/jejb/BK/scsi-misc-2.5
parents
e0192566
bc286417
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
drivers/scsi/dc395x.c
drivers/scsi/dc395x.c
+1
-0
drivers/scsi/ncr53c8xx.c
drivers/scsi/ncr53c8xx.c
+1
-1
drivers/scsi/sim710.c
drivers/scsi/sim710.c
+1
-1
No files found.
drivers/scsi/dc395x.c
View file @
a25cb1fc
...
...
@@ -51,6 +51,7 @@
#include <linux/delay.h>
#include <linux/ctype.h>
#include <linux/blk.h>
#include <asm/io.h>
#include "scsi.h"
#include "hosts.h"
#include "dc395x.h"
...
...
drivers/scsi/ncr53c8xx.c
View file @
a25cb1fc
...
...
@@ -9466,7 +9466,7 @@ static Scsi_Host_Template driver_template = {
.
release
=
ncr53c8xx_release
,
#endif
#ifdef SCSI_NCR_PROC_INFO_SUPPORT
.
proc_info
=
ncr53c8xx_proc_info
;
.
proc_info
=
ncr53c8xx_proc_info
,
#endif
.
info
=
ncr53c8xx_info
,
.
queuecommand
=
ncr53c8xx_queue_command
,
...
...
drivers/scsi/sim710.c
View file @
a25cb1fc
...
...
@@ -155,7 +155,7 @@ sim710_probe_common(struct device *dev, unsigned long base_addr,
static
__devexit
int
sim710_device_remove
(
struct
device
*
dev
)
{
struct
Scsi_Host
*
host
=
to_scsi_
host
(
dev
);
struct
Scsi_Host
*
host
=
dev_to_s
host
(
dev
);
struct
NCR_700_Host_Parameters
*
hostdata
=
(
struct
NCR_700_Host_Parameters
*
)
host
->
hostdata
[
0
];
...
...
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