Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh5 Add a couple more items.



details:   https://anonhg.NetBSD.org/src/rev/86a110d8599e
branches:  trunk
changeset: 538199:86a110d8599e
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Oct 14 10:52:41 2002 +0000

description:
Add a couple more items.

diffstat:

 sys/arch/sh5/TODO |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 932e3ba1bdbd -r 86a110d8599e sys/arch/sh5/TODO
--- a/sys/arch/sh5/TODO Mon Oct 14 09:48:20 2002 +0000
+++ b/sys/arch/sh5/TODO Mon Oct 14 10:52:41 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.3 2002/10/14 09:48:20 scw Exp $
+$NetBSD: TODO,v 1.4 2002/10/14 10:52:41 scw Exp $
 
 TODO List For NetBSD/sh5
 ~~~~~~~~~~~~~~~~~~~~~~~~
@@ -56,3 +56,15 @@
 9.     If (8) works, try 64-bit kernel and 32-bit userland, using COMPAT32.
 
 10.    Stress-testing of just about everything. ;-)
+
+11.    Define a "board_info" structure, and move a whole bunch of currently
+       hard-coded stuff into it. For example:
+
+         - CPU speed,
+         - Memory size,
+         - KSEG0 physical address,
+         - Cache details: e.g. size, number of sets/ways, line size,
+         - Cache/TLB interface routines (currently __cpu_cache*/__cpu_tlb*)
+         - etc.
+
+12.    Support for nathan_sa when the branch is merged.



Home | Main Index | Thread Index | Old Index