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
e63501d5
Commit
e63501d5
authored
Jan 11, 2008
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Pull bugzilla-5637 into release branch
parents
88fb61e4
96c2a876
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
drivers/acpi/pci_irq.c
drivers/acpi/pci_irq.c
+9
-0
No files found.
drivers/acpi/pci_irq.c
View file @
e63501d5
...
...
@@ -429,6 +429,15 @@ int acpi_pci_irq_enable(struct pci_dev *dev)
&
polarity
,
&
link
,
acpi_pci_allocate_irq
);
if
(
irq
<
0
)
{
/*
* IDE legacy mode controller IRQs are magic. Why do compat
* extensions always make such a nasty mess.
*/
if
(
dev
->
class
>>
8
==
PCI_CLASS_STORAGE_IDE
&&
(
dev
->
class
&
0x05
)
==
0
)
return
0
;
}
/*
* No IRQ known to the ACPI subsystem - maybe the BIOS /
* driver reported one, then use it. Exit in any case.
...
...
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