Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 1998 23:28:55 -0700 (PDT)
From:      David Greenman <dg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/pci if_fxp.c
Message-ID:  <199810110628.XAA13150@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dg          1998/10/10 23:28:54 PDT

  Modified files:
    sys/pci              if_fxp.c 
  Log:
  Clear out transmit descriptor memory in fxp_attach when it's malloced.
  fxp_stop is called as the first thing in fxp_init, and if the tx desc
  list has junk in it, the system may panic. This bug showed up as a side
  effect of the changes in rev 1.56, but has been in the code since the
  beginning.
  
  Revision  Changes    Path
  1.57      +2 -1      src/sys/pci/if_fxp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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