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
5b2654c7
Commit
5b2654c7
authored
Feb 07, 2004
by
Bartlomiej Zolnierkiewicz
Committed by
Linus Torvalds
Feb 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] fix too early probing of default IDE ports
It was broken by IDE modular fixes in 2.6.2.
parent
6e286d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
drivers/ide/ide.c
drivers/ide/ide.c
+2
-0
No files found.
drivers/ide/ide.c
View file @
5b2654c7
...
...
@@ -299,7 +299,9 @@ static void __init init_ide_data (void)
init_hwif_data
(
index
);
/* Add default hw interfaces */
initializing
=
1
;
ide_init_default_hwifs
();
initializing
=
0
;
idebus_parameter
=
0
;
system_bus_speed
=
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