Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2011 23:08:34 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218587 - head/sys/dev/e1000
Message-ID:  <201102112308.p1BN8Ym2077220@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  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:



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