Module Name: src Committed By: flxd Date: Mon Oct 17 16:02:10 UTC 2016
Modified Files: src/sys/dev/pci: siop_pci_common.c Log Message: Add 53C810AP for FreeAXP's emulation of a DEC KZPAA adapter. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/siop_pci_common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/siop_pci_common.c diff -u src/sys/dev/pci/siop_pci_common.c:1.35 src/sys/dev/pci/siop_pci_common.c:1.36 --- src/sys/dev/pci/siop_pci_common.c:1.35 Sat Mar 29 19:28:25 2014 +++ src/sys/dev/pci/siop_pci_common.c Mon Oct 17 16:02:10 2016 @@ -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 @@ static const struct siop_product_desc si 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)",