This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
dev
/
bxe
History
David C Somayajulu
56c55e6513
Add support for reading device temperature
...
MFC after:5 days
2015-10-12 20:21:17 +00:00
..
57710_init_values.c
…
57710_int_offsets.h
…
57711_init_values.c
…
57711_int_offsets.h
…
57712_init_values.c
…
57712_int_offsets.h
…
bxe_dcb.h
…
bxe_debug.c
…
bxe_elink.c
…
bxe_elink.h
…
bxe_stats.c
…
bxe_stats.h
…
bxe.c
Add support for reading device temperature
2015-10-12 20:21:17 +00:00
bxe.h
- Avoid lock contention in the if_transmit callback by using trylock and
2015-07-28 19:15:44 +00:00
ecore_fw_defs.h
…
ecore_hsi.h
Avoid left-shifting negative signed values in bxe(4).
2015-08-13 18:24:41 +00:00
ecore_init_ops.h
…
ecore_init.h
…
ecore_mfw_req.h
…
ecore_reg.h
PHY LOCK acquires the hardware lock via bxe_acquire_phy_lock() and releases it via bxe_release_phy_lock(). It was simply acquiring a mutex earlier which can cause the PHY to use bogus values. Fixes intermittent link failures.
2015-06-13 01:28:19 +00:00
ecore_sp.c
In bxe_init_mcast_macs_list(): mc_mac->mac needs to point to the multicast mac address
2015-06-16 21:11:32 +00:00
ecore_sp.h
…