K 10 svn:author V 3 mux K 8 svn:date V 27 2003-06-08T14:31:53.000000Z K 7 svn:log V 260 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 END