diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 39ce8a6eaa5..164d9eba593 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.956 2005/11/02 17:08:21 deraadt Exp + * OpenBSD: pcidevs,v 1.957 2005/11/06 23:11:57 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1805,6 +1805,7 @@ #define PCI_PRODUCT_LMC_DS3 0x0004 /* DS3 */ #define PCI_PRODUCT_LMC_SSI 0x0005 /* SSI */ #define PCI_PRODUCT_LMC_DS1 0x0006 /* DS1 */ +#define PCI_PRODUCT_LMC_HSSIC 0x0007 /* HSSIc */ /* Lanergy */ #define PCI_PRODUCT_LANERGY_APPIAN_PCI_LITE 0x0001 /* Appian Lite */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 3fb565c3361..3961ef15571 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.956 2005/11/02 17:08:21 deraadt Exp + * OpenBSD: pcidevs,v 1.957 2005/11/06 23:11:57 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5167,6 +5167,10 @@ static const struct pci_known_product pci_known_products[] = { "DS1", }, { + PCI_VENDOR_LMC, PCI_PRODUCT_LMC_HSSIC, + "HSSIc", + }, + { PCI_VENDOR_LANERGY, PCI_PRODUCT_LANERGY_APPIAN_PCI_LITE, "Appian Lite", }, |