diff options
author | 2020-02-05 10:33:20 +0000 | |
---|---|---|
committer | 2020-02-05 10:33:20 +0000 | |
commit | 2777f9706ac88a9639acf128e5874e5cb6359dfc (patch) | |
tree | b712902abc2021fc8af2f8551ce672dc43544bd3 | |
parent | Detach timeouts and the softint handler before freeing memory. (diff) | |
download | wireguard-openbsd-2777f9706ac88a9639acf128e5874e5cb6359dfc.tar.xz wireguard-openbsd-2777f9706ac88a9639acf128e5874e5cb6359dfc.zip |
Add Pericom PI7C9X2G404EL PCIe Packet Switch
-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 eb076225fbc..92775b7170c 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1916 2020/02/05 10:19:19 patrick Exp $ +$OpenBSD: pcidevs,v 1.1917 2020/02/05 10:33:20 patrick Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -6858,6 +6858,7 @@ product PE GNIC2 0x0911 PMC/GNIC2 /* Pericom products */ product PERICOM PI7C21P100 0x01a7 PI7C21P100 PCIX-PCIX +product PERICOM PI7C9X2G404EL 0x2404 PI7C9X2G404EL PCIE product PERICOM PI7C9X2G608GP 0x2608 PI7C9X2G608GP PCIE product PERICOM PPB_1 0x8140 PCI-PCI product PERICOM PPB_2 0x8150 PCI-PCI |