Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add support for PCI-X version of LSI FC929; from...



details:   https://anonhg.NetBSD.org/src/rev/047803e84a95
branches:  trunk
changeset: 570036:047803e84a95
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Sep 18 08:52:50 2004 +0000

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

diffstat:

 sys/dev/pci/mpt_pci.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r b84e84519ce7 -r 047803e84a95 sys/dev/pci/mpt_pci.c
--- a/sys/dev/pci/mpt_pci.c     Sat Sep 18 08:48:29 2004 +0000
+++ b/sys/dev/pci/mpt_pci.c     Sat Sep 18 08:52:50 2004 +0000
@@ -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 @@
        { 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,



Home | Main Index | Thread Index | Old Index