Deleted Added
full compact
aic7xxx_osm.h (117126) aic7xxx_osm.h (119277)
1/*
2 * FreeBSD platform specific driver option settings, data structures,
3 * function declarations and includes.
4 *
5 * Copyright (c) 1994-2001 Justin T. Gibbs.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

24 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
1/*
2 * FreeBSD platform specific driver option settings, data structures,
3 * function declarations and includes.
4 *
5 * Copyright (c) 1994-2001 Justin T. Gibbs.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

24 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
32 * $Id: aic7xxx_osm.h,v 1.22 2003/06/10 03:25:24 gibbs Exp $
32 * $Id: aic7xxx_osm.h,v 1.23 2003/07/01 15:51:52 scottl Exp $
33 *
33 *
34 * $FreeBSD: head/sys/dev/aic7xxx/aic7xxx_osm.h 117126 2003-07-01 15:52:06Z scottl $
34 * $FreeBSD: head/sys/dev/aic7xxx/aic7xxx_osm.h 119277 2003-08-22 05:54:52Z imp $
35 */
36
37#ifndef _AIC7XXX_FREEBSD_H_
38#define _AIC7XXX_FREEBSD_H_
39
40#include <opt_aic7xxx.h> /* for config options */
41
42#include <sys/param.h>

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

64#include <machine/bus.h>
65#include <machine/endian.h>
66#include <machine/clock.h>
67#include <machine/resource.h>
68
69#include <sys/rman.h>
70
71#if NPCI > 0
35 */
36
37#ifndef _AIC7XXX_FREEBSD_H_
38#define _AIC7XXX_FREEBSD_H_
39
40#include <opt_aic7xxx.h> /* for config options */
41
42#include <sys/param.h>

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

64#include <machine/bus.h>
65#include <machine/endian.h>
66#include <machine/clock.h>
67#include <machine/resource.h>
68
69#include <sys/rman.h>
70
71#if NPCI > 0
72#if __FreeBSD_version < 500000
72#include <pci/pcireg.h>
73#include <pci/pcivar.h>
73#include <pci/pcireg.h>
74#include <pci/pcivar.h>
75#else
76#include <dev/pci/pcireg.h>
77#include <dev/pci/pcivar.h>
74#endif
78#endif
79#endif
75
76#include <cam/cam.h>
77#include <cam/cam_ccb.h>
78#include <cam/cam_debug.h>
79#include <cam/cam_sim.h>
80#include <cam/cam_xpt_sim.h>
81
82#include <cam/scsi/scsi_all.h>

--- 506 unchanged lines hidden ---
80
81#include <cam/cam.h>
82#include <cam/cam_ccb.h>
83#include <cam/cam_debug.h>
84#include <cam/cam_sim.h>
85#include <cam/cam_xpt_sim.h>
86
87#include <cam/scsi/scsi_all.h>

--- 506 unchanged lines hidden ---