Skip to content

Commit

Permalink
match meteor lake's smbus.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgtwentythree committed Jan 18, 2025
1 parent d9fc8ae commit c40f12c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sys/dev/pci/ichsmb.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $NetBSD: ichsmb.c,v 1.85 2023/08/07 06:24:35 msaitoh Exp $ */
/* $NetBSD: ichsmb.c,v 1.86 2025/01/18 08:12:13 mrg Exp $ */
/* $OpenBSD: ichiic.c,v 1.44 2020/10/07 11:23:05 jsg Exp $ */

/*
Expand All @@ -22,7 +22,7 @@
*/

#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.85 2023/08/07 06:24:35 msaitoh Exp $");
__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.86 2025/01/18 08:12:13 mrg Exp $");

#include <sys/param.h>
#include <sys/device.h>
Expand Down Expand Up @@ -175,6 +175,7 @@ ichsmb_match(device_t parent, cfdata_t match, void *aux)
case PCI_PRODUCT_INTEL_6HS_H_SMB:
case PCI_PRODUCT_INTEL_6HS_LP_SMB:
case PCI_PRODUCT_INTEL_7HS_SMB:
case PCI_PRODUCT_INTEL_SMBUS_MTL:
return 1;
}
}
Expand Down

0 comments on commit c40f12c

Please sign in to comment.