summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/e1000_api.h
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2010-06-30 21:05:51 +0000
committerjfv <jfv@FreeBSD.org>2010-06-30 21:05:51 +0000
commit1b5972d2abfb5cb5cc10995525d2e6a67bc6d0b0 (patch)
tree983502f00d6c7473378965b56fdca1e888a7e596 /sys/dev/e1000/e1000_api.h
parent0cae6dc51c8e4832d940b7ae2b89e3196c26c400 (diff)
downloadFreeBSD-src-1b5972d2abfb5cb5cc10995525d2e6a67bc6d0b0.zip
FreeBSD-src-1b5972d2abfb5cb5cc10995525d2e6a67bc6d0b0.tar.gz
OK, I was a bit sleep this morning and checked in
the core changes but left out the shared code, lol. Well, and a couple fixes to the core... hopefully this will all be complete now. Happy happy joy joy :)
Diffstat (limited to 'sys/dev/e1000/e1000_api.h')
-rw-r--r--sys/dev/e1000/e1000_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/e1000/e1000_api.h b/sys/dev/e1000/e1000_api.h
index b7bc14c..9fc7469 100644
--- a/sys/dev/e1000/e1000_api.h
+++ b/sys/dev/e1000/e1000_api.h
@@ -55,6 +55,7 @@ s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
s32 e1000_init_mac_params(struct e1000_hw *hw);
s32 e1000_init_nvm_params(struct e1000_hw *hw);
s32 e1000_init_phy_params(struct e1000_hw *hw);
+s32 e1000_init_mbx_params(struct e1000_hw *hw);
s32 e1000_get_bus_info(struct e1000_hw *hw);
void e1000_clear_vfta(struct e1000_hw *hw);
void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value);
OpenPOWER on IntegriCloud