Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2005 00:22:59 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fxp if_fxp.c
Message-ID:  <200503030022.j230Mxj6018564@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@ury.york.ac.uk> and others
  Tested by:      flz, Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.225     +13 -8     src/sys/dev/fxp/if_fxp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503030022.j230Mxj6018564>