From 8405b6d56b55ada58e1bb0df955728f6df2d5e0e Mon Sep 17 00:00:00 2001 From: miod Date: Wed, 10 Aug 2022 11:05:50 +0000 Subject: [PATCH] Add iic at glxpcib, to get spdmem to attach on 2F-based systems. --- sys/arch/loongson/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 6204519a5a4..7397fed6149 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.65 2021/08/20 05:23:18 anton Exp $ +# $OpenBSD: GENERIC,v 1.66 2022/08/10 11:05:50 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -48,6 +48,7 @@ glxpcib* at pci? gpio* at glxpcib? isa0 at glxpcib? glxclk* at glxpcib? +iic* at glxpcib? mcclock0 at isa? port 0x70 pckbc0 at isa? # Yeeloong only pckbd* at pckbc? # Yeeloong only -- 2.20.1