Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/dev/pci Pull up the following revisions, requested by...
details: https://anonhg.NetBSD.org/src/rev/3c55c777be60
branches: netbsd-9
changeset: 371856:3c55c777be60
user: martin <martin%NetBSD.org@localhost>
date: Sat Oct 15 10:29:40 2022 +0000
description:
Pull up the following revisions, requested by msaitoh in ticket #1544:
sys/dev/pci/ichsmb.c 1.76-1.77
Add Intel 600 Series PCH support.
diffstat:
sys/dev/pci/ichsmb.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 7b9caffdd70c -r 3c55c777be60 sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c Sat Oct 15 10:20:32 2022 +0000
+++ b/sys/dev/pci/ichsmb.c Sat Oct 15 10:29:40 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichsmb.c,v 1.60.4.3 2021/12/03 17:49:41 martin Exp $ */
+/* $NetBSD: ichsmb.c,v 1.60.4.4 2022/10/15 10:29:40 martin Exp $ */
/* $OpenBSD: ichiic.c,v 1.44 2020/10/07 11:23:05 jsg Exp $ */
/*
@@ -22,7 +22,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.60.4.3 2021/12/03 17:49:41 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.60.4.4 2022/10/15 10:29:40 martin Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -152,6 +152,8 @@
case PCI_PRODUCT_INTEL_495_YU_SMB:
case PCI_PRODUCT_INTEL_5HS_H_SMB:
case PCI_PRODUCT_INTEL_5HS_LP_SMB:
+ case PCI_PRODUCT_INTEL_6HS_H_SMB:
+ case PCI_PRODUCT_INTEL_6HS_LP_SMB:
return 1;
}
}
Home |
Main Index |
Thread Index |
Old Index