The following reply was made to PR kernel/6427; it has been noted by GNATS.
From: Sebastian Benoit <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: kernel/6427: Intel em(4) Intel PRO/1000 QP (82576) fails: Unable to initialize Date: Sun, 11 Jul 2010 15:36:42 +0200 Hi, i found the problem: if_em_hw.c patch 1.46, specifically the function em_set_pciex_completion_timeout() breaks my em card: with debug output i get PCIe completion timeout not set by system BIOS. PCIe capability version 2 [if 0] code reached. PCIe completion timeout resend disabled. ( i added the [if 0] output here: /* * For version 2 capabilities we need to write the config space * directly in order to set the completion timeout value for * 16ms to 55ms * * XXX: Implement em_*_pcie_cap_reg() first. */ printf("PCIe capability version 2 [if 0] code reached.\n"); #if 0 ) http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_em_hw.c.diff?r1=1.45;r2=1.46
