Deleted Added
full compact
isp_freebsd.h (58100) isp_freebsd.h (59452)
1/* $FreeBSD: head/sys/dev/isp/isp_freebsd.h 58100 2000-03-15 18:49:44Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/isp_freebsd.h 59452 2000-04-21 02:05:13Z mjacob $ */
2/*
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (CAM version)
4 *---------------------------------------
5 * Copyright (c) 1997, 1998, 1999 by Matthew Jacob
6 * NASA/Ames Research Center
7 * All rights reserved.
8 *---------------------------------------
9 *

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

38#define ISP_PLATFORM_VERSION_MINOR 0
39
40
41#include <sys/param.h>
42#include <sys/param.h>
43#include <sys/systm.h>
44#include <sys/kernel.h>
45#include <sys/queue.h>
2/*
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (CAM version)
4 *---------------------------------------
5 * Copyright (c) 1997, 1998, 1999 by Matthew Jacob
6 * NASA/Ames Research Center
7 * All rights reserved.
8 *---------------------------------------
9 *

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

38#define ISP_PLATFORM_VERSION_MINOR 0
39
40
41#include <sys/param.h>
42#include <sys/param.h>
43#include <sys/systm.h>
44#include <sys/kernel.h>
45#include <sys/queue.h>
46#include <sys/malloc.h>
46
47#include <machine/bus_memio.h>
48#include <machine/bus_pio.h>
49#include <machine/bus.h>
50#include <machine/clock.h>
51
52#include <cam/cam.h>
53#include <cam/cam_debug.h>

--- 206 unchanged lines hidden ---
47
48#include <machine/bus_memio.h>
49#include <machine/bus_pio.h>
50#include <machine/bus.h>
51#include <machine/clock.h>
52
53#include <cam/cam.h>
54#include <cam/cam_debug.h>

--- 206 unchanged lines hidden ---