if_mxge.c (40385a5f331dddcd7eb4a25a971f6148f5de1a68) if_mxge.c (4e7f640dfbe1f666c3857534899ee168776fbe67)
1/******************************************************************************
2
3Copyright (c) 2006, Myricom Inc.
4All rights reserved.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions are met:
8

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

39#include <sys/linker.h>
40#include <sys/firmware.h>
41#include <sys/endian.h>
42#include <sys/sockio.h>
43#include <sys/mbuf.h>
44#include <sys/malloc.h>
45#include <sys/kdb.h>
46#include <sys/kernel.h>
1/******************************************************************************
2
3Copyright (c) 2006, Myricom Inc.
4All rights reserved.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions are met:
8

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

39#include <sys/linker.h>
40#include <sys/firmware.h>
41#include <sys/endian.h>
42#include <sys/sockio.h>
43#include <sys/mbuf.h>
44#include <sys/malloc.h>
45#include <sys/kdb.h>
46#include <sys/kernel.h>
47#include <sys/lock.h>
47#include <sys/module.h>
48#include <sys/memrange.h>
49#include <sys/socket.h>
50#include <sys/sysctl.h>
51#include <sys/sx.h>
52
53#include <net/if.h>
54#include <net/if_arp.h>

--- 3084 unchanged lines hidden ---
48#include <sys/module.h>
49#include <sys/memrange.h>
50#include <sys/socket.h>
51#include <sys/sysctl.h>
52#include <sys/sx.h>
53
54#include <net/if.h>
55#include <net/if_arp.h>

--- 3084 unchanged lines hidden ---