| Modifier and Type | Method and Description |
|---|---|
static Optional<PciCard> |
PciCard.fromGeographicAddress(String geo)
Reads the "irq" and "resource" files from a directory under /sys/bus/pci/devices.
|
static Optional<PciCard> |
PciCard.fromVendorId(int vid)
Searches the directories under PCI_DEVICES for any one which has a "vendor" file containing
the desired vendor ID, then calls fromGeographic().
|
Copyright © 2016 LSST. All rights reserved.