Deleted Added
full compact
if_rlreg.h (227590) if_rlreg.h (227593)
1/*-
2 * Copyright (c) 1997, 1998-2003
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
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
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 *
1/*-
2 * Copyright (c) 1997, 1998-2003
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
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
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 *
32 * $FreeBSD: head/sys/pci/if_rlreg.h 227590 2011-11-16 22:05:38Z yongari $
32 * $FreeBSD: head/sys/pci/if_rlreg.h 227593 2011-11-16 23:29:27Z yongari $
33 */
34
35/*
36 * RealTek 8129/8139 register offsets
37 */
38#define RL_IDR0 0x0000 /* ID register 0 (station addr) */
39#define RL_IDR1 0x0001 /* Must use 32-bit accesses (?) */
40#define RL_IDR2 0x0002

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

863 struct resource *rl_irq[RL_MSI_MESSAGES];
864 void *rl_intrhand[RL_MSI_MESSAGES];
865 device_t rl_miibus;
866 bus_dma_tag_t rl_parent_tag;
867 uint8_t rl_type;
868 const struct rl_hwrev *rl_hwrev;
869 int rl_eecmd_read;
870 int rl_eewidth;
33 */
34
35/*
36 * RealTek 8129/8139 register offsets
37 */
38#define RL_IDR0 0x0000 /* ID register 0 (station addr) */
39#define RL_IDR1 0x0001 /* Must use 32-bit accesses (?) */
40#define RL_IDR2 0x0002

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

863 struct resource *rl_irq[RL_MSI_MESSAGES];
864 void *rl_intrhand[RL_MSI_MESSAGES];
865 device_t rl_miibus;
866 bus_dma_tag_t rl_parent_tag;
867 uint8_t rl_type;
868 const struct rl_hwrev *rl_hwrev;
869 int rl_eecmd_read;
870 int rl_eewidth;
871 int rl_expcap;
871 int rl_txthresh;
872 struct rl_chain_data rl_cdata;
873 struct rl_list_data rl_ldata;
874 struct callout rl_stat_callout;
875 int rl_watchdog_timer;
876 struct mtx rl_mtx;
877 struct mbuf *rl_head;
878 struct mbuf *rl_tail;

--- 253 unchanged lines hidden ---
872 int rl_txthresh;
873 struct rl_chain_data rl_cdata;
874 struct rl_list_data rl_ldata;
875 struct callout rl_stat_callout;
876 int rl_watchdog_timer;
877 struct mtx rl_mtx;
878 struct mbuf *rl_head;
879 struct mbuf *rl_tail;

--- 253 unchanged lines hidden ---