Fill the single missing section in three scripts that had everything else
This commit is contained in:
@@ -24,6 +24,22 @@
|
||||
# list and reboot.
|
||||
#
|
||||
# ==============================================================================================
|
||||
# OPERATIONAL MODEL
|
||||
# ==============================================================================================
|
||||
#
|
||||
# One pass over PCIE_QUIET_DEVICES at array start. Each address is looked up under
|
||||
# /sys/bus/pci/devices, checked against the guards below, and removed through the kernel's own
|
||||
# per-device remove attribute. Nothing is masked and no kernel parameter is set.
|
||||
#
|
||||
# Idempotent, and silent when there is nothing to do. An address that is already gone is not an
|
||||
# error — that is the normal state on every array start after the first within one boot.
|
||||
#
|
||||
# Reapplied every array start rather than once, because a reboot re-enumerates the bus and the
|
||||
# devices come back. That is also the undo: clear PCIE_QUIET_DEVICES and reboot.
|
||||
#
|
||||
# PCIE_QUIET_ENABLED gates the whole run before any device is touched.
|
||||
#
|
||||
# ==============================================================================================
|
||||
# DESIGN PRINCIPLES
|
||||
# ==============================================================================================
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user