Module driverkit::pci::device_db

source ·
Expand description

Static library of PCI device, vendor IDs to PciDeviceInfo

A statically generated hashtable maps a key (a u32 constructed as vendor id << 16 | device id) -> to PciDeviceInfo.

Note on license

The PCI id database (parsed and included through pci_device_map.rs) is a compilation of factual data, and as such the copyright only covers the aggregation and formatting. The copyright of the DB files is held by Martin Mares and Albert Pool. Licensed as 3-clause BSD.

See also https://github.com/pciutils/pciids and https://github.com/ilyazzz/pci-id-parser for more details.

Structs

Statics

Functions