CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/07/31 19:11:35

Modified files:
        sys/dev/pci    : if_myx.c 

Log message:
defer init of the myxmcl pool to mountroot, and enable pool cpu caches.

pool_cache_init cannot be called during autoconf because we cant
be confident about the number of cpus in the machine until the first
run of attaches.

mountroot is after autoconf, and myx already has code that runs
there for the firmware loading.

discussed with deraadt@

Reply via email to