diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-06-18 14:49:44 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-06-18 14:49:44 +0000 |
commit | 635e5d64b4ec356a71947c388220252c19b19e66 (patch) | |
tree | f27f6b5331f0c77537d7b616be97aab8631ddf4c | |
parent | 713f9982917e52ff6c8a4fced15b1a2c13558f40 (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 96f654971a2..776ba6dfc6a 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.742 2004/06/16 20:50:59 matthieu Exp + * OpenBSD: pcidevs,v 1.743 2004/06/18 14:49:22 henning Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -222,6 +222,7 @@ #define PCI_VENDOR_AVERMEDIA 0x1461 /* Avermedia */ #define PCI_VENDOR_OXFORD 0x14d2 /* Oxford */ #define PCI_VENDOR_AIRONET 0x14b9 /* Aironet */ +#define PCI_VENDOR_AVLAB 0x14db /* Avlab */ #define PCI_VENDOR_INVERTEX 0x14e1 /* Invertex */ #define PCI_VENDOR_BROADCOM 0x14e4 /* Broadcom */ #define PCI_VENDOR_CONEXANT 0x14f1 /* Conexant */ @@ -713,6 +714,9 @@ #define PCI_PRODUCT_AVANCE2_ALG2302 0x2302 /* ALG2302 */ #define PCI_PRODUCT_AVANCE2_ALS4000 0x4000 /* ALS4000 */ +/* AVlab products */ +#define PCI_PRODUCT_AVLAB_LPPCI4S 0x2150 /* LP-PCI 4 Serial */ + /* AVM products */ #define PCI_PRODUCT_AVM_FRITZ_CARD 0x0a00 /* Fritz ISDN */ #define PCI_PRODUCT_AVM_FRITZ_PCI_V2_ISDN 0x0e00 /* Fritz v2.0 ISDN */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 437355996dd..83b93a18a6a 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.742 2004/06/16 20:50:59 matthieu Exp + * OpenBSD: pcidevs,v 1.743 2004/06/18 14:49:22 henning Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1527,6 +1527,10 @@ static const struct pci_known_product pci_known_products[] = { "ALS4000", }, { + PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_LPPCI4S, + "LP-PCI 4 Serial", + }, + { PCI_VENDOR_AVM, PCI_PRODUCT_AVM_FRITZ_CARD, "Fritz ISDN", }, @@ -8319,6 +8323,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Aironet", }, { + PCI_VENDOR_AVLAB, + "Avlab", + }, + { PCI_VENDOR_INVERTEX, "Invertex", }, |