Deleted Added
full compact
if_nvereg.h (179458) if_nvereg.h (199560)
1/*
2 * Copyright (c) 2005 by David E. O'Brien <obrien@FreeBSD.org>.
3 * Copyright (c) 2003 by Quinton Dolan <q@onthenet.com.au>.
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 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * $Id: if_nvreg.h,v 1.6 2004/08/12 14:00:05 q Exp $
1/*
2 * Copyright (c) 2005 by David E. O'Brien <obrien@FreeBSD.org>.
3 * Copyright (c) 2003 by Quinton Dolan <q@onthenet.com.au>.
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 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * $Id: if_nvreg.h,v 1.6 2004/08/12 14:00:05 q Exp $
28 * $FreeBSD: head/sys/dev/nve/if_nvereg.h 179458 2008-05-31 14:17:36Z remko $
28 * $FreeBSD: head/sys/dev/nve/if_nvereg.h 199560 2009-11-19 22:14:23Z jhb $
29 */
30
31#ifndef _IF_NVEREG_H_
32#define _IF_NVEREG_H_
33
34#ifndef PCI_VENDOR_NVIDIA
35#define PCI_VENDOR_NVIDIA 0x10DE
36#endif

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

133 struct resource *irq;
134
135 ADAPTER_API *hwapi;
136 OS_API osapi;
137
138 device_t miibus;
139 device_t dev;
140 struct callout stat_callout;
29 */
30
31#ifndef _IF_NVEREG_H_
32#define _IF_NVEREG_H_
33
34#ifndef PCI_VENDOR_NVIDIA
35#define PCI_VENDOR_NVIDIA 0x10DE
36#endif

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

133 struct resource *irq;
134
135 ADAPTER_API *hwapi;
136 OS_API osapi;
137
138 device_t miibus;
139 device_t dev;
140 struct callout stat_callout;
141 int tx_timer;
141
142 void *sc_ih;
143 bus_space_tag_t sc_st;
144 bus_space_handle_t sc_sh;
145 bus_dma_tag_t mtag;
146 bus_dma_tag_t rtag;
147 bus_dmamap_t rmap;
148 bus_dma_tag_t ttag;

--- 48 unchanged lines hidden ---
142
143 void *sc_ih;
144 bus_space_tag_t sc_st;
145 bus_space_handle_t sc_sh;
146 bus_dma_tag_t mtag;
147 bus_dma_tag_t rtag;
148 bus_dmamap_t rmap;
149 bus_dma_tag_t ttag;

--- 48 unchanged lines hidden ---