Deleted Added
full compact
mrsas_linux.c (272737) mrsas_linux.c (272738)
1/*
2 * Copyright (c) 2014, LSI Corp.
3 * All rights reserved.
4 * Author: Kashyap Desai, Sibananda Sahu
5 * Support: freebsdraid@lsi.com
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

34 * The views and conclusions contained in the software and documentation
35 * are those of the authors and should not be interpreted as representing
36 * official policies,either expressed or implied, of the FreeBSD Project.
37 *
38 * Send feedback to: <megaraidfbsd@lsi.com>
39 * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035
40 * ATTN: MegaRaid FreeBSD
41 *
1/*
2 * Copyright (c) 2014, LSI Corp.
3 * All rights reserved.
4 * Author: Kashyap Desai, Sibananda Sahu
5 * Support: freebsdraid@lsi.com
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

34 * The views and conclusions contained in the software and documentation
35 * are those of the authors and should not be interpreted as representing
36 * official policies,either expressed or implied, of the FreeBSD Project.
37 *
38 * Send feedback to: <megaraidfbsd@lsi.com>
39 * Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035
40 * ATTN: MegaRaid FreeBSD
41 *
42 * $FreeBSD: head/sys/dev/mrsas/mrsas_linux.c 272738 2014-10-08 09:30:35Z kadesai $
42 */
43
44#include <sys/cdefs.h>
43 */
44
45#include <sys/cdefs.h>
45<!-- $FreeBSD: head/sys/dev/mrsas/mrsas_linux.c 272737 2014-10-08 09:19:35Z kadesai $ -->
46
47#include <sys/param.h>
48#include <sys/systm.h>
49
50#if (__FreeBSD_version > 900000)
51#include <sys/capability.h>
52#endif
53

--- 81 unchanged lines hidden ---
46
47#include <sys/param.h>
48#include <sys/systm.h>
49
50#if (__FreeBSD_version > 900000)
51#include <sys/capability.h>
52#endif
53

--- 81 unchanged lines hidden ---