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 11ef327a46f..4cc176228c6 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.755 2004/08/18 17:34:53 millert Exp + * OpenBSD: pcidevs,v 1.756 2004/08/20 06:17:05 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4251,6 +4251,10 @@ static const struct pci_known_product pci_known_products[] = { "SKv2", }, { + PCI_VENDOR_MARVELL, PCI_PRODUCT_MARVELL_SK_V2_BELKIN, + "Belkin F5D5005", + }, + { PCI_VENDOR_MATROX, PCI_PRODUCT_MATROX_ATLAS, "MGA PX2085 (Atlas)", }, |