Deleted Added
full compact
e1000_i210.h (238148) e1000_i210.h (238262)
1/******************************************************************************
2
3 Copyright (c) 2001-2012, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 16 unchanged lines hidden (view full) ---

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
1/******************************************************************************
2
3 Copyright (c) 2001-2012, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

--- 16 unchanged lines hidden (view full) ---

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
33/*$FreeBSD: head/sys/dev/e1000/e1000_i210.h 238148 2012-07-05 20:26:57Z jfv $*/
33/*$FreeBSD: stable/9/sys/dev/e1000/e1000_i210.h 238262 2012-07-08 20:35:56Z jfv $*/
34
35#ifndef _E1000_I210_H_
36#define _E1000_I210_H_
37
38s32 e1000_update_flash_i210(struct e1000_hw *hw);
39s32 e1000_update_nvm_checksum_i210(struct e1000_hw *hw);
40s32 e1000_validate_nvm_checksum_i210(struct e1000_hw *hw);
41s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset,

--- 39 unchanged lines hidden ---
34
35#ifndef _E1000_I210_H_
36#define _E1000_I210_H_
37
38s32 e1000_update_flash_i210(struct e1000_hw *hw);
39s32 e1000_update_nvm_checksum_i210(struct e1000_hw *hw);
40s32 e1000_validate_nvm_checksum_i210(struct e1000_hw *hw);
41s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset,

--- 39 unchanged lines hidden ---