summaryrefslogtreecommitdiffstats
path: root/sys/dev/em/e1000_api.h
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2007-05-16 00:14:23 +0000
committerjfv <jfv@FreeBSD.org>2007-05-16 00:14:23 +0000
commit0711a5d404ccc947d4bb6f29e7a2bc91a805fa5e (patch)
tree40af1d652918ae81e1c31de47636c12b13e36f4d /sys/dev/em/e1000_api.h
parent57822449b0b998935db57c1f90de323f9d702cb7 (diff)
downloadFreeBSD-src-0711a5d404ccc947d4bb6f29e7a2bc91a805fa5e.zip
FreeBSD-src-0711a5d404ccc947d4bb6f29e7a2bc91a805fa5e.tar.gz
This delta adds two bug fixes: one that makes HW Offload logic in
legacy codepath match the 82575, without this we were seeing bridging fail on 82546 adapters. Secondly, I have limited TSO to PCI Express adapters, I meant to do this and it got dropped in the earlier delta. Next, I am dropping in the latest shared code from our development team, consensus was that this should be done frequently, so I am :) Approved by: pdeuskar
Diffstat (limited to 'sys/dev/em/e1000_api.h')
-rw-r--r--sys/dev/em/e1000_api.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/em/e1000_api.h b/sys/dev/em/e1000_api.h
index 13f9d89..15a274f 100644
--- a/sys/dev/em/e1000_api.h
+++ b/sys/dev/em/e1000_api.h
@@ -30,10 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
-
-/*
- * $FreeBSD$
- */
+/*$FreeBSD$*/
#ifndef _E1000_API_H_
@@ -121,7 +118,7 @@ void e1000_set_kmrn_lock_loss_workaround_ich8lan(struct e1000_hw *hw,
boolean_t state);
void e1000_igp3_phy_powerdown_workaround_ich8lan(struct e1000_hw *hw);
void e1000_gig_downshift_workaround_ich8lan(struct e1000_hw *hw);
-u32 e1000_translate_register_adoram(u32 reg);
+
/* TBI_ACCEPT macro definition:
*
OpenPOWER on IntegriCloud