Deleted Added
full compact
if_vx.c (141166) if_vx.c (146734)
1/*-
2 * Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca>
3 * 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

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

26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 *
30 *
31 */
32
33#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca>
3 * 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

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

26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 *
30 *
31 */
32
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/dev/vx/if_vx.c 141166 2005-02-03 02:35:28Z grehan $");
34__FBSDID("$FreeBSD: head/sys/dev/vx/if_vx.c 146734 2005-05-29 04:42:30Z nyan $");
35
36/*
37 * Created from if_ep.c driver by Fred Gray (fgray@rice.edu) to support
38 * the 3c590 family.
39 */
40
41/*
42 * Modified from the FreeBSD 1.1.5.1 version by:

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

64#include <sys/mbuf.h>
65#include <sys/socket.h>
66
67#include <net/if.h>
68
69#include <net/ethernet.h>
70#include <net/if_arp.h>
71
35
36/*
37 * Created from if_ep.c driver by Fred Gray (fgray@rice.edu) to support
38 * the 3c590 family.
39 */
40
41/*
42 * Modified from the FreeBSD 1.1.5.1 version by:

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

64#include <sys/mbuf.h>
65#include <sys/socket.h>
66
67#include <net/if.h>
68
69#include <net/ethernet.h>
70#include <net/if_arp.h>
71
72#include <machine/bus_pio.h>
73#include <machine/bus.h>
74
75#include <sys/bus.h>
76
77#include <net/bpf.h>
78
79#include <dev/vx/if_vxreg.h>
80#include <dev/vx/if_vxvar.h>

--- 936 unchanged lines hidden ---
72#include <machine/bus.h>
73
74#include <sys/bus.h>
75
76#include <net/bpf.h>
77
78#include <dev/vx/if_vxreg.h>
79#include <dev/vx/if_vxvar.h>

--- 936 unchanged lines hidden ---