diff options
author | 2020-10-01 15:42:15 +0000 | |
---|---|---|
committer | 2020-10-01 15:42:15 +0000 | |
commit | 7c753e1b7976047120ff66490df225efe67c90a2 (patch) | |
tree | e6bf7c9d5285cc7317518d0d646bb2d7eabfa8ab | |
parent | rdomain IDs do not need to exist for "on rdomain N" to work (diff) | |
download | wireguard-openbsd-7c753e1b7976047120ff66490df225efe67c90a2.tar.xz wireguard-openbsd-7c753e1b7976047120ff66490df225efe67c90a2.zip |
Add Intel 400-series I2C devices.
ok jsg@
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 4048ab2e99d..6700a4e8e0d 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1932 2020/08/23 19:24:22 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1933 2020/10/01 15:42:15 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3207,6 +3207,12 @@ product INTEL CORE3G_PCIE_4 0x015d Core 3G PCIE product INTEL CORE3G_D_GT2 0x0162 HD Graphics 4000 product INTEL CORE3G_M_GT2 0x0166 HD Graphics 4000 product INTEL CORE3G_S_GT2 0x016a HD Graphics P4000 +product INTEL 400SERIES_LP_I2C_1 0x02c5 400 Series I2C +product INTEL 400SERIES_LP_I2C_2 0x02c6 400 Series I2C +product INTEL 400SERIES_LP_I2C_3 0x02e8 400 Series I2C +product INTEL 400SERIES_LP_I2C_4 0x02e9 400 Series I2C +product INTEL 400SERIES_LP_I2C_5 0x02ea 400 Series I2C +product INTEL 400SERIES_LP_I2C_6 0x02eb 400 Series I2C product INTEL WL_22500_2 0x02f0 Wi-Fi 6 AX201 product INTEL 80303 0x0309 80303 IOP product INTEL 80312 0x030d 80312 I/O Companion |