projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56e182a
)
X86: Prevent Linux for probing for non-existant IDE controllers.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 26 Jan 2009 04:36:24 +0000
(20:36 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 26 Jan 2009 04:36:24 +0000
(20:36 -0800)
configs/common/FSConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/FSConfig.py
b/configs/common/FSConfig.py
index e1fcbed2c8c6d3a5b8803661f490ce67cb6dc7d6..d91822f4d943b83da596bcc13bb067e2d5ec1222 100644
(file)
--- a/
configs/common/FSConfig.py
+++ b/
configs/common/FSConfig.py
@@
-238,8
+238,10
@@
def makeLinuxX86System(mem_mode, mdesc = None):
range_type = 1))
# Command line
- self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015'
-
+ self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015 ' + \
+ 'ide0=noprobe ide1=noprobe ' + \
+ 'ide2=noprobe ide3=noprobe ' + \
+ 'ide4=noprobe ide5=noprobe'
return self