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 cb0d50bcd02..cf81e8b0a71 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.1684 2013/08/25 02:11:46 jsg Exp + * OpenBSD: pcidevs,v 1.1685 2013/09/11 09:29:20 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1344,6 +1344,10 @@ static const struct pci_known_product pci_known_products[] = { "Hudson-2 PCIE", }, { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_HUDSON2_PCIE_4, + "Hudson-2 PCIE", + }, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_SC751_SC, "751 System", }, |