Home | History | Annotate | Download | only in doc
History log of /src/sys/arch/sparc64/doc/TODO
RevisionDateAuthorComments
 1.49  07-Sep-2025  andvar Fix various typos, mainly in comments.
 1.48  12-Dec-2023  andvar s/maked/marked/
 1.47  15-Jan-2022  palle sun4v: update TODO with T2000 device configuration state
 1.46  05-Jan-2022  andvar fix typos, mainly s/comand/command/
 1.45  23-Sep-2021  palle sun4v: update TODO with current status when running on a T5-based system
 1.44  05-Jul-2021  palle sun4v: update status on S7 systems
 1.43  25-Jun-2021  palle sun4v: update TODO file with current sun4v progress
 1.42  13-Jun-2021  palle sun4v: update TODO file with current sun4v state
 1.41  03-Apr-2021  palle branches: 1.41.2;
update TODO after cpu_idle() has been improved (sun4v only for now)
 1.40  30-Mar-2021  palle sun4v: update TODO after pcb spill improvements and status when running on a S7 host
 1.39  23-Mar-2021  palle sun4v: update TODO with findings related to crashes in user processes (pcbspill)
 1.38  16-Mar-2021  palle branches: 1.38.2;
sun4v: update TODO - update status after hacking on ldom virtual network interfaces
 1.37  04-Mar-2021  palle sun4v: update TODO - removed leftover OpenFirmware interface comment and add comment on idle handling
 1.36  27-Feb-2021  palle sun4v: update TODO file with OpenFirmware interface related improvements
 1.35  27-Feb-2021  palle sun4v: update TODO file with status on sun4v - kernel and userland runs without crashing now - next up is network interfaces
 1.34  22-Feb-2021  palle sun4v: update current status of sun4v
 1.33  14-Feb-2021  palle sun4v: update TODO with status of verified systems(T2000, T5 and qemu)
 1.32  31-Jan-2021  palle sun4v: update TODO with analysis of sun4v crashes
 1.31  04-Jan-2021  skrll Trailing whitespace
 1.30  04-Jan-2021  skrll Spell interrupts correctly
 1.29  08-Feb-2019  palle branches: 1.29.12;
sun4v: update the TODO file noting (at least) some progess with sun4v
 1.28  17-Dec-2018  palle sun4v: note what causes the kernel to crash
 1.27  05-Oct-2018  palle sun4v: update TODO with proper path to sh + list tested platforms so far
 1.26  11-Apr-2018  palle branches: 1.26.2;
sun4v: Update TODO file with current state of sun4v support
 1.25  03-Feb-2018  palle branches: 1.25.2;
sun4v: Update TODO with a detailed description of why the kernel crashes when running on sun4v systems.
 1.24  19-Feb-2017  palle sun4v: Update TODO with the status of the sun4v work so far
 1.23  19-Feb-2017  palle sun4v: Note that the code recently added to locore.s rft_user may not be enough to make things work properly
 1.22  19-Feb-2017  palle sun4v: Note that prom_getprop() leaks memory in vbus.c
 1.21  05-Feb-2017  palle sun4v: update TODO list to reflect the current state - TRAP_SETUP() was adapted to handle both sun4u and sun4v systems in version 1.404 of locore.s
 1.20  19-Aug-2016  palle branches: 1.20.2;
sun4v: vdsk and ldc drivers - from OpenBSD, but heavily adapted to NetBSD scsipi - access to a virtual disk served from a ldom primary domain now works
 1.19  17-Jun-2016  palle branches: 1.19.2;
Update sparc64 TODO: sun4u specfic code in TRAP_SETUP() + make a note about importing the man pages for the sun4v specific drivers
 1.18  04-Jun-2016  palle Update TODO: note that TRAP_SETUP() is stil sun4u-specific
 1.17  17-May-2016  palle Update TODO: sun4v_datatrap handling for trap level 0 is working
 1.16  10-May-2016  palle Update TODO: sun4v interrupts works (mostly) + note issue with mpt(4) on sun4v systems
 1.15  01-May-2016  palle Update TODO: booting from a ISO image on a sun4v system works
 1.14  17-Apr-2016  palle Update sparc64 TODO file: note issue with interrupt handling + issue when booting from iso image
 1.13  06-Sep-2015  palle Update sparc64 TODO list: pmap_calculate_colors() is now working on sun4v planforms (fixed by martin@)
 1.12  05-Sep-2015  palle Note that the FIXMEs in vpci.c/vpcivar.h should be cleaned up
 1.11  07-May-2015  palle sun4v: disable MP suport for now in cpu_boot_secondary_processors() - this will allow the kernel to start probing for devices with the primary cpu as the only active cpu
 1.10  11-Feb-2015  palle Updated todo list with item about v445 and GENERIC.UP kernel that hangs
 1.9  24-Jan-2015  palle Cache info is now printed during bootstrap on the sun4v platform. Make the sun4u centric cache info code in cpu_attach() a bit more general
 1.8  05-Jan-2015  palle Add reminder to change run-time cpu type checks
 1.7  04-Sep-2014  palle branches: 1.7.2;
sun4v: update TODO list
 1.6  27-Jul-2014  palle branches: 1.6.4;
sun4v: Update TODO list with relevant sun4v stuff
 1.5  30-Jun-2014  palle sun4v: The maximum number of register windows is a constant and thus not available via the %ver register (sun4u only). Introduce a macro GET_MAXCWP that handles this, so cpu_switchto() works properly on sun4v. Other relevant reference to %ver can be adapted to use GET_MAXCWP as the sun4v port progresses. OK martin@
 1.4  05-Jun-2014  palle sun4v: note missing handling in cpu_match()
 1.3  31-May-2014  palle Updated TODO with relevant things to fix on sun4v
 1.2  21-Feb-2014  palle branches: 1.2.2; 1.2.4; 1.2.6;
sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() are properly setup for sun4u and sun4v. Relocate the cputyp variable from autoconf.c to locore.s and make it const in param.h so optimized code can be generated. Parts from OpenBSD. Optimization suggested by nakayama@. OK martin@, mrg@, nakayama@
 1.1  25-Jan-2014  palle Add a TODO file to document things to be done for the sparc64 port
 1.2.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.6.1  21-Feb-2014  yamt file TODO was added on branch yamt-pagecache on 2014-05-22 11:40:09 +0000
 1.2.4.2  18-May-2014  rmind sync with head
 1.2.4.1  21-Feb-2014  rmind file TODO was added on branch rmind-smpnet on 2014-05-18 17:45:26 +0000
 1.2.2.1  10-Aug-2014  tls Rebase.
 1.6.4.3  03-Dec-2017  jdolecek update from HEAD
 1.6.4.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.4.1  27-Jul-2014  tls file TODO was added on branch tls-maxphys on 2014-08-20 00:03:25 +0000
 1.7.2.8  28-Aug-2017  skrll Sync with HEAD
 1.7.2.7  05-Oct-2016  skrll Sync with HEAD
 1.7.2.6  09-Jul-2016  skrll Sync with HEAD
 1.7.2.5  29-May-2016  skrll Sync with HEAD
 1.7.2.4  22-Apr-2016  skrll Sync with HEAD
 1.7.2.3  22-Sep-2015  skrll Sync with HEAD
 1.7.2.2  06-Jun-2015  skrll Sync with HEAD
 1.7.2.1  06-Apr-2015  skrll Sync with HEAD
 1.19.2.1  20-Mar-2017  pgoyette Sync with HEAD
 1.20.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.25.2.3  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.25.2.2  20-Oct-2018  pgoyette Sync with head
 1.25.2.1  16-Apr-2018  pgoyette Sync with HEAD, resolve some conflicts
 1.26.2.1  10-Jun-2019  christos Sync with HEAD
 1.29.12.1  03-Apr-2021  thorpej Sync with HEAD.
 1.38.2.1  03-Apr-2021  thorpej Sync with HEAD.
 1.41.2.2  01-Aug-2021  thorpej Sync with HEAD.
 1.41.2.1  17-Jun-2021  thorpej Sync w/ HEAD.

RSS XML Feed