cvs commit: src/sys/pci if_dc.c

Maxime Henrion mux at FreeBSD.org
Sun Jun 8 07:31:55 PDT 2003


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


More information about the cvs-src mailing list