Just run this patch by Rehabman
#Maintained by: RehabMan for: Laptop Patches
#fix_PARSEOP_ZERO.txt
# credit toleda: http://www.tonymacx86.com/dsdt/89727-maciasl-patch-repository-thread.html#post574047
into device label PCI0 code_regex (\s+Zero){2,} removeall_matched;
# if you need something more agressive...
into_all all code_regex (\s+Zero){2,} removeall_matched;
into device label PCI0 code_regex (\s+Zero){2,} removeall_matched;