diff options
author | 2013-09-11 09:29:51 +0000 | |
---|---|---|
committer | 2013-09-11 09:29:51 +0000 | |
commit | 5e2042c7e0302a3192aa5fabb73da527af8348de (patch) | |
tree | 94358f1e980e8bf344278396ffd5eff7c7795896 | |
parent | Another AMD Hudson-2 PCIE bridge. (diff) | |
download | wireguard-openbsd-5e2042c7e0302a3192aa5fabb73da527af8348de.tar.xz wireguard-openbsd-5e2042c7e0302a3192aa5fabb73da527af8348de.zip |
regen
-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 38f2e799313..ebd5f547dd1 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.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 $ */ @@ -737,6 +737,7 @@ #define PCI_PRODUCT_AMD_HUDSON2_PCIE_1 0x43a0 /* Hudson-2 PCIE */ #define PCI_PRODUCT_AMD_HUDSON2_PCIE_2 0x43a1 /* Hudson-2 PCIE */ #define PCI_PRODUCT_AMD_HUDSON2_PCIE_3 0x43a2 /* Hudson-2 PCIE */ +#define PCI_PRODUCT_AMD_HUDSON2_PCIE_4 0x43a3 /* Hudson-2 PCIE */ /* http://www.amd.com/products/cpg/athlon/techdocs/pdf/21910.pdf */ #define PCI_PRODUCT_AMD_SC751_SC 0x7006 /* 751 System */ #define PCI_PRODUCT_AMD_SC751_PPB 0x7007 /* 751 */ 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", }, |