sun4v: update TODO file with current sun4v state

This commit is contained in:
palle 2021-06-13 17:02:14 +00:00
parent 002d9cc8da
commit bf8a604700
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: TODO,v 1.41 2021/04/03 17:02:31 palle Exp $ */
/* $NetBSD: TODO,v 1.42 2021/06/13 17:02:14 palle Exp $ */
Things to be done:
@ -17,7 +17,12 @@ sun4v:
- ldom virtual network interface (vnet) is working
(verified by exiting sysinst and issuing a ping command)
- the sysinst tool starts, disk setup is working,
but the process crashes when selecting network installation method (trap 0x34 ALIGN is received)
but the process crashes when selecting network installation method.
The %i,%l and %o registers are corrupted, after a call to the libcurses
wrefresh() function.
If the sysinst insallation source is local directory, an error in the
ldsk device driver is triggered when a DATA/NACK/DRING_DATA event is received.
The current implementation does not hande this exception properly.
T2000 ldom with 8 VCPU and 4GB:
- crashes in /sbin/init doing an access() call where %o0 is corrupted (zero)
S7 ldom with 8 VCPU and 16GB (primary ldom is Solaris 11.4 SRU30):