Deleted Added
sdiff udiff text old ( 119690 ) new ( 120477 )
full compact
1/*-
2 * Copyright (c) 2000-01 Intel Corporation
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
9 * notice, this list of conditions, and the following disclaimer,
10 * without modification, immediately at the beginning of the file.

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

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

--- 436 unchanged lines hidden ---