Device
data class Device(val slot: String, val devClass: String, val vendor: String, val device: String, val subsystemVendor: String?, val subsystemDevice: String?, val phySlot: String?, val rev: Int?, val progIf: Int?, val driver: String?, val module: List<String>, val numaNode: Int?, val iommuGroup: Int?)
A single PCI device present on a host.
The fields are referenced from the machine-readable output of lspci
. See the manpage for an explanation of each field.