Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.

This commit is contained in:
Pyun YongHyeon 2010-10-06 01:23:40 +00:00
parent eea8956a5b
commit 7d3d9608d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213468

View File

@ -5355,7 +5355,7 @@ bge_sysctl_debug_info(SYSCTL_HANDLER_ARGS)
printf(" - PCI-X Bus\n");
if (sc->bge_flags & BGE_FLAG_PCIE)
printf(" - PCI Express Bus\n");
if (sc->bge_phy_flags & BGE_FLAG_NO_3LED)
if (sc->bge_phy_flags & BGE_PHY_NO_3LED)
printf(" - No 3 LEDs\n");
if (sc->bge_flags & BGE_FLAG_RX_ALIGNBUG)
printf(" - RX Alignment Bug\n");