Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Dup 53c1010-33 entry for 53c1010-66 (PCI_PRODUCT...



details:   https://anonhg.NetBSD.org/src/rev/7e87b7db985c
branches:  trunk
changeset: 521907:7e87b7db985c
user:      briggs <briggs%NetBSD.org@localhost>
date:      Fri Feb 08 04:07:34 2002 +0000

description:
Dup 53c1010-33 entry for 53c1010-66 (PCI_PRODUCT_SYMBIOS_1010_2).

diffstat:

 sys/dev/pci/siop_pci_common.c |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 6fa81d5d23df -r 7e87b7db985c sys/dev/pci/siop_pci_common.c
--- a/sys/dev/pci/siop_pci_common.c     Fri Feb 08 03:43:41 2002 +0000
+++ b/sys/dev/pci/siop_pci_common.c     Fri Feb 08 04:07:34 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop_pci_common.c,v 1.9 2001/11/13 07:48:49 lukem Exp $        */
+/*     $NetBSD: siop_pci_common.c,v 1.10 2002/02/08 04:07:34 briggs Exp $      */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -32,7 +32,7 @@
 /* SYM53c8xx PCI-SCSI I/O Processors driver: PCI front-end */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop_pci_common.c,v 1.9 2001/11/13 07:48:49 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop_pci_common.c,v 1.10 2002/02/08 04:07:34 briggs Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -173,6 +173,15 @@
        SF_BUS_ULTRA2 | SF_BUS_WIDE, 
        7, 31, 7, 62, 8192
        },
+       { PCI_PRODUCT_SYMBIOS_1010_2,
+       0x00,
+       "Symbios Logic 53c1010-66 (ultra2-wide scsi)",
+       SF_PCI_RL | SF_PCI_CLS | SF_PCI_WRI | SF_PCI_RM |
+       SF_CHIP_FIFO | SF_CHIP_PF | SF_CHIP_RAM |
+       SF_CHIP_LS | SF_CHIP_10REGS | SF_CHIP_DFBC | SF_CHIP_DBLR |
+       SF_BUS_ULTRA2 | SF_BUS_WIDE, 
+       7, 31, 7, 62, 8192
+       },
        { PCI_PRODUCT_SYMBIOS_1510D,
        0x00,
        "Symbios Logic 53c1510d (ultra2-wide scsi)",



Home | Main Index | Thread Index | Old Index