diff options
author | 2020-06-09 22:22:39 +0000 | |
---|---|---|
committer | 2020-06-09 22:22:39 +0000 | |
commit | f79b5c46be38fd7155662dc24504016d28d60409 (patch) | |
tree | 22a9d6545ade92f5059aca0f076e3f82db49b937 | |
parent | Add a few missing bits. (diff) | |
download | wireguard-openbsd-f79b5c46be38fd7155662dc24504016d28d60409.tar.xz wireguard-openbsd-f79b5c46be38fd7155662dc24504016d28d60409.zip |
Add IBM POWER9 host bridge.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 163f18f7760..229d36d41f5 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1926 2020/06/07 20:48:49 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1927 2020/06/09 22:22:39 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3081,6 +3081,7 @@ product IBM SERVERAID2 0x01bd ServeRAID product IBM 4810_BSP 0x0295 4810 BSP product IBM 4810_SCC 0x0297 4810 SCC product IBM CALGARY_IOMMU 0x02a1 Calgary IOMMU +product IBM POWER9_HB 0x04c1 POWER9 Host /* IC Ensemble */ product ICENSEMBLE ICE1712 0x1712 Envy24 I/O Ctrlr |