Deleted Added
full compact
isp_freebsd.h (93837) isp_freebsd.h (95533)
1/* $FreeBSD: head/sys/dev/isp/isp_freebsd.h 93837 2002-04-04 23:46:01Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/isp_freebsd.h 95533 2002-04-26 22:48:23Z mike $ */
2/*
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions
4 * Copyright (c) 1997, 1998, 1999, 2000, 2001 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

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

26 */
27#ifndef _ISP_FREEBSD_H
28#define _ISP_FREEBSD_H
29
30#define ISP_PLATFORM_VERSION_MAJOR 5
31#define ISP_PLATFORM_VERSION_MINOR 9
32
33#include <sys/param.h>
2/*
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions
4 * Copyright (c) 1997, 1998, 1999, 2000, 2001 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

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

26 */
27#ifndef _ISP_FREEBSD_H
28#define _ISP_FREEBSD_H
29
30#define ISP_PLATFORM_VERSION_MAJOR 5
31#define ISP_PLATFORM_VERSION_MINOR 9
32
33#include <sys/param.h>
34#include <sys/param.h>
35#include <sys/systm.h>
34#include <sys/systm.h>
35#include <sys/endian.h>
36#include <sys/kernel.h>
37#include <sys/queue.h>
38#include <sys/lock.h>
39#include <sys/malloc.h>
40#include <sys/mutex.h>
41#include <sys/condvar.h>
42#include <sys/proc.h>
43#include <sys/bus.h>

--- 409 unchanged lines hidden ---
36#include <sys/kernel.h>
37#include <sys/queue.h>
38#include <sys/lock.h>
39#include <sys/malloc.h>
40#include <sys/mutex.h>
41#include <sys/condvar.h>
42#include <sys/proc.h>
43#include <sys/bus.h>

--- 409 unchanged lines hidden ---