diff options
author | 2008-10-04 21:42:02 +0000 | |
---|---|---|
committer | 2008-10-04 21:42:02 +0000 | |
commit | ca547bd56d20fd3fd74fe0a4196adecb84cc3e97 (patch) | |
tree | 26358a5065f89f3a1fbf0ca0a0f67ae879ae0e5b | |
parent | Some AMD RS780 IDs (same as those listed under ATI). (diff) | |
download | wireguard-openbsd-ca547bd56d20fd3fd74fe0a4196adecb84cc3e97.tar.xz wireguard-openbsd-ca547bd56d20fd3fd74fe0a4196adecb84cc3e97.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 26 |
2 files changed, 32 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8e11db9aabc..00190b32713 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.1418 2008/10/02 15:16:43 mbalmer Exp + * OpenBSD: pcidevs,v 1.1419 2008/10/04 21:41:04 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -719,6 +719,12 @@ #define PCI_PRODUCT_AMD_8111_SMB 0x746a /* 8111 SMBus */ #define PCI_PRODUCT_AMD_8111_PMC 0x746b /* 8111 Power */ #define PCI_PRODUCT_AMD_8111_ACA 0x746d /* 8111 AC97 */ +#define PCI_PRODUCT_AMD_RS780_HB 0x9600 /* RS780 Host */ +#define PCI_PRODUCT_AMD_RS780_PCIE_1 0x9602 /* RS780 PCIE */ +#define PCI_PRODUCT_AMD_RS780_PCIE_2 0x9603 /* RS780 PCIE */ +#define PCI_PRODUCT_AMD_RS780_PCIE_3 0x9604 /* RS780 PCIE */ +#define PCI_PRODUCT_AMD_RS780_PCIE_4 0x9605 /* RS780 PCIE */ +#define PCI_PRODUCT_AMD_RS780_PCIE_5 0x9606 /* RS780 PCIE */ /* AMI */ #define PCI_PRODUCT_AMI_MEGARAID 0x1960 /* MegaRAID */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index b87814d3a46..90d8cebb29b 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.1418 2008/10/02 15:16:43 mbalmer Exp + * OpenBSD: pcidevs,v 1.1419 2008/10/04 21:41:04 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1352,6 +1352,30 @@ static const struct pci_known_product pci_known_products[] = { "8111 AC97", }, { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_HB, + "RS780 Host", + }, + { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PCIE_1, + "RS780 PCIE", + }, + { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PCIE_2, + "RS780 PCIE", + }, + { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PCIE_3, + "RS780 PCIE", + }, + { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PCIE_4, + "RS780 PCIE", + }, + { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_RS780_PCIE_5, + "RS780 PCIE", + }, + { PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID, "MegaRAID", }, |