svn commit: r218587 - head/sys/dev/e1000
Doug Barton
dougb at FreeBSD.org
Fri Feb 11 23:08:34 UTC 2011
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:
More information about the svn-src-all
mailing list