diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2008-01-26 08:13:10 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2008-01-26 08:13:10 +0000 |
commit | 17709a9416380a6743c1557272a00590b38eafa5 (patch) | |
tree | 86f98966809476309ce34d130b1a78e0248c6e74 /sys/dev | |
parent | 5b074d8fd925da08a58ae4903a15e5c412e15dab (diff) |
SAS1078 is a megaraid, not a fusion-mpt, so dont attach to it
Diffstat (limited to 'sys/dev')
-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 } }; |