diff options
author | 2020-12-28 10:35:59 +0000 | |
---|---|---|
committer | 2020-12-28 10:35:59 +0000 | |
commit | b895f96c1777c0aab6ea2a3fd2fc0f30708cb7ae (patch) | |
tree | 833108ffc8998f17cb9511e9d328efe9f86c8f13 | |
parent | Do not list user options with show-hooks. (diff) | |
download | wireguard-openbsd-b895f96c1777c0aab6ea2a3fd2fc0f30708cb7ae.tar.xz wireguard-openbsd-b895f96c1777c0aab6ea2a3fd2fc0f30708cb7ae.zip |
Add Synopsys vendor and their DesignWare PCIe bridge.
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 3f5c032ad6c..f6ee869fb73 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1946 2020/12/24 12:02:21 jsg Exp $ +$OpenBSD: pcidevs,v 1.1947 2020/12/28 10:35:59 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -292,6 +292,7 @@ vendor SAMSUNG 0x167d Samsung vendor ATHEROS 0x168c Atheros vendor GLOBALSUN 0x16ab Global Sun vendor SAFENET 0x16ae SafeNet +vendor SYNOPSYS 0x16c3 Synopsys vendor MICREL 0x16c6 Micrel vendor USR2 0x16ec US Robotics vendor NETOCTAVE 0x170b Netoctave @@ -8087,6 +8088,9 @@ product SYMPHONY 82C105 0x0105 82C105 product SYMPHONY 82C565 0x0565 82C565 ISA product SYMPHONY2 82C101 0x0001 82C101 +/* Synopsys products */ +product SYNOPSYS DW_PCIE 0xabcd DesignWare PCIE + /* SK hynix products */ product SKHYNIX SSD 0x1327 BC501 NVMe |