Deleted Added
full compact
if_smc_smi.c (236987) if_smc_smi.c (257258)
1/*-
2 * Copyright (c) 2008 Benno Rice
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

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

20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 *
25 */
26
27#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2008 Benno Rice
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

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

20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 *
25 */
26
27#include <sys/cdefs.h>
28__FBSDID("$FreeBSD: head/sys/arm/xscale/pxa/if_smc_smi.c 236987 2012-06-13 04:38:09Z imp $");
28__FBSDID("$FreeBSD: head/sys/arm/xscale/pxa/if_smc_smi.c 257258 2013-10-28 15:20:17Z ian $");
29
30#include <sys/param.h>
29
30#include <sys/param.h>
31#include <sys/bus.h>
31#include <sys/kernel.h>
32#include <sys/kernel.h>
33#include <sys/module.h>
32#include <sys/socket.h>
34#include <sys/socket.h>
35#include <sys/systm.h>
36#include <sys/taskqueue.h>
33
37
34#include <sys/module.h>
35#include <sys/bus.h>
36
37#include <machine/bus.h>
38#include <machine/resource.h>
39
40#include <net/ethernet.h>
41#include <net/if.h>
42#include <net/if_arp.h>
43#include <net/if_media.h>
44

--- 80 unchanged lines hidden ---
38#include <machine/bus.h>
39#include <machine/resource.h>
40
41#include <net/ethernet.h>
42#include <net/if.h>
43#include <net/if_arp.h>
44#include <net/if_media.h>
45

--- 80 unchanged lines hidden ---