# record the devices that we break in here. Assuming everything # goes to plan we should get them back once the recover process # is finished.
devices=""
# Build up a list of candidate devices. for dev in `ls -1 /sys/bus/pci/devices/ | grep '\.0$'` ; do if ! eeh_can_break $dev ; then
continue; fi
# Skip VFs for now since we don't have a reliable way to break them. if [ -e "/sys/bus/pci/devices/$dev/physfn" ] ; then echo"$dev, Skipped: virtfn"
continue; fi
echo"$dev, Added"
# Add to this list of device to check
devices="$devices $dev" done
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.