cvs commit: src/sys/dev/fxp if_fxp.c

Maxime Henrion mux at FreeBSD.org
Thu Mar 3 00:22:59 GMT 2005


mux         2005-03-03 00:22:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  Fix the panic recently reported on -current@ occuring when configuring
  a vlan interface attached to a fxp(4) card when it has not been
  initialized yet.  We now set the links from our internel TX descriptor
  structure to the TX command blocks at attach time rather than at init
  time.  While I'm here, slightly improve the style in fxp_attach().
  
  PR:             kern/78112
  Reported by:    Gavin Atkinson <gavin.atkinson at ury.york.ac.uk> and others
  Tested by:      flz, Gavin Atkinson <gavin.atkinson at ury.york.ac.uk>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.225     +13 -8     src/sys/dev/fxp/if_fxp.c


More information about the cvs-src mailing list