Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2003 07:31:53 -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:  <200306081431.h58EVrxl067010@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2003/06/08 07:31:53 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/pci              if_dc.c 
  Log:
  MFC: 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.
  
  Relevant HEAD revision:
          if_dc.c: 1.110
  
  Revision  Changes    Path
  1.9.2.45  +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?200306081431.h58EVrxl067010>