K 10 svn:author V 6 jbeich K 8 svn:date V 27 2015-09-10T03:48:47.543971Z K 7 svn:log V 595 x11-drivers/xf86-input-wacom: revert small part of r381903 |load_kld -e| cannot detect usb_quirk(4) at all and GENERIC kernel always has it via |device usb|. So, the following happens: $ kldstat -v | fgrep quirk $ kldstat -m usb_quirk.ko kldstat: can't find module usb_quirk.ko: No such file or directory $ service wacom start kldload: can't load usb_quirk: module already loaded or in kernel /usr/local/etc/rc.d/wacom: WARNING: Unable to load kernel module usb_quirk |kldload -n| is supported even by DragonFly, so there's no reason to care for no longer supported FreeBSD 8.x. END