diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-01-12 08:11:49 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2018-01-12 08:11:49 +0000 |
commit | 0dd92fea6313806bb527bc662bf01e1b770ca7e2 (patch) | |
tree | 46f0819ad3f505f5559a7ccea525786f06f3d181 /sys/dev/pci | |
parent | 81ec95545fc0a3003b9fcc0cb4557b47df3f2805 (diff) |
revert previous changes to enable dwiic on Dell precision as it seems
to cause issues on Dell XPS 15 9560. Will investigate and recommit later
if a better fix can be found.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/dwiic_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/dwiic_pci.c b/sys/dev/pci/dwiic_pci.c index 4af4c2ffcc4..19c74a82c42 100644 --- a/sys/dev/pci/dwiic_pci.c +++ b/sys/dev/pci/dwiic_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dwiic_pci.c,v 1.2 2018/01/08 08:14:00 mlarkin Exp $ */ +/* $OpenBSD: dwiic_pci.c,v 1.3 2018/01/12 08:11:48 mlarkin Exp $ */ /* * Synopsys DesignWare I2C controller * PCI attachment @@ -62,8 +62,6 @@ struct cfattach dwiic_pci_ca = { const struct pci_matchid dwiic_pci_ids[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_LP_I2C_1 }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_LP_I2C_2 }, - { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_I2C0 }, - { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_I2C1 }, }; int |