Deleted Added
full compact
if_ie.c (7170) if_ie.c (7430)
1/*-
2 * Copyright (c) 1992, 1993, University of Vermont and State
3 * Agricultural College.
4 * Copyright (c) 1992, 1993, Garrett A. Wollman.
5 *
6 * Portions:
7 * Copyright (c) 1990, 1991, William F. Jolitz
8 * Copyright (c) 1990, The Regents of the University of California

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

38 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
39 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
40 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
41 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
42 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
43 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
44 * SUCH DAMAGE.
45 *
1/*-
2 * Copyright (c) 1992, 1993, University of Vermont and State
3 * Agricultural College.
4 * Copyright (c) 1992, 1993, Garrett A. Wollman.
5 *
6 * Portions:
7 * Copyright (c) 1990, 1991, William F. Jolitz
8 * Copyright (c) 1990, The Regents of the University of California

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

38 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
39 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
40 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
41 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
42 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
43 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
44 * SUCH DAMAGE.
45 *
46 * $Id: if_ie.c,v 1.20 1994/12/22 21:56:09 wollman Exp $
46 * $Id: if_ie.c,v 1.21 1995/03/19 14:28:45 davidg Exp $
47 */
48
49/*
50 * Intel 82586 Ethernet chip
51 * Register, bit, and structure definitions.
52 *
53 * Written by GAW with reference to the Clarkson Packet Driver code for this
54 * chip written by Russ Nelson and others.

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

132#include <netinet/if_ether.h>
133#endif
134
135#ifdef NS
136#include <netns/ns.h>
137#include <netns/ns_if.h>
138#endif
139
47 */
48
49/*
50 * Intel 82586 Ethernet chip
51 * Register, bit, and structure definitions.
52 *
53 * Written by GAW with reference to the Clarkson Packet Driver code for this
54 * chip written by Russ Nelson and others.

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

132#include <netinet/if_ether.h>
133#endif
134
135#ifdef NS
136#include <netns/ns.h>
137#include <netns/ns_if.h>
138#endif
139
140#include <machine/clock.h>
141
140#include <i386/isa/isa.h>
141#include <i386/isa/isa_device.h>
142#include <i386/isa/ic/i82586.h>
143#include <i386/isa/if_iereg.h>
144#include <i386/isa/icu.h>
145#include <i386/isa/if_ie507.h>
146#include <i386/isa/elink.h>
147

--- 1871 unchanged lines hidden ---
142#include <i386/isa/isa.h>
143#include <i386/isa/isa_device.h>
144#include <i386/isa/ic/i82586.h>
145#include <i386/isa/if_iereg.h>
146#include <i386/isa/icu.h>
147#include <i386/isa/if_ie507.h>
148#include <i386/isa/elink.h>
149

--- 1871 unchanged lines hidden ---