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 80262a666ff..b91e5418e46 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.590 2003/01/26 20:00:12 mickey Exp + * OpenBSD: pcidevs,v 1.591 2003/02/03 08:22:57 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3167,6 +3167,10 @@ static const struct pci_known_product pci_known_products[] = { "DS1", }, { + PCI_VENDOR_LANERGY, PCI_PRODUCT_LANERGY_APPIAN_PCI_LITE, + "Appian Lite", + }, + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_TWOSP_2S, "Dual Serial", }, @@ -8335,6 +8339,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Antares Microsystems", }, { + PCI_VENDOR_LANERGY, + "Lanergy", + }, + { PCI_VENDOR_SYMPHONY2, "Symphony Labs", }, |