amr.c (52800c9d) amr.c (2063b358)
1/*-
2 * Copyright (c) 1999,2000 Michael Smith
3 * Copyright (c) 2000 BSDi
4 * Copyright (c) 2005 Scott Long
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

56 *
57 * $FreeBSD: src/sys/dev/amr/amr.c,v 1.97 2012/04/20 20:27:31 jhb Exp $
58 */
59
60/*
61 * Driver for the AMI MegaRaid family of controllers.
62 */
63
1/*-
2 * Copyright (c) 1999,2000 Michael Smith
3 * Copyright (c) 2000 BSDi
4 * Copyright (c) 2005 Scott Long
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

56 *
57 * $FreeBSD: src/sys/dev/amr/amr.c,v 1.97 2012/04/20 20:27:31 jhb Exp $
58 */
59
60/*
61 * Driver for the AMI MegaRaid family of controllers.
62 */
63
64#include "opt_amr.h"
65
64#include <sys/param.h>
65#include <sys/systm.h>
66#include <sys/malloc.h>
67#include <sys/kernel.h>
68#include <sys/proc.h>
69#include <sys/sysctl.h>
70#include <sys/sysmsg.h>
71

--- 2407 unchanged lines hidden ---
66#include <sys/param.h>
67#include <sys/systm.h>
68#include <sys/malloc.h>
69#include <sys/kernel.h>
70#include <sys/proc.h>
71#include <sys/sysctl.h>
72#include <sys/sysmsg.h>
73

--- 2407 unchanged lines hidden ---