svn commit: r218587 - head/sys/dev/e1000

Doug Barton dougb at FreeBSD.org
Fri Feb 11 23:13:21 UTC 2011


On 02/11/2011 15:08, Doug Barton wrote:
> Author: dougb
> Date: Fri Feb 11 23:08:34 2011
> New Revision: 218587
> URL: http://svn.freebsd.org/changeset/base/218587
>
> Log:
>    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.

Sorry, I wasn't clear on this. The bit that dim submitted was right, but 
when I diffed against r218581 I noticed that the ws was different in the 
previous version. Given that it was going to be a change either way I 
chose to be consistent rather than doing a straight "revert" to the 
previous state.


Doug


>    Submitted by:	dim
>    Tested by:	me
>
> Modified:
>    head/sys/dev/e1000/e1000_api.h
>
> Modified: head/sys/dev/e1000/e1000_api.h
> ==============================================================================
> --- head/sys/dev/e1000/e1000_api.h	Fri Feb 11 22:57:19 2011	(r218586)
> +++ head/sys/dev/e1000/e1000_api.h	Fri Feb 11 23:08:34 2011	(r218587)
> @@ -120,6 +120,8 @@ s32  e1000_mng_write_cmd_header(struct e
>   s32  e1000_mng_write_dhcp_info(struct e1000_hw * hw,
>                                       u8 *buffer, u16 length);
>   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:
>



-- 

	Nothin' ever doesn't change, but nothin' changes much.
			-- OK Go

	Breadth of IT experience, and depth of knowledge in the DNS.
	Yours for the right price.  :)  http://SupersetSolutions.com/



More information about the svn-src-all mailing list