- Don't use the status block's link state change bit to micro-optimize
commit8f799bb7f6f5c74524f012abb93b9ec86aec4aaa
authorsephe <sephe>
Mon, 30 Apr 2007 14:05:22 +0000 (30 14:05 +0000)
committersephe <sephe>
Mon, 30 Apr 2007 14:05:22 +0000 (30 14:05 +0000)
tree558b695502542b9ab2d4c13c78137b20059e061c
parent66feeb388314da3c4a7092e20420b1062efaab4b
- Don't use the status block's link state change bit to micro-optimize
  performance, instead, read MAC_STS which always contains the correct
  value about link state changing.  Enormous amount of superflucious
  link up events, which keep coming originally when the interface is
  brought up before cable is plugged in, disappear after this change.
- Nuke the no longer needed PCI bridge cache flush.
- Minor style change.
sys/dev/netif/bge/if_bge.c