cvs commit: src/sys/pci if_dc.c

Maxime Henrion mux at FreeBSD.org
Sun Jun 1 15:09:14 PDT 2003


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


More information about the cvs-src mailing list