CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/03 02:24:53
Modified files:
sys/arch/arm64/arm64: acpiapm.c
sys/arch/i386/i386: acpiapm.c
sys/dev/acpi : acpi.c
sys/dev : cons.c
sys/dev/usb : ugen.c uhid.c
Log message:
Fix incoherencies of errors returned by various *kqfilter routines.
EOPNOTSUPP is returned when there's no "filterops" for a given fd.
EINVAL when the requested filter isn't supported by the "filterops".
ENXIO means the underlying device is no longer valid/present.
ok visa@