Deleted Added
full compact
isp_freebsd.h (67258) isp_freebsd.h (67365)
1/* $FreeBSD: head/sys/dev/isp/isp_freebsd.h 67258 2000-10-17 18:18:14Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/isp_freebsd.h 67365 2000-10-20 07:58:15Z jhb $ */
2/*
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (CAM version)
4 * Copyright (c) 1997, 1998, 1999, 2000 by Matthew Jacob
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

35
36
37#include <sys/param.h>
38#include <sys/param.h>
39#include <sys/systm.h>
40#include <sys/kernel.h>
41#include <sys/queue.h>
42#include <sys/malloc.h>
2/*
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (CAM version)
4 * Copyright (c) 1997, 1998, 1999, 2000 by Matthew Jacob
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

35
36
37#include <sys/param.h>
38#include <sys/param.h>
39#include <sys/systm.h>
40#include <sys/kernel.h>
41#include <sys/queue.h>
42#include <sys/malloc.h>
43#include <sys/mutex.h>
43#include <sys/proc.h>
44
45#include <machine/bus_memio.h>
46#include <machine/bus_pio.h>
47#include <machine/bus.h>
48#include <machine/clock.h>
49#include <machine/cpu.h>
44#include <sys/proc.h>
45
46#include <machine/bus_memio.h>
47#include <machine/bus_pio.h>
48#include <machine/bus.h>
49#include <machine/clock.h>
50#include <machine/cpu.h>
50#include <machine/mutex.h>
51
52#include <cam/cam.h>
53#include <cam/cam_debug.h>
54#include <cam/cam_ccb.h>
55#include <cam/cam_sim.h>
56#include <cam/cam_xpt.h>
57#include <cam/cam_xpt_sim.h>
58#include <cam/cam_debug.h>

--- 348 unchanged lines hidden ---
51
52#include <cam/cam.h>
53#include <cam/cam_debug.h>
54#include <cam/cam_ccb.h>
55#include <cam/cam_sim.h>
56#include <cam/cam_xpt.h>
57#include <cam/cam_xpt_sim.h>
58#include <cam/cam_debug.h>

--- 348 unchanged lines hidden ---