diff options
author | 2008-01-26 08:13:09 +0000 | |
---|---|---|
committer | 2008-01-26 08:13:09 +0000 | |
commit | 7a3d68adb28314a1381813ca217da815d7bf85f9 (patch) | |
tree | 310e9b63511b7695e1d9ad7dc9c55a73fc0b7899 /sys/dev/pci/mpi_pci.c | |
parent | sync dma mem back to the cpu on poll failure. (diff) | |
download | wireguard-openbsd-7a3d68adb28314a1381813ca217da815d7bf85f9.tar.xz wireguard-openbsd-7a3d68adb28314a1381813ca217da815d7bf85f9.zip |
SAS1078 is a megaraid, not a fusion-mpt, so dont attach to it
Diffstat (limited to 'sys/dev/pci/mpi_pci.c')
-rw-r--r-- | sys/dev/pci/mpi_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/mpi_pci.c b/sys/dev/pci/mpi_pci.c index e0c97d8b7e0..d616aa5bd16 100644 --- a/sys/dev/pci/mpi_pci.c +++ b/sys/dev/pci/mpi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpi_pci.c,v 1.16 2007/09/03 05:29:35 mbalmer Exp $ */ +/* $OpenBSD: mpi_pci.c,v 1.17 2008/01/26 08:13:09 dlg Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -77,7 +77,6 @@ static const struct pci_matchid mpi_devices[] = { { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1066E }, { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1068 }, { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1068_2 }, - { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1078 }, { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1068E }, { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1068E_2 } }; |