diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-10-30 03:27:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-10-30 03:27:36 +0000 |
commit | d68f9a71d10aea90671b13d8abe5e0e17938478b (patch) | |
tree | ba3090d0d318206f8ab0980767ded1f67bb80554 /sys/dev/pci/ichiic.c | |
parent | a91259210feb790928508679edaa04668e7f3e61 (diff) |
match on Intel 600 Series
Diffstat (limited to 'sys/dev/pci/ichiic.c')
-rw-r--r-- | sys/dev/pci/ichiic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ichiic.c b/sys/dev/pci/ichiic.c index 692bc679b5e..0c996799153 100644 --- a/sys/dev/pci/ichiic.c +++ b/sys/dev/pci/ichiic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichiic.c,v 1.45 2021/05/19 05:28:09 jsg Exp $ */ +/* $OpenBSD: ichiic.c,v 1.46 2021/10/30 03:27:35 jsg Exp $ */ /* * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> @@ -134,6 +134,7 @@ const struct pci_matchid ichiic_ids[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_495SERIES_LP_SMB }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_SMB }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_SMB }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_SMB }, }; int |