if_gem.c (0d80b9bd88073cdd5bada9ceec0cbc6447847349) | if_gem.c (a30d4b3270b3a065096f171c369b8e9f03b2e3d5) |
---|---|
1/* 2 * Copyright (C) 2001 Eduardo Horvath. 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 --- 24 unchanged lines hidden (view full) --- 33 */ 34 35#define GEM_DEBUG 36 37#include <sys/param.h> 38#include <sys/systm.h> 39#include <sys/bus.h> 40#include <sys/callout.h> | 1/* 2 * Copyright (C) 2001 Eduardo Horvath. 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 --- 24 unchanged lines hidden (view full) --- 33 */ 34 35#define GEM_DEBUG 36 37#include <sys/param.h> 38#include <sys/systm.h> 39#include <sys/bus.h> 40#include <sys/callout.h> |
41#include <sys/endian.h> |
|
41#include <sys/mbuf.h> 42#include <sys/malloc.h> 43#include <sys/kernel.h> 44#include <sys/socket.h> 45#include <sys/sockio.h> 46 47#include <net/ethernet.h> 48#include <net/if.h> --- 1983 unchanged lines hidden --- | 42#include <sys/mbuf.h> 43#include <sys/malloc.h> 44#include <sys/kernel.h> 45#include <sys/socket.h> 46#include <sys/sockio.h> 47 48#include <net/ethernet.h> 49#include <net/if.h> --- 1983 unchanged lines hidden --- |