From 06282141eb620dc69b9f2d37c884c2ec57be0c70 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Mon, 3 Feb 2003 08:23:36 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 6 +++++- sys/dev/pci/pcidevs_data.h | 10 +++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index e66025c7ec2..c007c489386 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.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 $ */ @@ -572,6 +572,7 @@ #define PCI_VENDOR_NETOCTAVE 0x170b /* Netoctave */ #define PCI_VENDOR_ALTIMA 0x173b /* Altima */ #define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */ +#define PCI_VENDOR_LANERGY 0x1812 /* Lanergy */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology */ #define PCI_VENDOR_HINT 0x3388 /* Hint */ @@ -1573,6 +1574,9 @@ #define PCI_PRODUCT_LMC_SSI 0x0005 /* SSI */ #define PCI_PRODUCT_LMC_DS1 0x0006 /* DS1 */ +/* Lanergy */ +#define PCI_PRODUCT_LANERGY_APPIAN_PCI_LITE 0x0001 /* Appian Lite */ + /* Lava */ #define PCI_PRODUCT_LAVA_TWOSP_2S 0x0100 /* Dual Serial */ #define PCI_PRODUCT_LAVA_QUATTRO_AB 0x0101 /* Dual Serial */ 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 $ */ @@ -3166,6 +3166,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_LMC, PCI_PRODUCT_LMC_DS1, "DS1", }, + { + PCI_VENDOR_LANERGY, PCI_PRODUCT_LANERGY_APPIAN_PCI_LITE, + "Appian Lite", + }, { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_TWOSP_2S, "Dual Serial", @@ -8334,6 +8338,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_ANTARES, "Antares Microsystems", }, + { + PCI_VENDOR_LANERGY, + "Lanergy", + }, { PCI_VENDOR_SYMPHONY2, "Symphony Labs", -- cgit v1.2.3