Class OpenBsdGraphicsCard

    • Field Detail

      • PCI_CLASS_DISPLAY

        private static final java.lang.String PCI_CLASS_DISPLAY
        See Also:
        Constant Field Values
      • PCI_DUMP_HEADER

        private static final java.util.regex.Pattern PCI_DUMP_HEADER
    • Constructor Detail

      • OpenBsdGraphicsCard

        OpenBsdGraphicsCard​(java.lang.String name,
                            java.lang.String deviceId,
                            java.lang.String vendor,
                            java.lang.String versionInfo,
                            long vram)
        Constructor for OpenBsdGraphicsCard
        Parameters:
        name - The name
        deviceId - The device ID
        vendor - The vendor
        versionInfo - The version info
        vram - The VRAM
    • Method Detail

      • getGraphicsCards

        public static java.util.List<GraphicsCard> getGraphicsCards()
        public method used by AbstractHardwareAbstractionLayer to access the graphics cards.
        Returns:
        List of oshi.hardware.platform.unix.freebsd.OpenBsdGraphicsCard objects.