mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Restore 2 prototypes that seem to have been mistakenly removed in r218582.
I've manually twiddled the whitespace for e1000_commit_fc_settings_generic to match the others in the file. Submitted by: dim Tested by: me
This commit is contained in:
parent
37142d9e87
commit
8c1bde8dd0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218587
@ -120,6 +120,8 @@ s32 e1000_mng_write_cmd_header(struct e1000_hw *hw,
|
|||||||
s32 e1000_mng_write_dhcp_info(struct e1000_hw * hw,
|
s32 e1000_mng_write_dhcp_info(struct e1000_hw * hw,
|
||||||
u8 *buffer, u16 length);
|
u8 *buffer, u16 length);
|
||||||
u32 e1000_translate_register_82542(u32 reg);
|
u32 e1000_translate_register_82542(u32 reg);
|
||||||
|
s32 e1000_commit_fc_settings_generic(struct e1000_hw *hw);
|
||||||
|
s32 e1000_poll_fiber_serdes_link_generic(struct e1000_hw *hw);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TBI_ACCEPT macro definition:
|
* TBI_ACCEPT macro definition:
|
||||||
|
Loading…
Reference in New Issue
Block a user