Index: sys/dev/aac/aac_pci.c =================================================================== --- sys/dev/aac/aac_pci.c (revision 247583) +++ sys/dev/aac/aac_pci.c (working copy) @@ -340,7 +340,7 @@ aac_pci_attach(device_t dev) { struct aac_softc *sc; const struct aac_ident *id; - int count, error, reg, rid; + int count = 0, error, reg, rid; fwprintf(NULL, HBA_FLAGS_DBG_FUNCTION_ENTRY_B, ""); Index: sys/dev/bce/if_bce.c =================================================================== --- sys/dev/bce/if_bce.c (revision 247583) +++ sys/dev/bce/if_bce.c (working copy) @@ -1039,7 +1039,7 @@ bce_attach(device_t dev) struct bce_softc *sc; struct ifnet *ifp; u32 val; - int count, error, rc = 0, rid; + int count = 0, error, rc = 0, rid; sc = device_get_softc(dev); sc->bce_dev = dev;