diff options
author | Kurt Mosiejczuk <kmos@cvs.openbsd.org> | 2022-09-15 04:28:08 +0000 |
---|---|---|
committer | Kurt Mosiejczuk <kmos@cvs.openbsd.org> | 2022-09-15 04:28:08 +0000 |
commit | 9f81d95fba373b0381dbb3a3276bf411488ef6c4 (patch) | |
tree | 185adcfa15895673c787b0edf0357e1dbfd53a76 /sys/dev/pci/pcidevs | |
parent | 0a6fef11a3733deeb5ca7c34c1e1fb800a3f0f25 (diff) |
Add IDs for the JHL6240 Thunderbolt 3 controller found in my Thinkpad T490
ok jsg
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 17a9fc6092f..f0f9dc09db8 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.2004 2022/09/02 10:34:07 jsg Exp $ +$OpenBSD: pcidevs,v 1.2005 2022/09/15 04:28:07 kmos Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -4008,6 +4008,9 @@ product INTEL I219_LM7 0x15bb I219-LM product INTEL I219_V7 0x15bc I219-V product INTEL I219_LM6 0x15bd I219-LM product INTEL I219_V6 0x15be I219-V +product INTEL JHL6240 0x15bf JHL6240 Thunderbolt 3 +product INTEL JHL6240_PCIE 0x15c0 JHL6240 Thunderbolt 3 +product INTEL JHL6240_XHCI 0x15c1 JHL6240 Thunderbolt 3 product INTEL X550EM_A_KR 0x15c2 X553 Backplane product INTEL X550EM_A_KR_L 0x15c3 X553 Backplane product INTEL X550EM_A_SFP_N 0x15c4 X553 SFP+ |