Deleted Added
full compact
1/*-
2 * Copyright (c) 2000-01 Intel Corporation
2 * Copyright (c) 2000-03 ICP vortex GmbH
3 * Copyright (c) 2002-03 Intel Corporation
4 * Copyright (c) 2003 Adaptec Inc.
5 * All Rights Reserved
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions, and the following disclaimer,
12 * without modification, immediately at the beginning of the file.

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

24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 */
31
30#ident "$Id: iir_pci.c 1.1 2001/05/22 20:14:12 achim Exp $"
32#ident "$Id: iir_pci.c 1.2 2003/08/26 12:29:55 achim Exp $"
33#include <sys/cdefs.h>
32__FBSDID("$FreeBSD: head/sys/dev/iir/iir_pci.c 119690 2003-09-02 17:30:40Z jhb $");
34__FBSDID("$FreeBSD: head/sys/dev/iir/iir_pci.c 120477 2003-09-26 15:36:47Z scottl $");
35
36/*
37 * iir_pci.c: PCI Bus Attachment for Intel Integrated RAID Controller driver
38 *
39 * Written by: Achim Leubner <achim.leubner@intel.com>
40 * Written by: Achim Leubner <achim_leubner@adaptec.com>
41 * Fixes/Additions: Boji Tony Kannanthanam <boji.t.kannanthanam@intel.com>
42 *
43 * TODO:
44 */
45
46/* #include "opt_iir.h" */
47
48#include <sys/param.h>

--- 436 unchanged lines hidden ---