diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-12-28 10:36:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-12-28 10:36:00 +0000 |
commit | b579c239639b506c46693ab686cc28da16e9a9bb (patch) | |
tree | 74f08b83600fa5b949858bc9c7567a09c7b26050 /sys/dev/pci/pcidevs | |
parent | 4b2229565f01657984bd5f56729d6810eee2a7e7 (diff) |
Add Synopsys vendor and their DesignWare PCIe bridge.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-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 |