diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2022-08-10 11:05:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2022-08-10 11:05:51 +0000 |
commit | d2b7c77c317452550907809803170565ed8dfa76 (patch) | |
tree | 1ece57a99f0ac647525d8d0bf3870ade742d9d6d /sys/arch | |
parent | 870f046a4e02f78cafdbbfc227da7986a63385dd (diff) |
Add iic at glxpcib, to get spdmem to attach on 2F-based systems.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
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 |