Module Name: src
Committed By: pgoyette
Date: Sun Jul 5 02:04:25 UTC 2020
Modified Files:
src/doc: TODO.modules
Log Message:
Note that the xen vs non-xen issue has been resolved by recent commit
from Chuck Silvers. (Also add xref to PR port-xen/53130 for history.)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/doc/TODO.modules
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/TODO.modules
diff -u src/doc/TODO.modules:1.21 src/doc/TODO.modules:1.22
--- src/doc/TODO.modules:1.21 Sun Dec 8 15:51:49 2019
+++ src/doc/TODO.modules Sun Jul 5 02:04:25 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.modules,v 1.21 2019/12/08 15:51:49 pgoyette Exp $ */
+/* $NetBSD: TODO.modules,v 1.22 2020/07/05 02:04:25 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
@@ -233,6 +233,9 @@ christos and pgoyette.
building xen-variant modules (on amd4, and likely i386). In some
cases, wrong headers are included (because a XEN-related #define
is missing), but even if you add the definition some headers get
- included in the wrong order. On particular fallout from this is
+ included in the wrong order. One particular fallout from this is
the inability to have a compat version of x86_64 cpu-microcode
- module.
+ module. PR port-xen/53130
+
+ 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.