CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2016/12/10 12:38:50
Modified files: sys/dev/pv : xbf.c Log message: Don't fail if optional feature properties aren't found Nathanael Rensen has noticed that the driver would fail to attach if optional "feature-barrier" or "feature-flush-cache" properties cannot be fetched and has provided a patch to solve the issue, thanks!