Deleted Added
full compact
if_media.c (25429) if_media.c (25431)
1/* $NetBSD: if_media.c,v 1.1 1997/03/17 02:55:15 thorpej Exp $ */
1/* $NetBSD: if_media.c,v 1.1 1997/03/17 02:55:15 thorpej Exp $ */
2/* $Id$ */
2
3/*
4 * Copyright (c) 1997
5 * Jonathan Stone and Jason R. Thorpe. All rights reserved.
6 *
7 * This software is derived from information provided by Matt Thomas.
8 *
9 * Redistribution and use in source and binary forms, with or without

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

43 *
44 * Many thanks to Matt Thomas for providing the information necessary
45 * to implement this interface.
46 */
47
48#include <sys/param.h>
49#include <sys/systm.h>
50#include <sys/errno.h>
3
4/*
5 * Copyright (c) 1997
6 * Jonathan Stone and Jason R. Thorpe. All rights reserved.
7 *
8 * This software is derived from information provided by Matt Thomas.
9 *
10 * Redistribution and use in source and binary forms, with or without

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

44 *
45 * Many thanks to Matt Thomas for providing the information necessary
46 * to implement this interface.
47 */
48
49#include <sys/param.h>
50#include <sys/systm.h>
51#include <sys/errno.h>
51#include <sys/ioctl.h>
52#include <sys/socket.h>
52#include <sys/socket.h>
53#include <sys/sockio.h>
53#include <sys/malloc.h>
54
55#include <net/if.h>
56#include <net/if_media.h>
57#include <net/netisr.h>
58
59/*
60 * Compile-time options:

--- 415 unchanged lines hidden ---
54#include <sys/malloc.h>
55
56#include <net/if.h>
57#include <net/if_media.h>
58#include <net/netisr.h>
59
60/*
61 * Compile-time options:

--- 415 unchanged lines hidden ---