Solved Network adapter goes UP, then DOWN, then UP on boot

Every time FreeBSD boots up it always stops at re0: link state changed to DOWN even tho it was UP. How do I stop this from happening to make my boot much faster, or is this a normal thing?

The boot logs
Code:
re0: link state changed to UP
lo0: link state changed to UP
re0: link state changed to DOWN [B]#the point where it stops for a few seconds[/B]
re0: link state changed to UP
Starting Network: lo0 re0.
lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
    options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
    inet 127.0.0.1 netmask 0xff000000
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
    groups: lo
    nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
re0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
    options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
    ether 18:c0:4d:04:4f:8e
    inet6 fe80::1ac0:4dff:fe04:4f8e%re0 prefixlen 64 scopeid 0x1
    media: Ethernet autoselect (1000baseT <full-duplex>)
    status: active
    nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
 
Back
Top