CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/03/17 15:24:22
Modified files: usr.sbin/ldomctl: config.c Log message: Print IO device names next to path with "list-io" Names help identify the right iodevice to be assigned in ldom.conf(5); they directly match the structure seen in the iLOM shell, and the output format is similar to Solaris "ldm list-io". OK kettenis