Brooks Davis 6361c24b8a Fall back to ether_ioctl() by default.
The common pratice in ethernet device drivers is to fall back to
ether_ioctl() to implement generic ioctls not implemented by the driver
and to fail if no handler exists.

Convert these drivers to follow that practice rather than calling
ether_ioctl() for specific cases.

vxge(4) aready had the default case, but it was only called on failure
to match.

Reviewed by:	imp
Obtained from:	CheriBSD
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14895
2018-03-30 20:24:29 +00:00
..
2018-03-20 17:58:51 +00:00
2018-03-28 23:17:29 +00:00
2018-03-24 21:30:24 +00:00
2018-03-17 12:59:55 +00:00
2018-02-14 00:12:03 +00:00
2018-03-20 17:58:51 +00:00
2018-03-24 21:30:24 +00:00
2018-03-17 12:59:55 +00:00
2018-03-30 10:55:31 +00:00