diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2009-10-27 02:22:00 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2009-10-27 02:22:00 +0000 |
commit | 4a3bfd77f17b7172c349c6688aac672325d7415e (patch) | |
tree | a23ed96961e9169703a632ddb47124f9ea280a37 /sys/dev/pci/files.pci | |
parent | a5e2ca2be1e2a0471b4ec50fe029c65dba338e0c (diff) |
Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs.
IO works fine but it will remain disabled for now.
From James Giannoules
dlg: go go go
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 930e01243cd..d2698b6b126 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.263 2009/08/29 21:12:55 kettenis Exp $ +# $OpenBSD: files.pci,v 1.264 2009/10/27 02:21:59 marco Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -222,6 +222,11 @@ file dev/pci/isp_pci.c isp_pci attach mpi at pci with mpi_pci file dev/pci/mpi_pci.c mpi_pci +# LSI Logic Fusion-MPT Message Passing Interface 2.0 +device mpii: scsi +attach mpii at pci with mpii_pci +file dev/pci/mpii_pci.c mpii_pci + # Emulex Light Pulse Fibre Channel (Service Level Interface) attach sli at pci with sli_pci file dev/pci/sli_pci.c sli_pci |