CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2020/07/10 18:54:19
Modified files: sys/dev/pci : if_ixl.c Log message: don't complain if the API is too low to support "query phy types". it just means we won't know what to show in ifconfig media output, but that's not a huge deal. there's still some more issues around api versions and driver support that we're working on though. ok sthen@ jmatthew@