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 the 53c1510d and 53c895a. 1510d confirmed w...



details:   https://anonhg.NetBSD.org/src/rev/b7998ed03f2a
branches:  trunk
changeset: 502012:b7998ed03f2a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jan 10 15:50:20 2001 +0000

description:
Add the 53c1510d and 53c895a.  1510d confirmed working by
Mark Davies <mark%MCS.VUW.AC.NZ@localhost>.

diffstat:

 sys/dev/pci/siop_pci_common.c |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 6c32e1d986cf -r b7998ed03f2a sys/dev/pci/siop_pci_common.c
--- a/sys/dev/pci/siop_pci_common.c     Wed Jan 10 14:58:08 2001 +0000
+++ b/sys/dev/pci/siop_pci_common.c     Wed Jan 10 15:50:20 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop_pci_common.c,v 1.5 2000/12/28 22:59:15 sommerfeld Exp $   */
+/*     $NetBSD: siop_pci_common.c,v 1.6 2001/01/10 15:50:20 thorpej Exp $      */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -152,6 +152,24 @@
        SF_BUS_ULTRA2 | SF_BUS_WIDE,
        7, 31, 7, 62, 8192
        },
+       { PCI_PRODUCT_SYMBIOS_895A,
+       0x00,
+       "Symbios Logic 53c895a (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_QUAD |
+       SF_CHIP_LS | SF_CHIP_10REGS |
+       SF_BUS_ULTRA2 | SF_BUS_WIDE,
+       7, 31, 7, 62, 8192
+       },
+       { PCI_PRODUCT_SYMBIOS_1510D,
+       0x00,
+       "Symbios Logic 53c1510d (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_QUAD |
+       SF_CHIP_LS | SF_CHIP_10REGS |
+       SF_BUS_ULTRA2 | SF_BUS_WIDE,
+       7, 31, 7, 62, 4096
+       },
        { 0,
        0x00,
        NULL,



Home | Main Index | Thread Index | Old Index