Module Name: src
Committed By: pgoyette
Date: Fri Jan 25 22:56:54 UTC 2019
Modified Files:
src/doc [pgoyette-compat]: TODO.compat-module
Log Message:
Note the future need to sort out placement of the netbsd32_machine32_hook
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/TODO.compat-module
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.compat-module
diff -u src/doc/TODO.compat-module:1.1.2.25 src/doc/TODO.compat-module:1.1.2.26
--- src/doc/TODO.compat-module:1.1.2.25 Fri Jan 18 05:53:58 2019
+++ src/doc/TODO.compat-module Fri Jan 25 22:56:54 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.compat-module,v 1.1.2.25 2019/01/18 05:53:58 pgoyette Exp $ */
+/* $NetBSD: TODO.compat-module,v 1.1.2.26 2019/01/25 22:56:54 pgoyette Exp $ */
DONE
----
@@ -101,3 +101,8 @@ TODO - Not required for branch merge
are included in every kernel via 'options COMPAT_UTILS' in file
sys/conf/std
+21. The netbsd32_machine32_hook should be moved out of the main kernel
+ and into the compat_netbsd32 module. Unfortunately there are some
+ machines which include the consumer of this hook but do not have a
+ compat_netbsd32 module (specifically, i386 and sgimips). This
+ should be sorted out sometime soon, but does not block merging.