diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-10-04 21:42:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-10-04 21:42:03 +0000 |
commit | c75ec4539f2dfd487492b728d6405a775a201f09 (patch) | |
tree | 8f73625560b41f6f0dcf6ab751a0a16df2fbc711 | |
parent | fda1fbfda6c4c72835002d3c4002e7caa42b08f2 (diff) |
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", }, |