isp_freebsd.h (029f13c6714669bf95d48a9152392049a526da21) | isp_freebsd.h (a30d4b3270b3a065096f171c369b8e9f03b2e3d5) |
---|---|
1/* $FreeBSD$ */ 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: --- 17 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> | 1/* $FreeBSD$ */ 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: --- 17 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 --- |