diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-20 06:17:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-20 06:17:21 +0000 |
commit | 785be6d012679b9dc4b091c5e0eb549c1aeddfab (patch) | |
tree | 06025e295b146e05bcdb7e8f225e82d1c4ced838 /sys/dev | |
parent | fbad4d9901be3c7a67ad343f4096b6128f58e5fb (diff) |
sync
Diffstat (limited to 'sys/dev')
-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 9869bc0128f..3f710288b51 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.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 $ */ @@ -1555,6 +1555,7 @@ /* Marvell products */ #define PCI_PRODUCT_MARVELL_SK_V2 0x4320 /* SKv2 */ +#define PCI_PRODUCT_MARVELL_SK_V2_BELKIN 0x5005 /* Belkin F5D5005 */ /* Matrox products */ #define PCI_PRODUCT_MATROX_ATLAS 0x0518 /* MGA PX2085 (Atlas) */ 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)", }, |