Deleted Added
full compact
if_patm_tx.c (118539) if_patm_tx.c (119418)
1/*
2 * Copyright (c) 2003
3 * Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

31 *
32 * Copyright (c) 1996, 1997, 1998, 1999 Mark Tinguely
33 * All rights reserved.
34 *
35 * Author: Hartmut Brandt <harti@freebsd.org>
36 *
37 * Driver for IDT77252 based cards like ProSum's.
38 */
1/*
2 * Copyright (c) 2003
3 * Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

31 *
32 * Copyright (c) 1996, 1997, 1998, 1999 Mark Tinguely
33 * All rights reserved.
34 *
35 * Author: Hartmut Brandt <harti@freebsd.org>
36 *
37 * Driver for IDT77252 based cards like ProSum's.
38 */
39
39#include <sys/cdefs.h>
40#include <sys/cdefs.h>
40__FBSDID("$FreeBSD: head/sys/dev/patm/if_patm_tx.c 118539 2003-08-06 13:09:36Z harti $");
41__FBSDID("$FreeBSD: head/sys/dev/patm/if_patm_tx.c 119418 2003-08-24 17:55:58Z obrien $");
42#include <sys/cdefs.h>
43__FBSDID("$FreeBSD: head/sys/dev/patm/if_patm_tx.c 119418 2003-08-24 17:55:58Z obrien $");
41
42#include "opt_inet.h"
43#include "opt_natm.h"
44
45#include <sys/types.h>
46#include <sys/param.h>
47#include <sys/systm.h>
48#include <sys/malloc.h>

--- 1227 unchanged lines hidden ---
44
45#include "opt_inet.h"
46#include "opt_natm.h"
47
48#include <sys/types.h>
49#include <sys/param.h>
50#include <sys/systm.h>
51#include <sys/malloc.h>

--- 1227 unchanged lines hidden ---