pci synchronous start up

- fixes a race between rs and pci
This commit is contained in:
Tomas Hruby 2010-05-07 16:23:07 +00:00
parent 4f962b4798
commit ae9222a72b

View file

@ -5,7 +5,7 @@ exec >/dev/log
exec 2>/dev/log exec 2>/dev/log
exec </dev/null exec </dev/null
/bin/service -cn up /bin/pci -config /etc/system.conf /bin/service -c up /bin/pci -config /etc/system.conf
/bin/service -cn up /bin/floppy -config /etc/system.conf -dev /dev/fd0 /bin/service -cn up /bin/floppy -config /etc/system.conf -dev /dev/fd0
if [ X`/bin/sysenv bios_wini` = Xyes ] if [ X`/bin/sysenv bios_wini` = Xyes ]
then then