diff options
author | 2017-12-05 22:27:54 +0000 | |
---|---|---|
committer | 2017-12-05 22:27:54 +0000 | |
commit | e978f30fd471ca61b32c32b74fd4aa753d8749c6 (patch) | |
tree | 65b05a693c343399936a4732d4618deeeb83c6a6 /sys/dev/pci/pcidevs_data.h | |
parent | Add SPARC-M7 PCIe; rename existing SPARC PCIe entries. (diff) | |
download | wireguard-openbsd-e978f30fd471ca61b32c32b74fd4aa753d8749c6.tar.xz wireguard-openbsd-e978f30fd471ca61b32c32b74fd4aa753d8749c6.zip |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7b6bb19a6eb..ca874902b34 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.1827 2017/11/29 05:00:16 dlg Exp + * OpenBSD: pcidevs,v 1.1828 2017/12/05 22:26:31 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -24316,12 +24316,16 @@ static const struct pci_known_product pci_known_products[] = { "Psycho PCI", }, { - PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SPARC_PCIE2, - "SPARC PCIE", + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SPARC_T3_PCIE, + "SPARC-T3/T4 PCIE", }, { - PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SPARC_PCIE3, - "SPARC PCIE", + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SPARC_M7_PCIE, + "SPARC-M7 PCIE", + }, + { + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SPARC_T5_PCIE, + "SPARC-T5/M5/M6 PCIE", }, { PCI_VENDOR_SUN, PCI_PRODUCT_SUN_MS_IIep, |