Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/doc Update sparc64 TODO file: note issue wi...



details:   https://anonhg.NetBSD.org/src/rev/a8ee94a4aaf6
branches:  trunk
changeset: 344763:a8ee94a4aaf6
user:      palle <palle%NetBSD.org@localhost>
date:      Sun Apr 17 19:54:32 2016 +0000

description:
Update sparc64 TODO file: note issue with interrupt handling + issue when booting from iso image

diffstat:

 sys/arch/sparc64/doc/TODO |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3ebc5ef56e92 -r a8ee94a4aaf6 sys/arch/sparc64/doc/TODO
--- a/sys/arch/sparc64/doc/TODO Sun Apr 17 18:39:14 2016 +0000
+++ b/sys/arch/sparc64/doc/TODO Sun Apr 17 19:54:32 2016 +0000
@@ -1,4 +1,4 @@
- /* $NetBSD: TODO,v 1.13 2015/09/06 18:41:34 palle Exp $ */
+ /* $NetBSD: TODO,v 1.14 2016/04/17 19:54:32 palle Exp $ */
 
 Things to be done:
 
@@ -23,5 +23,7 @@
 - replace constructs line "wrpr %g0, PSTATE_INTR, %pstate" with ALTERNATE_GOBALS
 - sun4v tsb no need to lock... per cpu... anyway...
 - ci_tsb_desc->td_ctxidx: -1 or 1?
-- MP support - currently bypassed in cpu_boot_secondary_processors() for sun4v
+- MP support - currently bypassed in pmap_bootstrap() for sun4v
 - vpci.c/vpcivar.h: cleanup FIXMEs
+- "bad magic number in disk label" when booting from an .iso image
+- interrups not handled properly
\ No newline at end of file



Home | Main Index | Thread Index | Old Index