Add support for PCI-X version of LSI FC929; from Bert Kiers in PR kern/26836.

This commit is contained in:
martin 2004-09-18 08:52:50 +00:00
parent 9d347457c2
commit 06e56dc6b2

View File

@ -1,4 +1,4 @@
/* $NetBSD: mpt_pci.c,v 1.2 2003/07/14 15:47:26 lukem Exp $ */
/* $NetBSD: mpt_pci.c,v 1.3 2004/09/18 08:52:50 martin Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mpt_pci.c,v 1.2 2003/07/14 15:47:26 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: mpt_pci.c,v 1.3 2004/09/18 08:52:50 martin Exp $");
#include <dev/ic/mpt.h> /* pulls in all headers */
@ -106,6 +106,9 @@ static const struct mpt_pci_product {
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC919_1,
MPP_F_FC,
"LSI Logic FC919 FC Adapter" },
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC929X,
MPP_F_FC | MPP_F_DUAL,
"LSI Logic FC929X FC Adapter" },
{ 0, 0,
0,