diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index deab1d07116..81716732795 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1842 2018/04/03 09:32:32 kettenis Exp + * OpenBSD: pcidevs,v 1.1843 2018/04/14 20:27:17 jcs Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -18336,6 +18336,10 @@ static const struct pci_known_product pci_known_products[] = { "PNIC-II", }, { + PCI_VENDOR_LITEON2, PCI_PRODUCT_LITEON2_CB1, + "CB1 NVMe", + }, + { PCI_VENDOR_GLOBALSUN, PCI_PRODUCT_GLOBALSUN_8031, "8031", }, @@ -28016,6 +28020,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "MSI", }, { + PCI_VENDOR_LITEON2, + "Lite-On", + }, + { PCI_VENDOR_AIRONET, "Aironet", }, |