Module Name: src
Committed By: pgoyette
Date: Thu Sep 20 07:32:50 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: TODO.compat-module
Log Message:
The vnd_30 and vnd_50 stuff is done - move the entry
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 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.6 src/doc/TODO.compat-module:1.1.2.7
--- src/doc/TODO.compat-module:1.1.2.6 Tue Sep 18 01:11:33 2018
+++ src/doc/TODO.compat-module Thu Sep 20 07:32:50 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.compat-module,v 1.1.2.6 2018/09/18 01:11:33 pgoyette Exp $ */
+/* $NetBSD: TODO.compat-module,v 1.1.2.7 2018/09/20 07:32:50 pgoyette Exp $ */
DONE
----
@@ -50,15 +50,15 @@ DONE
also the compat_netbsd32_sysv module) with individual modules. Update
dependencies accordingly. (Done, but see #13 below.)
+13. Still have some work to do to split the vnd_30 and vnd_50 compat
+ code into separate modules.
+
TODO - Required for branch merge
--------------------------------
-13. Need to finish cleaning up the netbsd32 machine-dependent code, since
+14. Need to finish cleaning up the netbsd32 machine-dependent code, since
the MI code assumes that there's MD file available.
-14. Still have some work to do to split the vnd_30 and vnd_50 compat
- code into separate modules.
-
15. The ieee_80211 compat code needs to be verified to make sure it is
handling the if43_20 compat routine cvtcmd() correctly.