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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to