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
e0192566
Commit
e0192566
authored
May 06, 2003
by
James Bottomley
Browse files
Options
Browse Files
Download
Plain Diff
Fix aic merge error
parents
fd32ac22
6abea0ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
drivers/scsi/aic7xxx/Makefile
drivers/scsi/aic7xxx/Makefile
+2
-2
drivers/scsi/aic7xxx/aic79xx_osm.c
drivers/scsi/aic7xxx/aic79xx_osm.c
+2
-2
drivers/scsi/aic7xxx/aic7xxx_osm.c
drivers/scsi/aic7xxx/aic7xxx_osm.c
+2
-2
drivers/scsi/aic7xxx/aic7xxx_osm.h
drivers/scsi/aic7xxx/aic7xxx_osm.h
+2
-2
No files found.
drivers/scsi/aic7xxx/Makefile
View file @
e0192566
#
# Makefile for the Linux aic7xxx SCSI driver.
#
# $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Makefile#
5
$
# $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Makefile#
6
$
#
# Let kbuild descend into aicasm when cleaning
...
...
@@ -33,7 +33,7 @@ aic79xx-y += aic79xx_osm.o \
aic79xx_proc.o
\
aic79xx_osm_pci.o
EXTRA_CFLAGS
+=
-Idrivers
/scsi
EXTRA_CFLAGS
+=
-Idrivers
/scsi
-Werror
#EXTRA_CFLAGS += -g
# Files generated that shall be removed upon make clean
...
...
drivers/scsi/aic7xxx/aic79xx_osm.c
View file @
e0192566
/*
* Adaptec AIC79xx device driver for Linux.
*
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#1
59
$
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_osm.c#1
60
$
*
* --------------------------------------------------------------------------
* Copyright (c) 1994-2000 Justin T. Gibbs.
...
...
@@ -1406,7 +1406,7 @@ ahd_linux_abort(Scsi_Cmnd *cmd)
}
printf
(
"%s: At time of recovery, card was %spaused
\n
"
,
was_paused
?
""
:
"not "
);
ahd_name
(
ahd
),
was_paused
?
""
:
"not "
);
ahd_dump_card_state
(
ahd
);
disconnected
=
TRUE
;
...
...
drivers/scsi/aic7xxx/aic7xxx_osm.c
View file @
e0192566
/*
* Adaptec AIC7xxx device driver for Linux.
*
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#22
0
$
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#22
1
$
*
* Copyright (c) 1994 John Aycock
* The University of Calgary Department of Computer Science.
...
...
@@ -4877,7 +4877,7 @@ ahc_linux_queue_recovery_cmd(Scsi_Cmnd *cmd, scb_flag flag)
}
printf
(
"%s: At time of recovery, card was %spaused
\n
"
,
was_paused
?
""
:
"not "
);
ahc_name
(
ahc
),
was_paused
?
""
:
"not "
);
ahc_dump_card_state
(
ahc
);
disconnected
=
TRUE
;
...
...
drivers/scsi/aic7xxx/aic7xxx_osm.h
View file @
e0192566
...
...
@@ -53,7 +53,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#14
0
$
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.h#14
2
$
*
*/
#ifndef _AIC7XXX_LINUX_H_
...
...
@@ -746,7 +746,7 @@ static __inline void
ahc_midlayer_entrypoint_unlock
(
struct
ahc_softc
*
ahc
,
unsigned
long
*
flags
)
{
#if AHC_SCSI_HAS_HOST_LOCK == 0
spin_unlock
(
&
ah
d
->
platform_data
->
spin_lock
);
spin_unlock
(
&
ah
c
->
platform_data
->
spin_lock
);
spin_lock
(
&
io_request_lock
);
#endif
}
...
...
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