cvs commit: src/sys/dev/mxge if_mxge.c

Andrew Gallatin gallatin at FreeBSD.org
Mon Jul 17 22:17:05 UTC 2006


gallatin    2006-07-17 22:17:05 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mxge         if_mxge.c 
  Log:
  Firmware loading improvements:
  
  - Copy ethernet firmware down in small chunks so as to avoid bugs
    in early versions of the bootstrap firmware.
  - Attempt to "adopt" the running firmware if we cannot load a suitable
    firmware image via firmware(9).
  - Separate firmware validation into its own routine, and check the
    major/minor driver/firmware ABI version.
  
  Revision  Changes    Path
  1.7       +95 -13    src/sys/dev/mxge/if_mxge.c


More information about the cvs-all mailing list