Deleted Added
full compact
if_fxpreg.h (76526) if_fxpreg.h (76630)
1/*
2 * Copyright (c) 1995, David Greenman
3 * Copyright (c) 2001 Jonathan Lemon <jlemon@freebsd.org>
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
8 * are met:

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

20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
1/*
2 * Copyright (c) 1995, David Greenman
3 * Copyright (c) 2001 Jonathan Lemon <jlemon@freebsd.org>
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
8 * are met:

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

20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $FreeBSD: head/sys/dev/fxp/if_fxpreg.h 76526 2001-05-12 23:59:48Z jlemon $
28 * $FreeBSD: head/sys/dev/fxp/if_fxpreg.h 76630 2001-05-15 18:52:40Z jlemon $
29 */
30
31#define FXP_VENDORID_INTEL 0x8086
32
33#define FXP_PCI_MMBA 0x10
34#define FXP_PCI_IOBA 0x14
35
36/*

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

350 * Management Data Interface opcodes
351 */
352#define FXP_MDI_WRITE 0x1
353#define FXP_MDI_READ 0x2
354
355/*
356 * PHY device types
357 */
29 */
30
31#define FXP_VENDORID_INTEL 0x8086
32
33#define FXP_PCI_MMBA 0x10
34#define FXP_PCI_IOBA 0x14
35
36/*

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

350 * Management Data Interface opcodes
351 */
352#define FXP_MDI_WRITE 0x1
353#define FXP_MDI_READ 0x2
354
355/*
356 * PHY device types
357 */
358#define FXP_PHY_DEVICE_MASK 0x03f0
358#define FXP_PHY_DEVICE_MASK 0x3f00
359#define FXP_PHY_SERIAL_ONLY 0x8000
360#define FXP_PHY_NONE 0
361#define FXP_PHY_82553A 1
362#define FXP_PHY_82553C 2
363#define FXP_PHY_82503 3
364#define FXP_PHY_DP83840 4
365#define FXP_PHY_80C240 5
366#define FXP_PHY_80C24 6
367#define FXP_PHY_82555 7
368#define FXP_PHY_DP83840A 10
369#define FXP_PHY_82555B 11
359#define FXP_PHY_SERIAL_ONLY 0x8000
360#define FXP_PHY_NONE 0
361#define FXP_PHY_82553A 1
362#define FXP_PHY_82553C 2
363#define FXP_PHY_82503 3
364#define FXP_PHY_DP83840 4
365#define FXP_PHY_80C240 5
366#define FXP_PHY_80C24 6
367#define FXP_PHY_82555 7
368#define FXP_PHY_DP83840A 10
369#define FXP_PHY_82555B 11