X86: Take out the IDE noprobe kernel arguments.

This commit is contained in:
Gabe Black 2009-02-01 00:20:44 -08:00
parent d432bd13b2
commit 01679bb416

View file

@ -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