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
d8ff2b7f
Commit
d8ff2b7f
authored
Apr 01, 2004
by
Patrick Mochel
Committed by
Patrick Mochel
Apr 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: Add support for the ALi 1563 in the PCI IRQ routing code.
parent
bb883e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
arch/i386/pci/irq.c
arch/i386/pci/irq.c
+3
-2
No files found.
arch/i386/pci/irq.c
View file @
d8ff2b7f
...
...
@@ -590,12 +590,13 @@ static __init int ali_router_probe(struct irq_router *r, struct pci_dev *router,
{
switch
(
device
)
{
case
PCI_DEVICE_ID_AL_M1533
:
case
PCI_DEVICE_ID_AL_M1533
:
case
PCI_DEVICE_ID_AL_M1563
:
printk
(
"PCI: Using ALI IRQ Router
\n
"
);
r
->
name
=
"ALI"
;
r
->
get
=
pirq_ali_get
;
r
->
set
=
pirq_ali_set
;
return
1
;
/* Should add 156x some day */
}
return
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