aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/e1000_nvm.h
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2011-02-11 01:00:26 +0000
committerJack F Vogel <jfv@FreeBSD.org>2011-02-11 01:00:26 +0000
commitf0ecc46d04fdfaffaf2dddd2e7a70b3cef0e9338 (patch)
tree7464df57d4e704b077e48d49af1d4ff284e20c98 /sys/dev/e1000/e1000_nvm.h
parent9510c63d8b4e2971f479847d9b297b37424e4ba8 (diff)
downloadsrc-f0ecc46d04fdfaffaf2dddd2e7a70b3cef0e9338.tar.gz
src-f0ecc46d04fdfaffaf2dddd2e7a70b3cef0e9338.zip
Add support for the new I350 family of 1G interfaces.
- this also includes virtualization support on these devices Correct some vlan issues we were seeing in test, jumbo frames on vlans did not work correctly, this was all due to confused logic around HW filters, the new code should now work for all uses. Important fix: when mbuf resources are depeleted, it was possible to completely empty the RX ring, and then the RX engine would stall forever. This is fixed by a flag being set whenever the refresh code fails due to an mbuf shortage, also the local timer now makes sure that all queues get an interrupt when it runs, the interrupt code will then always call rxeof, and in that routine the first thing done is now to check the refresh flag and call refresh_mbufs. This has been verified to fix this type 'hang'. Similar code will follow in the other drivers. Finally, sync up shared code for the I350 support. Thanks to everyone that has been reporting issues, and helping in the debug/test process!!
Notes
Notes: svn path=/head/; revision=218530
Diffstat (limited to 'sys/dev/e1000/e1000_nvm.h')
-rw-r--r--sys/dev/e1000/e1000_nvm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/e1000/e1000_nvm.h b/sys/dev/e1000/e1000_nvm.h
index 36ee4448ff7f..61ea0b1d6db7 100644
--- a/sys/dev/e1000/e1000_nvm.h
+++ b/sys/dev/e1000/e1000_nvm.h
@@ -44,7 +44,6 @@ s32 e1000_acquire_nvm_generic(struct e1000_hw *hw);
s32 e1000_poll_eerd_eewr_done(struct e1000_hw *hw, int ee_reg);
s32 e1000_read_mac_addr_generic(struct e1000_hw *hw);
-s32 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num);
s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num,
u32 pba_num_size);
s32 e1000_read_pba_length_generic(struct e1000_hw *hw, u32 *pba_num_size);