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
32019cbc
Commit
32019cbc
authored
Apr 02, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] add AMD Elan resources.
parent
73861c9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/i386/kernel/setup.c
arch/i386/kernel/setup.c
+4
-0
No files found.
arch/i386/kernel/setup.c
View file @
32019cbc
...
...
@@ -210,6 +210,10 @@ struct resource standard_io_resources[] = {
{
"dma2"
,
0xc0
,
0xdf
,
IORESOURCE_BUSY
},
{
"fpu"
,
0xf0
,
0xff
,
IORESOURCE_BUSY
}
};
#ifdef CONFIG_MELAN
standard_io_resources
[
1
]
=
{
"pic1"
,
0x20
,
0x21
,
IORESOURCE_BUSY
};
standard_io_resources
[
5
]
=
{
"pic2"
,
0xa0
,
0xa1
,
IORESOURCE_BUSY
};
#endif
#define STANDARD_IO_RESOURCES (sizeof(standard_io_resources)/sizeof(struct resource))
...
...
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