freebsd-dev/sys/dev/dc
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
..
dcphy.c Remove unnecessary breaks. 2003-05-31 19:48:33 +00:00
if_dc.c Change a : 2003-06-01 22:09:12 +00:00
if_dcreg.h Add support for 3Com OfficeConnect 10/100B. 2003-05-12 19:50:21 +00:00
pnphy.c Remove unnecessary breaks. 2003-05-31 19:48:33 +00:00