Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Note that the current raidframe rf_compat32 implementati...



details:   https://anonhg.NetBSD.org/src/rev/1686d2b8bd5c
branches:  trunk
changeset: 448468:1686d2b8bd5c
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Feb 04 00:03:24 2019 +0000

description:
Note that the current raidframe rf_compat32 implementation is rather
"sub-optimal" and needs some TLC.

diffstat:

 doc/TODO.compat-module |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d46de560a4c2 -r 1686d2b8bd5c doc/TODO.compat-module
--- a/doc/TODO.compat-module    Sun Feb 03 15:43:57 2019 +0000
+++ b/doc/TODO.compat-module    Mon Feb 04 00:03:24 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: TODO.compat-module,v 1.3 2019/01/31 03:25:29 pgoyette Exp $ */
+/* $NetBSD: TODO.compat-module,v 1.4 2019/02/04 00:03:24 pgoyette Exp $ */
 
 DONE
 ----
@@ -113,3 +113,10 @@
     network interface device drivers), you'll need to build custom
     modules, too.  The MPSAFE stuff needs to be extracted out and made
     into "hooks".
+
+23. The raidframe-netbsd32 compat code needs to be better separated
+    from the main raidframe module.  The current mechanism requires us
+    to include compat/netbsd32/netbsd32.h in rf_netbsdkintf.c which
+    requires us to explicitly #define COMPAT_NETBSD32 to get various
+    structure definitions which conflicts with possible definitions of
+    COMPAT_NETBSD32 in opt_compat_netbsd32.h



Home | Main Index | Thread Index | Old Index