CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/15 11:44:20
Modified files:
sys/arch/sparc64/stand/libsa: Makefile
sys/arch/sparc64/stand/ofwboot: ofdev.c vers.c
Log message:
Teach sparc64 boot(8) about ffs2 and fix a bug while there: devopen()
can be called multiple times so nfsys needs to be initialized to 0 each time.
Note that the sparc64 bootblocks have no clue yet about ffs2 so this is not
the complete solution. ok kettenis@
