Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2003 15:09:12 -0700 (PDT)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c
Message-ID:  <200306012209.h51M9CL3075236@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2003/06/01 15:09:12 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_dc.c 
  Log:
  Change a :
          bzero(ptr, sizeof(DC_RXLEN * 5));
  which should obviously be:
          bzero(ptr, DC_RXLEN * 5);
  
  Looks like this bug may have reduced the effectiveness of the
  workaround for the hardware bug in the PNIC chips.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.110     +1 -1      src/sys/pci/if_dc.c



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