Documentation ¶
Index ¶
Constants ¶
View Source
const ( PATH_SYS_BUS_PCI_DEVICES = "/sys/bus/pci/devices" PATH_SYS_DEVICES_PCI = "/sys/devices/pci" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PciDevice ¶
type PciDevice struct { Bus string VendorID string DeviceID string Class string SubsysVendor string SubsysDevice string Irq string Revision string VendorName string DeviceName string DeviceClass string Subsystem string KernelModule string KernelModuleAlias string KernelDriver string }
func ParsePciDevices ¶
Click to show internal directories.
Click to hide internal directories.