From 7b7a92d3f4f94948c7603286f5630c979e02d5fb Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 25 Jan 2009 20:36:24 -0800 Subject: X86: Prevent Linux for probing for non-existant IDE controllers. --- configs/common/FSConfig.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configs/common/FSConfig.py') diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index e1fcbed2c..d91822f4d 100644 --- 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 -- cgit v1.2.3