# Functions
NewDB Parse the PCI DB in its default locations or use the default builtin pci.ids db.
WithFilePath provides an Option to set the file path for the pciids database used by pciids interface.
# Constants
CLASS PCI class.
COMMENT '# something'.
DEVICE PCI device.
EOF end of file.
ILLEGAL a token which the Lexer does not understand.
NEWLINE '\n'.
PROGIF PCI programming interface.
SUBCLASS PCI subclass.
SUBVENDOR PCI subvendor.
VENDOR PCI vendor.
WS whitespace.
# Interfaces
Interface returns textual description of specific attributes of PCI devices.
# Type aliases
Option defines a function for passing options to the NewDB() call.