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 53C810AP for FreeAXP's emulation of a DEC KZ...



details:   https://anonhg.NetBSD.org/src/rev/788b9b726667
branches:  trunk
changeset: 348394:788b9b726667
user:      flxd <flxd%NetBSD.org@localhost>
date:      Mon Oct 17 16:02:10 2016 +0000

description:
Add 53C810AP for FreeAXP's emulation of a DEC KZPAA adapter.

diffstat:

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

diffs (31 lines):

diff -r 8de45a6d047c -r 788b9b726667 sys/dev/pci/siop_pci_common.c
--- a/sys/dev/pci/siop_pci_common.c     Mon Oct 17 14:02:20 2016 +0000
+++ b/sys/dev/pci/siop_pci_common.c     Mon Oct 17 16:02:10 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop_pci_common.c,v 1.35 2014/03/29 19:28:25 christos Exp $    */
+/*     $NetBSD: siop_pci_common.c,v 1.36 2016/10/17 16:02:10 flxd Exp $        */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -27,7 +27,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.35 2014/03/29 19:28:25 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop_pci_common.c,v 1.36 2016/10/17 16:02:10 flxd Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -63,6 +63,12 @@
        SF_PCI_RL | SF_PCI_BOF | SF_CHIP_PF | SF_CHIP_LS,
        4, 8, 3, 250, 0
        },
+       { PCI_PRODUCT_SYMBIOS_810AP,
+       0x00,
+       "Symbios Logic 53c810ap (fast scsi)",
+       SF_PCI_RL | SF_PCI_BOF | SF_CHIP_PF | SF_CHIP_LS,
+       4, 8, 3, 250, 0
+       },
        { PCI_PRODUCT_SYMBIOS_815,
        0x00,
        "Symbios Logic 53c815 (fast scsi)",



Home | Main Index | Thread Index | Old Index