Home | History | Annotate | Line # | Download | only in doc
TODO revision 1.6.4.3
      1  1.6.4.2       tls  /* $NetBSD: TODO,v 1.6.4.3 2017/12/03 11:36:45 jdolecek Exp $ */
      2  1.6.4.2       tls 
      3  1.6.4.2       tls Things to be done:
      4  1.6.4.2       tls 
      5  1.6.4.2       tls common:
      6  1.6.4.2       tls - make %g6 point to curcpu
      7  1.6.4.2       tls - make %g7 point to curlwp
      8  1.6.4.3  jdolecek - change run-time checks for cpu type to function pointers
      9  1.6.4.2       tls 
     10  1.6.4.2       tls sun4u:
     11  1.6.4.3  jdolecek - GENERIC.UP kernel hangs on v445 (missing interrupt?)
     12  1.6.4.2       tls 
     13  1.6.4.2       tls sun4v:
     14  1.6.4.3  jdolecek  - current status: The kernel boots and starts the init process (syscalls are done, but crashes...)
     15  1.6.4.2       tls - 64-bit kernel support
     16  1.6.4.2       tls - 32-bit kernel support
     17  1.6.4.2       tls - libkvm
     18  1.6.4.2       tls - ofwboot: tlb_init_sun4v() hardcodes number of slots to 64
     19  1.6.4.3  jdolecek - locore.s: sun4v_datatrap missing implementation for trap level 1
     20  1.6.4.2       tls - check build without SUN4V defined
     21  1.6.4.3  jdolecek - replace relevant references to %ver with GET_MAXCWP
     22  1.6.4.2       tls - pmap_mp_init(): sun4v missing handling
     23  1.6.4.2       tls - replace constructs like "wrpr %g0, PSTATE_KERN, %pstate" with NORMAL_GLOBALS
     24  1.6.4.2       tls - replace constructs line "wrpr %g0, PSTATE_INTR, %pstate" with ALTERNATE_GOBALS
     25  1.6.4.3  jdolecek - sun4v tsb no need to lock... per cpu... anyway...
     26  1.6.4.3  jdolecek - ci_tsb_desc->td_ctxidx: -1 or 1?
     27  1.6.4.3  jdolecek - MP support - currently bypassed in pmap_bootstrap() for sun4v
     28  1.6.4.3  jdolecek - vpci.c/vpcivar.h: cleanup FIXMEs
     29  1.6.4.3  jdolecek - interrups not handled properly (com at ebus only...)
     30  1.6.4.3  jdolecek - mpt(4) complains: mpt0: Phy 0: Link Status Unknown
     31  1.6.4.3  jdolecek - man pages for drivers imported from OpenBSD lke vpci, vbus, cbus, vdsk, ldc etc.
     32  1.6.4.3  jdolecek - vdsk and ldc drivers: code maked with OPENBSD_BUSDMA - make the bus_dma stuff work properly
     33  1.6.4.3  jdolecek - vbus.c: handle prom_getprop() memory leaks
     34  1.6.4.3  jdolecek - locore.s: rft_user (sun4v specific manaul fill) - seems to work, but is it good enough (compared to openbsds rft_user
     35  1.6.4.3  jdolecek 
     36