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
6aa116b0
Commit
6aa116b0
authored
Apr 10, 2002
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup.c:
Move disabling of 8259 irqs into iosapic.c.
parent
9ec2edee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
arch/ia64/dig/setup.c
arch/ia64/dig/setup.c
+0
-13
No files found.
arch/ia64/dig/setup.c
View file @
6aa116b0
...
...
@@ -33,7 +33,6 @@
* is sufficient (the IDE driver will autodetect the drive geometry).
*/
char
drive_info
[
4
*
16
];
extern
int
pcat_compat
;
void
__init
dig_setup
(
char
**
cmdline_p
)
...
...
@@ -83,16 +82,4 @@ dig_setup (char **cmdline_p)
void
__init
dig_irq_init
(
void
)
{
if
(
pcat_compat
)
{
/*
* Disable the compatibility mode interrupts (8259 style), needs IN/OUT support
* enabled.
*/
printk
(
"%s: Disabling PC-AT compatible 8259 interrupts
\n
"
,
__FUNCTION__
);
outb
(
0xff
,
0xA1
);
outb
(
0xff
,
0x21
);
}
else
{
printk
(
"%s: System doesn't have PC-AT compatible dual-8259 setup. "
"Nothing to be done
\n
"
,
__FUNCTION__
);
}
}
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