]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement devctl(8) command 'reset', using DEV_RESET /dev/devctl2 ioctl.
authorkib <kib@FreeBSD.org>
Fri, 5 Apr 2019 19:32:26 +0000 (19:32 +0000)
committerkib <kib@FreeBSD.org>
Fri, 5 Apr 2019 19:32:26 +0000 (19:32 +0000)
commit39dd321012b81b97df809285c41cb661161a0e9f
treeba86d2ae70d50d38cd895227ea65600ee173de6a
parent810f55efd4a20441e84ec404a54f1ea9dee91e38
Implement devctl(8) command 'reset', using DEV_RESET /dev/devctl2 ioctl.

Reviewed by: imp (previous version), jhb (previous version)
Sponsored by: Mellanox Technologies
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D19646
lib/libdevctl/devctl.3
lib/libdevctl/devctl.c
lib/libdevctl/devctl.h
usr.sbin/devctl/devctl.8
usr.sbin/devctl/devctl.c