MPI Driver update - additional merge work.
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 16 Aug 2009 01:57:23 +0000 (18:57 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 16 Aug 2009 01:57:23 +0000 (18:57 -0700)
commit2545bca05842b5052adad30fb29fbdfea60b66c5
treec7a9beb1296b9ab4459eaac3fa5df4921713e6ac
parentd751f32e3d9a40d6d67c386f90e7bf19f6836876
MPI Driver update - additional merge work.

Ported-from: FreeBSD
Submitted-by: Alexander Polakov <polachok@gmail.com>
17 files changed:
sys/dev/disk/mpt/Makefile [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_inb.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_sas.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_tool.h [new file with mode: 0644]
sys/dev/disk/mpt/mpt.c
sys/dev/disk/mpt/mpt.h
sys/dev/disk/mpt/mpt_cam.c [new file with mode: 0644]
sys/dev/disk/mpt/mpt_cam.h [new file with mode: 0644]
sys/dev/disk/mpt/mpt_debug.c
sys/dev/disk/mpt/mpt_freebsd.c [deleted file]
sys/dev/disk/mpt/mpt_freebsd.h [deleted file]
sys/dev/disk/mpt/mpt_pci.c
sys/dev/disk/mpt/mpt_raid.c [new file with mode: 0644]
sys/dev/disk/mpt/mpt_raid.h [new file with mode: 0644]
sys/dev/disk/mpt/mpt_reg.h [new file with mode: 0644]
sys/dev/disk/mpt/mpt_user.c [new file with mode: 0644]
sys/sys/mpt_ioctl.h [new file with mode: 0644]