Deleted Added
full compact
os_bsd.h (176018) os_bsd.h (203108)
1/*
2 * Copyright (c) HighPoint Technologies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*
2 * Copyright (c) HighPoint Technologies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/dev/hptrr/os_bsd.h 176018 2008-02-06 01:02:20Z scottl $
26 * $FreeBSD: head/sys/dev/hptrr/os_bsd.h 203108 2010-01-28 08:41:30Z mav $
27 */
28#include <dev/hptrr/hptrr_config.h>
29/* $Id: os_bsd.h,v 1.18 2006/04/11 08:19:02 gmm Exp $
30 *
31 * HighPoint RAID Driver for FreeBSD
32 * Copyright (C) 2005 HighPoint Technologies, Inc. All Rights Reserved.
33 */
34

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

86#include <sys/devicestat.h>
87#endif
88
89#include <cam/cam.h>
90#include <cam/cam_ccb.h>
91#include <cam/cam_sim.h>
92#include <cam/cam_xpt_sim.h>
93#include <cam/cam_debug.h>
27 */
28#include <dev/hptrr/hptrr_config.h>
29/* $Id: os_bsd.h,v 1.18 2006/04/11 08:19:02 gmm Exp $
30 *
31 * HighPoint RAID Driver for FreeBSD
32 * Copyright (C) 2005 HighPoint Technologies, Inc. All Rights Reserved.
33 */
34

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

86#include <sys/devicestat.h>
87#endif
88
89#include <cam/cam.h>
90#include <cam/cam_ccb.h>
91#include <cam/cam_sim.h>
92#include <cam/cam_xpt_sim.h>
93#include <cam/cam_debug.h>
94#include <cam/cam_xpt_periph.h>
95#include <cam/cam_periph.h>
96#include <cam/scsi/scsi_all.h>
97#include <cam/scsi/scsi_message.h>
98
99#if (__FreeBSD_version < 500043)
100#include <sys/bus_private.h>
101#endif
102

--- 162 unchanged lines hidden ---
94#include <cam/cam_periph.h>
95#include <cam/scsi/scsi_all.h>
96#include <cam/scsi/scsi_message.h>
97
98#if (__FreeBSD_version < 500043)
99#include <sys/bus_private.h>
100#endif
101

--- 162 unchanged lines hidden ---