Deleted Added
full compact
isp_library.h (167821) isp_library.h (168240)
1/* $FreeBSD: head/sys/dev/isp/isp_library.h 167821 2007-03-22 23:38:32Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/isp_library.h 168240 2007-04-02 01:04:20Z mjacob $ */
2/*-
3 * Copyright (c) 1997-2007 by Matthew Jacob
4 * All rights reserved.
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 *

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

123extern void
124isp_get_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *);
125extern void
126isp_get_fcp_cmnd_iu(ispsoftc_t *, fcp_cmnd_iu_t *, fcp_cmnd_iu_t *);
127extern void isp_put_rft_id(ispsoftc_t *, rft_id_t *, rft_id_t *);
128extern void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
129extern void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
130
2/*-
3 * Copyright (c) 1997-2007 by Matthew Jacob
4 * All rights reserved.
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 *

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

123extern void
124isp_get_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *);
125extern void
126isp_get_fcp_cmnd_iu(ispsoftc_t *, fcp_cmnd_iu_t *, fcp_cmnd_iu_t *);
127extern void isp_put_rft_id(ispsoftc_t *, rft_id_t *, rft_id_t *);
128extern void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
129extern void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
130
131#define ISP_HANDLE_MASK 0x7fff
132
131#ifdef ISP_TARGET_MODE
132#if defined(__NetBSD__) || defined(__OpenBSD__)
133#include <dev/ic/isp_target.h>
134#elif defined(__FreeBSD__)
135#include <dev/isp/isp_target.h>
136#else
137#include "isp_target.h"
138#endif

--- 84 unchanged lines hidden ---
133#ifdef ISP_TARGET_MODE
134#if defined(__NetBSD__) || defined(__OpenBSD__)
135#include <dev/ic/isp_target.h>
136#elif defined(__FreeBSD__)
137#include <dev/isp/isp_target.h>
138#else
139#include "isp_target.h"
140#endif

--- 84 unchanged lines hidden ---