Module Name:    src
Committed By:   palle
Date:           Sun Apr 17 19:54:32 UTC 2016

Modified Files:
        src/sys/arch/sparc64/doc: TODO

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sparc64/doc/TODO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/doc/TODO
diff -u src/sys/arch/sparc64/doc/TODO:1.13 src/sys/arch/sparc64/doc/TODO:1.14
--- src/sys/arch/sparc64/doc/TODO:1.13	Sun Sep  6 18:41:34 2015
+++ src/sys/arch/sparc64/doc/TODO	Sun Apr 17 19:54:32 2016
@@ -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 @@ sun4v:
 - 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

Reply via email to