From f23451e792f7f5439e06782b737e2a9d543fb3dd Mon Sep 17 00:00:00 2001 From: pgoyette Date: Sun, 30 May 2021 02:37:42 +0000 Subject: [PATCH] Note that compat_60 modules on i386 and amd64 once again include the microcode-update functionality. --- doc/TODO.modules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/TODO.modules b/doc/TODO.modules index c1983b3a46f5..822384f4e7b0 100644 --- a/doc/TODO.modules +++ b/doc/TODO.modules @@ -1,4 +1,4 @@ -/* $NetBSD: TODO.modules,v 1.22 2020/07/05 02:04:25 pgoyette Exp $ */ +/* $NetBSD: TODO.modules,v 1.23 2021/05/30 02:37:42 pgoyette Exp $ */ Some notes on the limitations of our current (as of 7.99.35) module subsystem. This list was triggered by an Email exchange between @@ -239,3 +239,5 @@ christos and pgoyette. This is likely to be fixed by Chuck Silvers on 2020-07-04 which removed the differences between the xen and non-xen module ABIs. + As of 2021-05-28 the cpu-microcode functionality has once again + been enabled for i386 and amd64 compat_60 modules.