diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-03 08:23:36 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-03 08:23:36 +0000 |
commit | 06282141eb620dc69b9f2d37c884c2ec57be0c70 (patch) | |
tree | c40e54f28267571d0416ee95a70dfe233c2535fe | |
parent | 4c1d80616599846a5dbcb922a38b310e0d2dab6d (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | 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 $ */ @@ -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", }, |