Maxime Henrion 1edc4c46b8 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
2003-06-01 22:09:12 +00:00
..
2003-05-31 19:48:33 +00:00
2003-06-01 22:09:12 +00:00
2003-05-31 19:48:33 +00:00