Deleted Added
full compact
if_atse.c (256752) if_atse.c (257447)
1/*-
2 * Copyright (c) 2012,2013 Bjoern A. Zeeb
3 * All rights reserved.
4 *
5 * This software was developed by SRI International and the University of
6 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-11-C-0249)
7 * ("MRC2"), as part of the DARPA MRC research programme.
8 *

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

44 * - test 100Mbit/s and 10Mbit/s
45 * - blacklist the one special factory programmed ethernet address (for now
46 * hardcoded, later from loader?)
47 * - resolve all XXX, left as reminders to shake out details later
48 * - Jumbo frame support
49 */
50
51#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2012,2013 Bjoern A. Zeeb
3 * All rights reserved.
4 *
5 * This software was developed by SRI International and the University of
6 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-11-C-0249)
7 * ("MRC2"), as part of the DARPA MRC research programme.
8 *

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

44 * - test 100Mbit/s and 10Mbit/s
45 * - blacklist the one special factory programmed ethernet address (for now
46 * hardcoded, later from loader?)
47 * - resolve all XXX, left as reminders to shake out details later
48 * - Jumbo frame support
49 */
50
51#include <sys/cdefs.h>
52__FBSDID("$FreeBSD: head/sys/dev/altera/atse/if_atse.c 256752 2013-10-18 20:44:19Z brooks $");
52__FBSDID("$FreeBSD: stable/10/sys/dev/altera/atse/if_atse.c 256752 2013-10-18 20:44:19Z brooks $");
53
54#include "opt_device_polling.h"
55
56#include <sys/param.h>
57#include <sys/systm.h>
58#include <sys/kernel.h>
59#include <sys/bus.h>
60#include <sys/endian.h>

--- 1919 unchanged lines hidden ---
53
54#include "opt_device_polling.h"
55
56#include <sys/param.h>
57#include <sys/systm.h>
58#include <sys/kernel.h>
59#include <sys/bus.h>
60#include <sys/endian.h>

--- 1919 unchanged lines hidden ---