Deleted Added
full compact
hifn7751.c (119137) hifn7751.c (119280)
1/* $FreeBSD: head/sys/dev/hifn/hifn7751.c 119137 2003-08-19 17:51:11Z sam $ */
1/* $FreeBSD: head/sys/dev/hifn/hifn7751.c 119280 2003-08-22 06:00:27Z imp $ */
2/* $OpenBSD: hifn7751.c,v 1.120 2002/05/17 00:33:34 deraadt Exp $ */
3
4/*
5 * Invertex AEON / Hifn 7751 driver
6 * Copyright (c) 1999 Invertex Inc. All rights reserved.
7 * Copyright (c) 1999 Theo de Raadt
8 * Copyright (c) 2000-2001 Network Security Technologies, Inc.
9 * http://www.netsec.net

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

64#include <machine/bus.h>
65#include <machine/resource.h>
66#include <sys/bus.h>
67#include <sys/rman.h>
68
69#include <opencrypto/cryptodev.h>
70#include <sys/random.h>
71
2/* $OpenBSD: hifn7751.c,v 1.120 2002/05/17 00:33:34 deraadt Exp $ */
3
4/*
5 * Invertex AEON / Hifn 7751 driver
6 * Copyright (c) 1999 Invertex Inc. All rights reserved.
7 * Copyright (c) 1999 Theo de Raadt
8 * Copyright (c) 2000-2001 Network Security Technologies, Inc.
9 * http://www.netsec.net

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

64#include <machine/bus.h>
65#include <machine/resource.h>
66#include <sys/bus.h>
67#include <sys/rman.h>
68
69#include <opencrypto/cryptodev.h>
70#include <sys/random.h>
71
72#include
73#include
72#include <dev/pci/pcivar.h>
73#include <dev/pci/pcireg.h>
74
75#ifdef HIFN_RNDTEST
76#include <dev/rndtest/rndtest.h>
77#endif
78#include <dev/hifn/hifn7751reg.h>
79#include <dev/hifn/hifn7751var.h>
80
81/*

--- 2587 unchanged lines hidden ---
74
75#ifdef HIFN_RNDTEST
76#include <dev/rndtest/rndtest.h>
77#endif
78#include <dev/hifn/hifn7751reg.h>
79#include <dev/hifn/hifn7751var.h>
80
81/*

--- 2587 unchanged lines hidden ---