diff options
author | 2007-09-03 05:29:35 +0000 | |
---|---|---|
committer | 2007-09-03 05:29:35 +0000 | |
commit | a306138d5fb99e2b1d508baf3aa19e6a68a01086 (patch) | |
tree | 5adbf56fcd7beb194096397e5752e3ee4d8ab397 | |
parent | Add more PCI ids; taken from the linux driver. Pointed out by Stephan (diff) | |
download | wireguard-openbsd-a306138d5fb99e2b1d508baf3aa19e6a68a01086.tar.xz wireguard-openbsd-a306138d5fb99e2b1d508baf3aa19e6a68a01086.zip |
unbreak.
-rw-r--r-- | sys/dev/pci/mpi_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/mpi_pci.c b/sys/dev/pci/mpi_pci.c index 3c0075d7584..e0c97d8b7e0 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.15 2007/09/03 01:51:35 marco Exp $ */ +/* $OpenBSD: mpi_pci.c,v 1.16 2007/09/03 05:29:35 mbalmer Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -78,7 +78,7 @@ static const struct pci_matchid mpi_devices[] = { { 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 }, { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1068E_2 } }; |