CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2024/11/27 08:23:58
Modified files: sys/dev/pci : if_ice.c Log message: defer creation of ice(4) ifp until device attachment has succeeded Otherwise we would crash when something goes wrong in ice_attach_hook(). problem found by bluhm@