Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2011 22:28:56 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Jack F Vogel <jfv@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r218582 - head/sys/dev/e1000
Message-ID:  <4D55AA18.3090707@FreeBSD.org>
In-Reply-To: <201102111903.p1BJ30YQ070972@svn.freebsd.org>
References:  <201102111903.p1BJ30YQ070972@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2011-02-11 20:03, Jack F Vogel wrote:
> Author: jfv
> Date: Fri Feb 11 19:03:00 2011
> New Revision: 218582
> URL: http://svn.freebsd.org/changeset/base/218582
>
> Log:
>    Revert changes made here, they will cause a conflict
>    later on with our shared code.
>
> 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 17:18:42 2011	(r218581)
> +++ head/sys/dev/e1000/e1000_api.h	Fri Feb 11 19:03:00 2011	(r218582)
> @@ -120,9 +120,6 @@ 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_set_default_fc_generic(struct e1000_hw *hw);
> -s32 e1000_commit_fc_settings_generic(struct e1000_hw *hw);
> -s32  e1000_poll_fiber_serdes_link_generic(struct e1000_hw *hw);

This breaks the build, please put back the following two prototypes for now:

s32  e1000_commit_fc_settings_generic(struct e1000_hw *hw);
s32  e1000_poll_fiber_serdes_link_generic(struct e1000_hw *hw);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D55AA18.3090707>