diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c00935bf439..8347d2bc868 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.1495 2009/09/30 19:20:33 sthen Exp + * OpenBSD: pcidevs,v 1.1496 2009/10/02 17:54:26 miod Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5180,6 +5180,10 @@ static const struct pci_known_product pci_known_products[] = { "ZLXP-L2 (Pixelvision)", }, { + PCI_VENDOR_DEC, PCI_PRODUCT_DEC_MC, + "Memory Channel Cluster Controller", + }, + { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_21142, "21142/3", }, |