OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Reyk Floeter (reykcvs.openbsd.org)
Date: Mon Apr 30 2007 - 05:55:08 CDT


CVSROOT: /cvs
Module name: src
Changes by: reykcvs.openbsd.org 2007/04/30 04:55:08

Modified files:
        sys/dev/pci : if_nx.c if_nxreg.h

Log message:
move the firmware validation to a mountroot hook to allow loading of
an alternative firmware image from disk (not yet implemented). this
also minimizes the additional delay to wait for the firmware to become
ready because the firmware bootstrap is triggered in the attach
function and the state is polled later in the mountroot hook.