From 01679bb416f288057f81acc1cc6dac17415cfcb8 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 1 Feb 2009 00:20:44 -0800 Subject: X86: Take out the IDE noprobe kernel arguments. --- configs/common/FSConfig.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configs') diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index 45fdc80a1..a3d5bd0ed 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -283,10 +283,7 @@ def makeLinuxX86System(mem_mode, mdesc = None): range_type = 1)) # Command line - self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015 ' + \ - 'ide1=noprobe ' + \ - 'ide2=noprobe ide3=noprobe ' + \ - 'ide4=noprobe ide5=noprobe' + self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015' return self -- cgit v1.2.3