diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-02 18:41:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-02 18:41:52 +0000 |
commit | cf81b0291647991919163ff59d98b724026f152b (patch) | |
tree | 09f9df1198cd3f096c355cf6f49e034baf20c963 /sys/dev/pci/pcidevs | |
parent | 66c02cefb26facfa5b5554269b73e8a2a08cec4a (diff) |
Add Intel 500-series I2C devices.
ok jsg@
Diffstat (limited to 'sys/dev/pci/pcidevs')
-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 6700a4e8e0d..c2863bf6fc4 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1933 2020/10/01 15:42:15 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1934 2020/10/02 18:41:51 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -5534,6 +5534,12 @@ product INTEL PINEVIEW_IGC_2 0xa002 Pineview Video product INTEL PINEVIEW_M_DMI 0xa010 Pineview DMI product INTEL PINEVIEW_M_IGC_1 0xa011 Pineview Video product INTEL PINEVIEW_M_IGC_2 0xa012 Pineview Video +product INTEL 500SERIES_LP_I2C_1 0xa0c5 500 Series I2C +product INTEL 500SERIES_LP_I2C_2 0xa0c6 500 Series I2C +product INTEL 500SERIES_LP_I2C_3 0xa0e8 500 Series I2C +product INTEL 500SERIES_LP_I2C_4 0xa0e9 500 Series I2C +product INTEL 500SERIES_LP_I2C_5 0xa0ea 500 Series I2C +product INTEL 500SERIES_LP_I2C_6 0xa0eb 500 Series I2C product INTEL 100SERIES_AHCI_1 0xa102 100 Series AHCI product INTEL 100SERIES_AHCI_2 0xa103 100 Series AHCI product INTEL 100SERIES_RAID_1 0xa105 100 Series RAID |