freebsd-dev/sys/pci
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
..
agp_ali.c
agp_amd.c
agp_i810.c
agp_if.m
agp_intel.c Fix support for 256 MB aperture sizes on chipsets such as the 845 and 2003-05-27 20:13:44 +00:00
agp_sis.c
agp_via.c
agp.c
agppriv.h
agpreg.h Add support for the Intel 865 chipset. 2003-05-27 18:23:56 +00:00
agpvar.h
alpm.c Remove unused variable. 2003-05-31 20:04:19 +00:00
amdpm.c
cy_pci.c
dc21040reg.h
if_dc.c Change a : 2003-06-01 22:09:12 +00:00
if_dcreg.h
if_de.c Move some FALLTHROUGH comments so they work. 2003-05-31 19:46:58 +00:00
if_devar.h Move some FALLTHROUGH comments so they work. 2003-05-31 19:46:58 +00:00
if_en_pci.c
if_mn.c
if_pcn.c Remove unused variables. 2003-05-31 20:02:43 +00:00
if_pcnreg.h
if_rl.c Remove break after return; 2003-05-31 20:01:14 +00:00
if_rlreg.h
if_sf.c Remove break after return 2003-05-31 19:59:29 +00:00
if_sfreg.h
if_sis.c
if_sisreg.h
if_sk.c Remove unused variables. 2003-05-31 19:58:45 +00:00
if_skreg.h
if_ste.c Remove unused variables. 2003-05-31 19:58:45 +00:00
if_stereg.h
if_ti.c Remove now unused pointer to etherheader. 2003-05-31 19:56:35 +00:00
if_tireg.h
if_tl.c
if_tlreg.h
if_vr.c
if_vrreg.h
if_wb.c
if_wbreg.h
if_xl.c
if_xlreg.h
intpm.c
intpmreg.h
locate.pl
meteor_reg.h
meteor.c
ncr.c Remove unused variable. 2003-05-31 19:56:09 +00:00
ncrreg.h
ti_fw2.h
ti_fw.h
viapm.c
xmaciireg.h
xrpu.c