Deleted Added
full compact
mpt_cam.h (169293) mpt_cam.h (203108)
1/* $FreeBSD: head/sys/dev/mpt/mpt_cam.h 169293 2007-05-05 20:18:24Z mjacob $ */
1/* $FreeBSD: head/sys/dev/mpt/mpt_cam.h 203108 2010-01-28 08:41:30Z mav $ */
2/*-
3 * LSI MPT Host Adapter FreeBSD Wrapper Definitions (CAM version)
4 *
5 * Copyright (c) 2000, 2001 by Greg Ansley, Adam Prewett
6 *
7 * Partially derived from Matty Jacobs ISP driver.
8 *
9 * Redistribution and use in source and binary forms, with or without

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

97#define _MPT_CAM_H_
98
99#include <cam/cam.h>
100#include <cam/cam_debug.h>
101#include <cam/cam_ccb.h>
102#include <cam/cam_sim.h>
103#include <cam/cam_xpt.h>
104#include <cam/cam_periph.h>
2/*-
3 * LSI MPT Host Adapter FreeBSD Wrapper Definitions (CAM version)
4 *
5 * Copyright (c) 2000, 2001 by Greg Ansley, Adam Prewett
6 *
7 * Partially derived from Matty Jacobs ISP driver.
8 *
9 * Redistribution and use in source and binary forms, with or without

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

97#define _MPT_CAM_H_
98
99#include <cam/cam.h>
100#include <cam/cam_debug.h>
101#include <cam/cam_ccb.h>
102#include <cam/cam_sim.h>
103#include <cam/cam_xpt.h>
104#include <cam/cam_periph.h>
105#include <cam/cam_xpt_periph.h>
106#include <cam/cam_xpt_sim.h>
107#include <cam/cam_debug.h>
108#include <cam/scsi/scsi_all.h>
109#include <cam/scsi/scsi_message.h>
110
111#define ccb_mpt_ptr sim_priv.entries[0].ptr
112#define ccb_req_ptr sim_priv.entries[1].ptr
113

--- 41 unchanged lines hidden ---
105#include <cam/cam_xpt_sim.h>
106#include <cam/cam_debug.h>
107#include <cam/scsi/scsi_all.h>
108#include <cam/scsi/scsi_message.h>
109
110#define ccb_mpt_ptr sim_priv.entries[0].ptr
111#define ccb_req_ptr sim_priv.entries[1].ptr
112

--- 41 unchanged lines hidden ---