diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-29 21:16:07 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-29 21:16:07 +0000 |
commit | cee4b29fca364eadc8171b9da31573acf0b879c7 (patch) | |
tree | e8e48d8b79275c9f2e9eb86b8ec387c0ef386c3e | |
parent | 690fd1f2665fce462450340c042ccfd29d270e54 (diff) |
add the sas1064 as a supported device
-rw-r--r-- | sys/dev/pci/mpi_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/mpi_pci.c b/sys/dev/pci/mpi_pci.c index 371a4c61427..d51dd2fcd0d 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.1 2006/05/27 19:03:55 dlg Exp $ */ +/* $OpenBSD: mpi_pci.c,v 1.2 2006/05/29 21:16:06 dlg Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -66,6 +66,7 @@ static const struct pci_matchid mpi_devices[] = { { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC919_1 }, { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC929 }, { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC929_1 }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1064 }, { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1068 } }; |