K 10 svn:author V 6 alfred K 8 svn:date V 27 2014-11-26T20:19:36.090659Z K 7 svn:log V 357 Make igb and ixgbe check tunables at probe time. This allows one to make a kernel module to tune the number of queues before the driver loads. This is needed so that a module at SI_SUB_CPU can set tunables for these drivers to take. Otherwise getenv is called too early by the TUNABLE macros. Reviewed by: smh Phabric: https://reviews.freebsd.org/D1149 END