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
f0c9261a
Commit
f0c9261a
authored
Apr 24, 2004
by
James Bottomley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aic7xxx: compile fix for EISA only case
We can't refer to PCI functions for a pure EISA machine.
parent
fc649790
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
drivers/scsi/aic7xxx/aic7xxx_osm.c
drivers/scsi/aic7xxx/aic7xxx_osm.c
+2
-0
No files found.
drivers/scsi/aic7xxx/aic7xxx_osm.c
View file @
f0c9261a
...
@@ -1543,6 +1543,7 @@ ahc_softc_comp(struct ahc_softc *lahc, struct ahc_softc *rahc)
...
@@ -1543,6 +1543,7 @@ ahc_softc_comp(struct ahc_softc *lahc, struct ahc_softc *rahc)
/* Still equal. Sort by BIOS address, ioport, or bus/slot/func. */
/* Still equal. Sort by BIOS address, ioport, or bus/slot/func. */
switch
(
rvalue
)
{
switch
(
rvalue
)
{
#ifdef CONFIG_PCI
case
AHC_PCI
:
case
AHC_PCI
:
{
{
char
primary_channel
;
char
primary_channel
;
...
@@ -1575,6 +1576,7 @@ ahc_softc_comp(struct ahc_softc *lahc, struct ahc_softc *rahc)
...
@@ -1575,6 +1576,7 @@ ahc_softc_comp(struct ahc_softc *lahc, struct ahc_softc *rahc)
value
=
1
;
value
=
1
;
break
;
break
;
}
}
#endif
case
AHC_EISA
:
case
AHC_EISA
:
if
((
rahc
->
flags
&
AHC_BIOS_ENABLED
)
!=
0
)
{
if
((
rahc
->
flags
&
AHC_BIOS_ENABLED
)
!=
0
)
{
value
=
rahc
->
platform_data
->
bios_address
value
=
rahc
->
platform_data
->
bios_address
...
...
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